complexType FaaLocationTypeChoice
diagram mmixm_diagrams/mmixm_p18.png
namespace https://mmixm.aero/base/3
children mb:locationType mb:locationOtherType
used by
element FaaLocation/faaLocationType
annotation
documentation
Choice structure representing FAA Location Codes or FAA Location other types.
source <xs:complexType name="FaaLocationTypeChoice">
 
<xs:annotation>
   
<xs:documentation>Choice structure representing FAA Location Codes or FAA Location other types.</xs:documentation>
 
</xs:annotation>
 
<xs:choice>
   
<xs:element name="locationType" type="mb:CodeFaaLocationType" minOccurs="1" maxOccurs="1"/>
   
<xs:element name="locationOtherType" type="mb:FaaLocationOtherType" minOccurs="1" maxOccurs="1"/>
 
</xs:choice>
</xs:complexType>

element FaaLocationTypeChoice/locationType
diagram mmixm_diagrams/mmixm_p19.png
namespace https://mmixm.aero/base/3
type mb:CodeFaaLocationType
properties
content simple
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
source <xs:element name="locationType" type="mb:CodeFaaLocationType" minOccurs="1" maxOccurs="1"/>

element FaaLocationTypeChoice/locationOtherType
diagram mmixm_diagrams/mmixm_p20.png
namespace https://mmixm.aero/base/3
type mb:FaaLocationOtherType
properties
content simple
source <xs:element name="locationOtherType" type="mb:FaaLocationOtherType" minOccurs="1" maxOccurs="1"/>


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