complexType CurrencyAmountType
diagram index_p1045.png
namespace http://www.fundsxml.org/XMLSchema/3.0.6
children Currency Amount
used by
elements RestrictionType/Redemption/MaximumValue RestrictionType/Subscription/InitialInvestment/MinimumValue RestrictionType/Subscription/SubsequentInvestment/MinimumValue RestrictionType/Holding/MinimumValue
annotation
documentation
Amount Typ der sich aus einer Währung und einem Betrag zusammensetzt
source <xs:complexType name="CurrencyAmountType">
 
<xs:annotation>
   
<xs:documentation>Amount Typ der sich aus einer Währung und einem Betrag zusammensetzt</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Currency" type="ISOCurrencyCodeType">
     
<xs:annotation>
       
<xs:documentation>ISO Currency Code</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Amount" type="xs:decimal">
     
<xs:annotation>
       
<xs:documentation>Enter "0" if not applicable.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element CurrencyAmountType/Currency
diagram index_p1046.png
namespace http://www.fundsxml.org/XMLSchema/3.0.6
type ISOCurrencyCodeType
properties
content simple
facets
Kind Value Annotation
minLength 3
maxLength 3
annotation
documentation
ISO Currency Code
source <xs:element name="Currency" type="ISOCurrencyCodeType">
 
<xs:annotation>
   
<xs:documentation>ISO Currency Code</xs:documentation>
 
</xs:annotation>
</xs:element>

element CurrencyAmountType/Amount
diagram index_p1047.png
namespace http://www.fundsxml.org/XMLSchema/3.0.6
type xs:decimal
properties
content simple
annotation
documentation
Enter "0" if not applicable.
source <xs:element name="Amount" type="xs:decimal">
 
<xs:annotation>
   
<xs:documentation>Enter "0" if not applicable.</xs:documentation>
 
</xs:annotation>
</xs:element>


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