diagram | |||
namespace | http://www.fixm.aero/base/4.2 | ||
children | fb:extension fb:lowerSpeed fb:upperSpeed | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="TrueAirspeedRangeType"> <xs:annotation> <xs:documentation>The airspeed that can be expressed as a range between a lower and upper bound.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="extension" type="fb:TrueAirspeedRangeExtensionType" nillable="true" minOccurs="0" maxOccurs="2000"> <xs:annotation> <xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="lowerSpeed" type="fb:TrueAirspeedType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Lower bound of the speed range.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="upperSpeed" type="fb:TrueAirspeedType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Upper bound of the speed range</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | |||||||||
namespace | http://www.fixm.aero/base/4.2 | ||||||||
type | fb:TrueAirspeedRangeExtensionType | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="extension" type="fb:TrueAirspeedRangeExtensionType" nillable="true" minOccurs="0" maxOccurs="2000"> <xs:annotation> <xs:documentation>An extension hook for attaching extension (non-core) classes.</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="lowerSpeed" type="fb:TrueAirspeedType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Lower bound of the speed range.</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="upperSpeed" type="fb:TrueAirspeedType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Upper bound of the speed range</xs:documentation> </xs:annotation> </xs:element> |