complexType TrueAirspeedChoiceType
diagram BasicMessage_diagrams/BasicMessage_p205.png
namespace http://www.fixm.aero/base/4.3
children fb:range fb:value
used by
element SpeedConstraintType/speed
annotation
documentation
Represent either a specific true airspeed or a true airspeed range with a lower and/or upper bound.
source <xs:complexType name="TrueAirspeedChoiceType">
 
<xs:annotation>
   
<xs:documentation>Represent either a specific true airspeed or a true airspeed range with a lower and/or upper bound.</xs:documentation>
 
</xs:annotation>
 
<xs:choice>
   
<xs:element name="range" type="fb:TrueAirspeedRangeType" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Represents a true airspeed range with a lower and/or upper bound.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="value" type="fb:TrueAirspeedType" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>A specific true airspeed value.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:choice>
</xs:complexType>

element TrueAirspeedChoiceType/range
diagram BasicMessage_diagrams/BasicMessage_p206.png
namespace http://www.fixm.aero/base/4.3
type fb:TrueAirspeedRangeType
properties
content complex
children fb:extension fb:lowerSpeed fb:upperSpeed
annotation
documentation
Represents a true airspeed range with a lower and/or upper bound.
source <xs:element name="range" type="fb:TrueAirspeedRangeType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Represents a true airspeed range with a lower and/or upper bound.</xs:documentation>
 
</xs:annotation>
</xs:element>

element TrueAirspeedChoiceType/value
diagram BasicMessage_diagrams/BasicMessage_p207.png
namespace http://www.fixm.aero/base/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
A specific true airspeed value.
source <xs:element name="value" type="fb:TrueAirspeedType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>A specific true airspeed value.</xs:documentation>
 
</xs:annotation>
</xs:element>


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