complexType TrueAirspeedChoiceType
diagram FficeTemplates_diagrams/FficeTemplates_p752.png
namespace http://www.fixm.aero/base/4.2
children fb:airspeedRange fb:airspeedValue
used by
elements SpeedConstraintType/speed FficeFFP_SpeedConstraintType/speed FficeFS_SpeedConstraintType/speed FficeFPU_SpeedConstraintType/speed FficePS_SpeedConstraintType/speed FficePFP_SpeedConstraintType/speed FficeTRQ_SpeedConstraintType/speed FficeTRP_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 FficeTemplates_diagrams/FficeTemplates_p753.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 FficeTemplates_diagrams/FficeTemplates_p754.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