complexType NasRunwayInformationType
diagram Nas_diagrams/Nas_p104.png
namespace http://www.fixm.aero/ext/nas/4.3
children nas:actual nas:assigned nas:predicted
used by
elements NasArrivalType/runwayInformation NasDepartureType/runwayInformation
annotation
documentation
Container for representing information on the predicted, assigned, and/or actual runway.
source <xs:complexType name="NasRunwayInformationType">
 
<xs:annotation>
   
<xs:documentation>Container for representing information on the predicted, assigned, and/or actual runway.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="actual" type="nas:NasRunwayType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The actual runway for the flight.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="assigned" type="nas:NasRunwayType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The assigned runway for the flight.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="predicted" type="nas:NasRunwayType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The predicted runway for the flight (considers the "scheduled" airport configuration).</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element NasRunwayInformationType/actual
diagram Nas_diagrams/Nas_p105.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:NasRunwayType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children nas:provenance nas:runwayDesignator
annotation
documentation
The actual runway for the flight.
source <xs:element name="actual" type="nas:NasRunwayType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The actual runway for the flight.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasRunwayInformationType/assigned
diagram Nas_diagrams/Nas_p106.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:NasRunwayType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children nas:provenance nas:runwayDesignator
annotation
documentation
The assigned runway for the flight.
source <xs:element name="assigned" type="nas:NasRunwayType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The assigned runway for the flight.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasRunwayInformationType/predicted
diagram Nas_diagrams/Nas_p107.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:NasRunwayType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children nas:provenance nas:runwayDesignator
annotation
documentation
The predicted runway for the flight (considers the "scheduled" airport configuration).
source <xs:element name="predicted" type="nas:NasRunwayType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The predicted runway for the flight (considers the "scheduled" airport configuration).</xs:documentation>
 
</xs:annotation>
</xs:element>


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