diagram | ![]() |
||
namespace | http://www.fixm.aero/base/4.1 | ||
type | extension of fb:ExtensibleType | ||
properties |
|
||
children | fb:extension fb:lowerSpeed fb:upperSpeed | ||
used by |
|
||
annotation |
|
||
source | <complexType name="TrueAirspeedRangeType"> <annotation> <documentation> The airspeed that can be expressed as a range between a lower and upper bound. </documentation> </annotation> <complexContent> <extension base="fb:ExtensibleType"> <sequence> <element name="lowerSpeed" type="fb:TrueAirspeedType" minOccurs="0" maxOccurs="1"> <annotation> <documentation> Lower bound of the speed range. </documentation> </annotation> </element> <element name="upperSpeed" type="fb:TrueAirspeedType" minOccurs="0" maxOccurs="1"> <annotation> <documentation> Upper bound of the speed range </documentation> </annotation> </element> </sequence> </extension> </complexContent> </complexType> |
diagram | ![]() |
||||||||||||||
namespace | http://www.fixm.aero/base/4.1 | ||||||||||||||
type | fb:TrueAirspeedType | ||||||||||||||
properties |
|
||||||||||||||
facets |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <element name="lowerSpeed" type="fb:TrueAirspeedType" minOccurs="0" maxOccurs="1"> <annotation> <documentation> Lower bound of the speed range. </documentation> </annotation> </element> |
diagram | ![]() |
||||||||||||||
namespace | http://www.fixm.aero/base/4.1 | ||||||||||||||
type | fb:TrueAirspeedType | ||||||||||||||
properties |
|
||||||||||||||
facets |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <element name="upperSpeed" type="fb:TrueAirspeedType" minOccurs="0" maxOccurs="1"> <annotation> <documentation> Upper bound of the speed range </documentation> </annotation> </element> |