complexType RunwayInformation
diagram mmixm_diagrams/mmixm_p22.png
namespace https://mmixm.aero/base/2.1.0
children mb:primaryRunway mb:secondaryRunway
used by
element AirportRunway/runways
annotation
documentation
Complex type containing information about the runway.
source <xs:complexType name="RunwayInformation">
 
<xs:annotation>
   
<xs:documentation>Complex type containing information about the runway.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="primaryRunway" type="mb:RunwayType" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>This three-character field contains the applicable runway number for the Terminal Area Navigation facilities.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="secondaryRunway" type="mb:RunwayType" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>This three-character field contains a second runway number for Terminal Area Navigation facilities with dual runways. See the FSEP Desk Guide for specific runway information, i.e., DME.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element RunwayInformation/primaryRunway
diagram mmixm_diagrams/mmixm_p23.png
namespace https://mmixm.aero/base/2.1.0
type mb:RunwayType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern ([1-9]|[1-2][0-9]|[3][0-6])[LRC]?
annotation
documentation
This three-character field contains the applicable runway number for the Terminal Area Navigation facilities.
source <xs:element name="primaryRunway" type="mb:RunwayType" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>This three-character field contains the applicable runway number for the Terminal Area Navigation facilities.</xs:documentation>
 
</xs:annotation>
</xs:element>

element RunwayInformation/secondaryRunway
diagram mmixm_diagrams/mmixm_p24.png
namespace https://mmixm.aero/base/2.1.0
type mb:RunwayType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern ([1-9]|[1-2][0-9]|[3][0-6])[LRC]?
annotation
documentation
This three-character field contains a second runway number for Terminal Area Navigation facilities with dual runways. See the FSEP Desk Guide for specific runway information, i.e., DME.
source <xs:element name="secondaryRunway" type="mb:RunwayType" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>This three-character field contains a second runway number for Terminal Area Navigation facilities with dual runways. See the FSEP Desk Guide for specific runway information, i.e., DME.</xs:documentation>
 
</xs:annotation>
</xs:element>


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