complexType AirportRunway
diagram mmixm_diagrams/mmixm_p118.png
namespace https://mmixm.aero/features/4
children mx:coreAirport mx:runways
used by
element FsepOperationalInformation/airportRunway
annotation
documentation
Complex type containing airport name and associated runways.
source <xs:complexType name="AirportRunway">
 
<xs:annotation>
   
<xs:documentation>Complex type containing airport name and associated runways.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="coreAirport" type="mb:Location" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The location of the Core airport that the asset is located at, or that it supports. The field is only populated if the supported airport is part of the Core airports list, per FAA 6000.5 Facility, Service, and Equipment Profile (FSEP), Appendix B: Facility/Service Data Definitions.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="runways" type="mb:RunwayInformation" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Name of the primary and secondary runway supported by an asset.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element AirportRunway/coreAirport
diagram mmixm_diagrams/mmixm_p119.png
namespace https://mmixm.aero/features/4
type mb:Location
properties
minOcc 0
maxOcc 1
content complex
children mb:electronicLocation mb:faaLocation mb:geographicLocation mb:gsaAddress mb:physicalAddress
annotation
documentation
The location of the Core airport that the asset is located at, or that it supports. The field is only populated if the supported airport is part of the Core airports list, per FAA 6000.5 Facility, Service, and Equipment Profile (FSEP), Appendix B: Facility/Service Data Definitions.
source <xs:element name="coreAirport" type="mb:Location" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The location of the Core airport that the asset is located at, or that it supports. The field is only populated if the supported airport is part of the Core airports list, per FAA 6000.5 Facility, Service, and Equipment Profile (FSEP), Appendix B: Facility/Service Data Definitions.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AirportRunway/runways
diagram mmixm_diagrams/mmixm_p120.png
namespace https://mmixm.aero/features/4
type mb:RunwayInformation
properties
minOcc 0
maxOcc 1
content complex
children mb:primaryRunway mb:secondaryRunway
annotation
documentation
Name of the primary and secondary runway supported by an asset.
source <xs:element name="runways" type="mb:RunwayInformation" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Name of the primary and secondary runway supported by an asset.</xs:documentation>
 
</xs:annotation>
</xs:element>


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