AlphaUpper2Type

**************************************- Maintenance: DF/2003-11-13:
Comment corrected **************************************- Exactly 2 alphabetic upper
characters [A,Z] Usually used in codes, such as for vendor codes
**************************************-

Simple Type Information

Used By

Source

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