complexType AmountCountryType
diagram index_p40.png
namespace http://www.fundsxml.org/XMLSchema/3.2
children Amount Country
annotation
documentation
Amount and country information
source <xs:complexType name="AmountCountryType">
 
<xs:annotation>
   
<xs:documentation>Amount and country information</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Amount" type="xs:decimal"/>
   
<xs:element name="Country" type="ISOCountryCodeType"/>
 
</xs:sequence>
</xs:complexType>

element AmountCountryType/Amount
diagram index_p41.png
namespace http://www.fundsxml.org/XMLSchema/3.2
type xs:decimal
properties
content simple
source <xs:element name="Amount" type="xs:decimal"/>

element AmountCountryType/Country
diagram index_p42.png
namespace http://www.fundsxml.org/XMLSchema/3.2
type ISOCountryCodeType
properties
content simple
facets
Kind Value Annotation
minLength 2
maxLength 2
source <xs:element name="Country" type="ISOCountryCodeType"/>


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