diagram | |||
namespace | http://www.fixm.aero/base/4.2 | ||
children | fb:airspeedRange fb:airspeedValue | ||
used by |
|
||
annotation |
|
||
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> |
diagram | |||
namespace | http://www.fixm.aero/base/4.2 | ||
type | fb:TrueAirspeedRangeType | ||
properties |
|
||
children | fb:extension fb:lowerSpeed fb:upperSpeed | ||
annotation |
|
||
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> |
diagram | |||||||||||||||
namespace | http://www.fixm.aero/base/4.2 | ||||||||||||||
type | fb:TrueAirspeedType | ||||||||||||||
properties |
|
||||||||||||||
facets |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |