simpleType CodeFaaLocationType
namespace https://mmixm.aero/base/3
type restriction of xs:string
properties
base xs:string
used by
element FaaLocationTypeChoice/locationType
facets
Kind Value Annotation
enumeration AIRPORT
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]
enumeration ARTCC
documentation
Air Route Traffic Control Center
enumeration TRACON
documentation
Terminal Radar Approach Control
annotation
documentation
Enumeration for common types of FAA location identifiers.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy