complexType NasAirspeedChoiceType
diagram Nas_diagrams/Nas_p379.png
namespace http://www.fixm.aero/ext/nas/4.3
children nas:classified nas:nasAirspeed
used by
element NasRouteInformationType/requestedAirspeed
annotation
documentation
Allows a choice between providing an airspeed or reporting that the airspeed is classified.
source <xs:complexType name="NasAirspeedChoiceType">
 
<xs:annotation>
   
<xs:documentation>Allows a choice between providing an airspeed or reporting that the airspeed is classified.</xs:documentation>
 
</xs:annotation>
 
<xs:choice>
   
<xs:element name="classified" type="nas:ClassifiedSpeedIndicatorType" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The indication that the speed for this flight is classified and is not to be recorded. </xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="nasAirspeed" type="fb:TrueAirspeedType" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Represents the aircraft speed expressed in either true airspeed or mach.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:choice>
</xs:complexType>

element NasAirspeedChoiceType/classified
diagram Nas_diagrams/Nas_p380.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:ClassifiedSpeedIndicatorType
properties
content simple
facets
Kind Value Annotation
enumeration CLASSIFIED
documentation
Indicates that a given flights speed is classified, usually reserved for military or VIP flights.
annotation
documentation
The indication that the speed for this flight is classified and is not to be recorded.
source <xs:element name="classified" type="nas:ClassifiedSpeedIndicatorType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The indication that the speed for this flight is classified and is not to be recorded. </xs:documentation>
 
</xs:annotation>
</xs:element>

element NasAirspeedChoiceType/nasAirspeed
diagram Nas_diagrams/Nas_p381.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:TrueAirspeedType
properties
content complex
facets
Kind Value Annotation
minInclusive 0
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomAirspeedType  required      
documentation
Unit of measure
annotation
documentation
Represents the aircraft speed expressed in either true airspeed or mach.
source <xs:element name="nasAirspeed" type="fb:TrueAirspeedType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Represents the aircraft speed expressed in either true airspeed or mach.</xs:documentation>
 
</xs:annotation>
</xs:element>


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