AlphaUpper3To6Type

**************************************- Maintenance: DF/2003-11-13:
Comment corrected **************************************- 3, 4, 5 or 6 alpha or
numeric codes (for stations ...) The most widely used codes because of its size (for
stations, points of interests ...) **************************************-

Simple Type Information

Used By

Attribute StationType/@Code

Source

<xs:simpleType name="AlphaUpper3To6Type">
  <xs:annotation>
    <xs:documentation>**************************************- Maintenance: DF/2003-11-13: Comment corrected **************************************- 3, 4, 5 or 6 alpha or numeric codes (for stations ...) The most widely used codes because of its size (for stations, points of interests ...) **************************************-</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="[A-Z0-9]{3,6}"/>
  </xs:restriction>
</xs:simpleType>