complexType NasRunwayType
diagram Nas_diagrams/Nas_p108.png
namespace http://www.fixm.aero/ext/nas/4.3
children nas:provenance nas:runwayDesignator
used by
elements NasRunwayInformationType/actual NasRunwayInformationType/assigned NasRunwayInformationType/predicted
annotation
documentation
Contains supplementary provenance information for the runway designator.

This field in the U.S. extension is used in order to allow providing provenance source data.  An actual runway designator that does not include provenance source data should be recorded in Core's runwayDirection field.
source <xs:complexType name="NasRunwayType">
 
<xs:annotation>
   
<xs:documentation>Contains supplementary provenance information for the runway designator.

This field in the U.S. extension is used in order to allow providing provenance source data.  An actual runway designator that does not include provenance source data should be recorded in Core's runwayDirection field.
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="provenance" type="nas:ProvenanceType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Contains the provenance information such as the reported timestamp and the source of the report.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="runwayDesignator" type="fb:RunwayDirectionDesignatorType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The runway designator.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element NasRunwayType/provenance
diagram Nas_diagrams/Nas_p109.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:ProvenanceType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children nas:reportedTimestamp nas:source
annotation
documentation
Contains the provenance information such as the reported timestamp and the source of the report.
source <xs:element name="provenance" type="nas:ProvenanceType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Contains the provenance information such as the reported timestamp and the source of the report.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasRunwayType/runwayDesignator
diagram Nas_diagrams/Nas_p110.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:RunwayDirectionDesignatorType
properties
minOcc 0
maxOcc 1
content complex
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern (0[1-9]|[12][0-9]|3[0-6])[LRC]{0,1}
attributes
Name  Type  Use  Default  Fixed  Annotation
href  fb:HypertextReferenceType  optional      
documentation
Provides an optional mechanism enabling FIXM aeronautical fields to be supplemented with references to AIXM features.  This field should be considered functionally equivalent to the xlink:href field used in AIXM to reference features. [FIXM]
annotation
documentation
The runway designator.
source <xs:element name="runwayDesignator" type="fb:RunwayDirectionDesignatorType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The runway designator.</xs:documentation>
 
</xs:annotation>
</xs:element>


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