**************************************- Maintenance: DF/2003-11-13: Comment corrected **************************************- 2/3 alphabetic upper characters [A,Z] Usually used in codes, such as for airline codes, room types, ... **************************************- |
<xs:simpleType name="AlphaUpper2To3Type"> <xs:annotation> <xs:documentation>**************************************- Maintenance: DF/2003-11-13: Comment corrected **************************************- 2/3 alphabetic upper characters [A,Z] Usually used in codes, such as for airline codes, room types, ... **************************************-</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:pattern value="[0-9,A-Z]{2,3}"/> </xs:restriction> </xs:simpleType> |