| diagram | ![]() |
||||||||||||||||||||||||||||||
| type | extension of xs:decimal | ||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||
| source | <xs:element name="Amount" maxOccurs="unbounded"> <xs:annotation> <xs:documentation xml:lang="en">Amounts in currency as defined in attribute</xs:documentation> <xs:documentation xml:lang="de">Betrag in frei waehlbarer Waehrung</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:decimal"> <xs:attribute name="ccy" type="ISOCurrencyCodeType" use="required"/> <xs:attribute name="isFundCcy" type="xs:boolean"/> <xs:attribute name="isSubfundCcy" type="xs:boolean"/> <xs:attribute name="isShareClassCcy" type="xs:boolean"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> |
| type | ISOCurrencyCodeType | ||||||||||||
| properties |
|
||||||||||||
| facets |
|
||||||||||||
| source | <xs:attribute name="ccy" type="ISOCurrencyCodeType" use="required"/> |
| type | xs:boolean |
| source | <xs:attribute name="isFundCcy" type="xs:boolean"/> |
| type | xs:boolean |
| source | <xs:attribute name="isSubfundCcy" type="xs:boolean"/> |
| type | xs:boolean |
| source | <xs:attribute name="isShareClassCcy" type="xs:boolean"/> |