complexType TrueAirspeedChoiceType
diagram BasicMessage_diagrams/BasicMessage_p196.png
namespace http://www.fixm.aero/base/4.2
children fb:airspeedRange fb:airspeedValue
used by
element SpeedConstraintType/speed
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 <xs:complexType name="TrueAirspeedChoiceType">
 
<xs:annotation>
   
<xs: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.</xs:documentation>
 
</xs:annotation>
 
<xs:choice>
   
<xs:element name="airspeedRange" type="fb:TrueAirspeedRangeType" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The airspeed that can be expressed as a range between a lower and upper bound.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="airspeedValue" type="fb:TrueAirspeedType" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The airspeed can be expressed as a specific speed.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:choice>
</xs:complexType>

element TrueAirspeedChoiceType/airspeedRange
diagram BasicMessage_diagrams/BasicMessage_p197.png
namespace http://www.fixm.aero/base/4.2
type fb:TrueAirspeedRangeType
properties
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 <xs:element name="airspeedRange" type="fb:TrueAirspeedRangeType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The airspeed that can be expressed as a range between a lower and upper bound.</xs:documentation>
 
</xs:annotation>
</xs:element>

element TrueAirspeedChoiceType/airspeedValue
diagram BasicMessage_diagrams/BasicMessage_p198.png
namespace http://www.fixm.aero/base/4.2
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
The airspeed can be expressed as a specific speed.
source <xs:element name="airspeedValue" type="fb:TrueAirspeedType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The airspeed can be expressed as a specific speed.</xs:documentation>
 
</xs:annotation>
</xs:element>


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