diagram | ![]() |
||
namespace | http://www.fixm.aero/base/4.1 | ||
type | extension of fb:ExtensibleType | ||
properties |
|
||
children | fb:extension fb:airspeedRange fb:airspeedValue | ||
used by |
|
||
annotation |
|
||
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> |
diagram | ![]() |
||||||
namespace | http://www.fixm.aero/base/4.1 | ||||||
type | fb:TrueAirspeedRangeType | ||||||
properties |
|
||||||
children | fb:extension fb:lowerSpeed fb:upperSpeed | ||||||
annotation |
|
||||||
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> |
diagram | ![]() |
||||||||||||||
namespace | http://www.fixm.aero/base/4.1 | ||||||||||||||
type | fb:TrueAirspeedType | ||||||||||||||
properties |
|
||||||||||||||
facets |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |