| diagram | ![]() |
||||||||||||||||||||||||
| type | extension of xs:decimal | ||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||
| source | <xs:complexType name="FXRateType"> <xs:simpleContent> <xs:extension base="xs:decimal"> <xs:attribute name="fromCcy" type="ISOCurrencyCodeType" use="required"/> <xs:attribute name="toCcy" type="ISOCurrencyCodeType" use="required"/> <xs:attribute name="mulDiv" use="required"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="M"/> <xs:enumeration value="D"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> |
| type | ISOCurrencyCodeType | ||||||||||||
| properties |
|
||||||||||||
| facets |
|
||||||||||||
| source | <xs:attribute name="fromCcy" type="ISOCurrencyCodeType" use="required"/> |
| type | ISOCurrencyCodeType | ||||||||||||
| properties |
|
||||||||||||
| facets |
|
||||||||||||
| source | <xs:attribute name="toCcy" type="ISOCurrencyCodeType" use="required"/> |
| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| source | <xs:attribute name="mulDiv" use="required"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="M"/> <xs:enumeration value="D"/> </xs:restriction> </xs:simpleType> </xs:attribute> |