namespace | https://mmixm.aero/base/2.1.0 | ||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:simpleType name="CodeFaaLocationType"> <xs:annotation> <xs:documentation>Enumeration for common types of FAA location identifiers.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="AIRPORT"/> <xs:enumeration value="ARTCC"/> <xs:enumeration value="TRACON"/> </xs:restriction> </xs:simpleType> |