complexType SingleAmountType
diagram index_p2120.png
children Currency Value
used by
elements TransactionType/FxSpot/BoughtAmount TransactionType/FxSpot/SoldAmount
source <xs:complexType name="SingleAmountType">
 
<xs:sequence>
   
<xs:element name="Currency" type="ISOCurrencyCodeType"/>
   
<xs:element name="Value" type="xs:decimal"/>
 
</xs:sequence>
</xs:complexType>

element SingleAmountType/Currency
diagram index_p2121.png
type ISOCurrencyCodeType
properties
content simple
facets
Kind Value Annotation
minLength 3
maxLength 3
pattern [A-Z]{3}
source <xs:element name="Currency" type="ISOCurrencyCodeType"/>

element SingleAmountType/Value
diagram index_p2122.png
type xs:decimal
properties
content simple
source <xs:element name="Value" type="xs:decimal"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy