diagram | ![]() |
||
namespace | http://www.fixm.aero/base/4.1 | ||
type | extension of fb:ExtensibleType | ||
properties |
|
||
children | fb:extension fb:altitude fb:flightLevel | ||
used by | |||
annotation |
|
||
source | <complexType name="FlightLevelOrAltitudeType"> <annotation> <documentation> The Choice between flight level or altitude specification. </documentation> </annotation> <complexContent> <extension base="fb:ExtensibleType"> <choice> <element name="altitude" type="fb:AltitudeType" minOccurs="0" maxOccurs="1"> <annotation> <documentation> Altitude specification. </documentation> </annotation> </element> <element name="flightLevel" type="fb:FlightLevelType" minOccurs="0" maxOccurs="1"> <annotation> <documentation> Flight Level Specification </documentation> </annotation> </element> </choice> </extension> </complexContent> </complexType> |
diagram | ![]() |
||||||||||||||
namespace | http://www.fixm.aero/base/4.1 | ||||||||||||||
type | fb:AltitudeType | ||||||||||||||
properties |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <element name="altitude" type="fb:AltitudeType" minOccurs="0" maxOccurs="1"> <annotation> <documentation> Altitude specification. </documentation> </annotation> </element> |
diagram | ![]() |
||||||||||||||
namespace | http://www.fixm.aero/base/4.1 | ||||||||||||||
type | fb:FlightLevelType | ||||||||||||||
properties |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <element name="flightLevel" type="fb:FlightLevelType" minOccurs="0" maxOccurs="1"> <annotation> <documentation> Flight Level Specification </documentation> </annotation> </element> |