CurrencyCodeType

**************************************- Maintenance: DF/2003-11-13:
Comment corrected DF/2003-11-13: Comment copied to Pricegroup and DefaultGroup
**************************************- Currency codes are validated against 3
letter codes only but should be compliant with the ISO 4217 list. This is more open
and provides a lighter schema. **************************************- xxx Possible
amendment : provide the list of codes instead if relevant.
**************************************-

Simple Type Information

Used By

Source

<xs:simpleType name="CurrencyCodeType">
  <xs:annotation>
    <xs:documentation>**************************************- Maintenance: DF/2003-11-13: Comment corrected DF/2003-11-13: Comment copied to Pricegroup and DefaultGroup **************************************- Currency codes are validated against 3 letter codes only but should be compliant with the ISO 4217 list. This is more open and provides a lighter schema. **************************************- xxx Possible amendment : provide the list of codes instead if relevant. **************************************-</xs:documentation>
  </xs:annotation>
  <xs:restriction base="AlphaUpper3Type"/>
</xs:simpleType>