complexType TrueAirspeedChoiceType
diagram Nas_diagrams/Nas_p463.png
namespace http://www.fixm.aero/base/4.1
type extension of fb:ExtensibleType
properties
base fb:ExtensibleType
children fb:extension fb:airspeedRange fb:airspeedValue
used by
elements SpeedConstraintType/speed TrueAirspeedChoice
annotation
documentation

            The true airspeed choice indicates that indicated airspeed can either be expressed
            as specific with a speed condition or a speed range between lower and upper bounds.
           
        
source <complexType name="TrueAirspeedChoiceType">
 
<annotation>
   
<documentation>
            The true airspeed choice indicates that indicated airspeed can either be expressed
            as specific with a speed condition or a speed range between lower and upper bounds.
           
        
</documentation>
 
</annotation>
 
<complexContent>
   
<extension base="fb:ExtensibleType">
     
<choice>
       
<element name="airspeedRange" type="fb:TrueAirspeedRangeType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        The airspeed that can be expressed as a range between a lower and upper bound.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="airspeedValue" type="fb:TrueAirspeedType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        The airspeed can be expressed as a specific speed.
                    
</documentation>
         
</annotation>
       
</element>
     
</choice>
   
</extension>
 
</complexContent>
</complexType>

element TrueAirspeedChoiceType/airspeedRange
diagram Nas_diagrams/Nas_p464.png
namespace http://www.fixm.aero/base/4.1
type fb:TrueAirspeedRangeType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension fb:lowerSpeed fb:upperSpeed
annotation
documentation

                        The airspeed that can be expressed as a range between a lower and upper bound.
                    
source <element name="airspeedRange" type="fb:TrueAirspeedRangeType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        The airspeed that can be expressed as a range between a lower and upper bound.
                    
</documentation>
 
</annotation>
</element>

element TrueAirspeedChoiceType/airspeedValue
diagram Nas_diagrams/Nas_p465.png
namespace http://www.fixm.aero/base/4.1
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

                        The airspeed can be expressed as a specific speed.
                    
source <element name="airspeedValue" type="fb:TrueAirspeedType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        The airspeed can be expressed as a specific speed.
                    
</documentation>
 
</annotation>
</element>


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