**************************************- Maintenance: DF/2003-11-13: Comment corrected **************************************- Exactly 3 alphabetic upper characters [A,Z] Usually used in city/airport codes **************************************- |
Simple Type | CurrencyCodeType |
<xs:simpleType name="AlphaUpper3Type"> <xs:annotation> <xs:documentation>**************************************- Maintenance: DF/2003-11-13: Comment corrected **************************************- Exactly 3 alphabetic upper characters [A,Z] Usually used in city/airport codes **************************************-</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:pattern value="[A-Z]{3}"/> </xs:restriction> </xs:simpleType> |