**************************************- Maintenance: DF/2003-11-13: Comment corrected **************************************- Exactly 3 alphabetic upper characters [A,Z] Usually used in city/airport codes **************************************- |
Attribute | CountryType/@Code |
<xs:simpleType name="AlphabeticUpper2To3Type"> <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]{2,3}"/> </xs:restriction> </xs:simpleType> |