Commit bde01f91 by chengzhuoshen

修改xsd文件

parent 7957cb54
...@@ -221,9 +221,9 @@ ...@@ -221,9 +221,9 @@
</xs:complexType> </xs:complexType>
<xs:complexType name="NumberAndSumOfTransactions4"> <xs:complexType name="NumberAndSumOfTransactions4">
<xs:sequence> <xs:sequence>
<xs:element name="NbOfNtries" type="Max15NumericText"/> <xs:element maxOccurs="1" minOccurs="0" name="NbOfNtries" type="Max15NumericText"/>
<xs:element name="Sum" type="DecimalNumber"/> <xs:element maxOccurs="1" minOccurs="0" name="Sum" type="DecimalNumber"/>
<xs:element name="TtlNetNtry" type="AmountAndDirection35"/> <xs:element maxOccurs="1" minOccurs="0" name="TtlNetNtry" type="AmountAndDirection35"/>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
<xs:complexType name="AmountAndDirection35"> <xs:complexType name="AmountAndDirection35">
......
...@@ -597,7 +597,7 @@ ...@@ -597,7 +597,7 @@
</xs:simpleType> </xs:simpleType>
<xs:complexType name="LocalInstrument2Choice"> <xs:complexType name="LocalInstrument2Choice">
<xs:choice> <xs:choice>
<xs:element name="cd" type="ExternalLocalInstrument1Code"/> <xs:element name="Cd" type="ExternalLocalInstrument1Code"/>
<xs:element name="Prtry" type="Max35Text"/> <xs:element name="Prtry" type="Max35Text"/>
</xs:choice> </xs:choice>
</xs:complexType> </xs:complexType>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment