complexType FaaLocationTypeChoice
diagram mmixm_diagrams/mmixm_p18.png
namespace https://mmixm.aero/base/2.1.0
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/2.1.0
type mb:CodeFaaLocationType
properties
content simple
facets
Kind Value Annotation
enumeration AIRPORT
enumeration ARTCC
enumeration TRACON
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/2.1.0
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