diagram | ![]() |
||
namespace | http://www.fixm.aero/base/4.1 | ||
type | extension of fb:ExtensibleType | ||
properties |
|
||
children | fb:extension fb:flightLevelOrAltitudeRange fb:flightLevelOrAltitudeValue | ||
used by |
|
||
annotation |
|
||
source | <complexType name="FlightLevelOrAltitudeChoiceType"> <annotation> <documentation> The altitude choice allows to either represent a specific altitude or an altitude range with a lower and upper bound </documentation> </annotation> <complexContent> <extension base="fb:ExtensibleType"> <choice> <element name="flightLevelOrAltitudeRange" type="fb:VerticalRangeType" minOccurs="0" maxOccurs="1"> <annotation> <documentation> Altitude or Flight Level that can be expressed as a range between a lower and upper bound. </documentation> </annotation> </element> <element name="flightLevelOrAltitudeValue" type="fb:FlightLevelOrAltitudeType" minOccurs="0" maxOccurs="1"> <annotation> <documentation> Altitude or Flight Level that is defined by a specific value </documentation> </annotation> </element> </choice> </extension> </complexContent> </complexType> |
diagram | ![]() |
||||||
namespace | http://www.fixm.aero/base/4.1 | ||||||
type | fb:VerticalRangeType | ||||||
properties |
|
||||||
children | fb:extension fb:lowerBound fb:upperBound | ||||||
annotation |
|
||||||
source | <element name="flightLevelOrAltitudeRange" type="fb:VerticalRangeType" minOccurs="0" maxOccurs="1"> <annotation> <documentation> Altitude or Flight Level 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:FlightLevelOrAltitudeType | ||||||
properties |
|
||||||
children | fb:extension fb:altitude fb:flightLevel | ||||||
annotation |
|
||||||
source | <element name="flightLevelOrAltitudeValue" type="fb:FlightLevelOrAltitudeType" minOccurs="0" maxOccurs="1"> <annotation> <documentation> Altitude or Flight Level that is defined by a specific value </documentation> </annotation> </element> |