namespace | https://mmixm.aero/base/3 | ||||||||||||||||||
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:annotation> <xs:documentation>Per 49 USC § 47102(2), an airport is an area of land or water used or intended to be used for the landing and taking off of aircraft. [AIP Handbook, https://www.faa.gov/airports/aip/aip_handbook/?Chapter=Appendix]</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ARTCC"> <xs:annotation> <xs:documentation>Air Route Traffic Control Center</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="TRACON"> <xs:annotation> <xs:documentation>Terminal Radar Approach Control</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |