| diagram | ![]() |
||
| namespace | http://www.fundsxml.org/XMLSchema/3.1.1 | ||
| children | Currency Amount | ||
| used by | |||
| annotation |
|
||
| 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> |
| diagram | ![]() |
|||||||||
| namespace | http://www.fundsxml.org/XMLSchema/3.1.1 | |||||||||
| type | ISOCurrencyCodeType | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
|||||||||
| source | <xs:element name="Currency" type="ISOCurrencyCodeType"> <xs:annotation> <xs:documentation>ISO Currency Code</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://www.fundsxml.org/XMLSchema/3.1.1 | ||
| type | xs:decimal | ||
| properties |
|
||
| annotation |
|
||
| source | <xs:element name="Amount" type="xs:decimal"> <xs:annotation> <xs:documentation>Enter "0" if not applicable.</xs:documentation> </xs:annotation> </xs:element> |