complexType AirportRunway
diagram mmixm_diagrams/mmixm_p104.png
namespace https://mmixm.aero/features/2.1.0
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:AirportCodeType" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Name of the core airport supported by an asset. This information is populated by the Office of Primary Responsibility (OPR) personnel.</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_p105.png
namespace https://mmixm.aero/features/2.1.0
type mb:AirportCodeType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern [A-Z]{3,4}
annotation
documentation
Name of the core airport supported by an asset. This information is populated by the Office of Primary Responsibility (OPR) personnel.
source <xs:element name="coreAirport" type="mb:AirportCodeType" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Name of the core airport supported by an asset. This information is populated by the Office of Primary Responsibility (OPR) personnel.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AirportRunway/runways
diagram mmixm_diagrams/mmixm_p106.png
namespace https://mmixm.aero/features/2.1.0
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