namespace | https://mmixm.aero/base/2.1.0 | ||||||||||||||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:simpleType name="CodeServiceAreaType"> <xs:annotation> <xs:documentation>Enumerated list of Service Areas. The first two characters of the ATOW Organization define the Service Area.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="W0"/> <xs:enumeration value="W1"/> <xs:enumeration value="W2"/> <xs:enumeration value="WB"/> <xs:enumeration value="WC"/> <xs:enumeration value="WE"/> <xs:enumeration value="WN"/> <xs:enumeration value="WT"/> <xs:enumeration value="WW"/> </xs:restriction> </xs:simpleType> |