complexType NasAirspeedChoiceType
diagram Nas_diagrams/Nas_p161.png
namespace http://www.faa.aero/nas/4.2
children nas:classified nas:nasAirspeed
used by
elements NasFlightType/requestedAirspeed NasAirspeedChoice
annotation
documentation

            A NAS extension to add an additional optional value to element Airspeed,
            In the NAS this element is: Aircraft Speed/Speed Classified.
            The value is "SC". Used when the speed is a classifed value.
        
source <complexType name="NasAirspeedChoiceType">
 
<annotation>
   
<documentation>
            A NAS extension to add an additional optional value to element Airspeed,
            In the NAS this element is: Aircraft Speed/Speed Classified.
            The value is "SC". Used when the speed is a classifed value.
        
</documentation>
 
</annotation>
 
<choice>
   
<element name="classified" type="nas:ClassifiedSpeedIndicatorType" minOccurs="0" maxOccurs="1">
     
<annotation>
       
<documentation>
                  Container for the Classified Speed Indicator.
                  The indication that the speed for this flight is classified and is not to be recorded.
                 
              
</documentation>
     
</annotation>
   
</element>
   
<element name="nasAirspeed" type="fb:TrueAirspeedType" minOccurs="0" maxOccurs="1">
     
<annotation>
       
<documentation>
                  Represents the aircraft speed expressed in either true airspeed or mach.
              
</documentation>
     
</annotation>
   
</element>
 
</choice>
</complexType>

element NasAirspeedChoiceType/classified
diagram Nas_diagrams/Nas_p162.png
namespace http://www.faa.aero/nas/4.2
type nas:ClassifiedSpeedIndicatorType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration CLASSIFIED
annotation
documentation

                  Container for the Classified Speed Indicator.
                  The indication that the speed for this flight is classified and is not to be recorded.
                 
              
source <element name="classified" type="nas:ClassifiedSpeedIndicatorType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                  Container for the Classified Speed Indicator.
                  The indication that the speed for this flight is classified and is not to be recorded.
                 
              
</documentation>
 
</annotation>
</element>

element NasAirspeedChoiceType/nasAirspeed
diagram Nas_diagrams/Nas_p163.png
namespace http://www.faa.aero/nas/4.2
type fb:TrueAirspeedType
properties
minOcc 0
maxOcc 1
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 <element name="nasAirspeed" type="fb:TrueAirspeedType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                  Represents the aircraft speed expressed in either true airspeed or mach.
              
</documentation>
 
</annotation>
</element>


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