diagram | ![]() |
||
namespace | http://www.fixm.aero/base/4.1 | ||
type | extension of fb:ExtensibleType | ||
properties |
|
||
children | fb:extension fb:lowerBound fb:upperBound | ||
used by |
|
||
annotation |
|
||
source | <complexType name="VerticalRangeType"> <annotation> <documentation> Represents a vertical range from a lower bound altitude to an upper bound altitude. </documentation> </annotation> <complexContent> <extension base="fb:ExtensibleType"> <sequence> <element name="lowerBound" type="fb:FlightLevelOrAltitudeType" minOccurs="0" maxOccurs="1"> <annotation> <documentation> Lower bound altitude of the vertical range. </documentation> </annotation> </element> <element name="upperBound" type="fb:FlightLevelOrAltitudeType" minOccurs="0" maxOccurs="1"> <annotation> <documentation> Upper bound altitude of the vertical range. </documentation> </annotation> </element> </sequence> </extension> </complexContent> </complexType> |
diagram | ![]() |
||||||
namespace | http://www.fixm.aero/base/4.1 | ||||||
type | fb:FlightLevelOrAltitudeType | ||||||
properties |
|
||||||
children | fb:extension fb:altitude fb:flightLevel | ||||||
annotation |
|
||||||
source | <element name="lowerBound" type="fb:FlightLevelOrAltitudeType" minOccurs="0" maxOccurs="1"> <annotation> <documentation> Lower bound altitude of the vertical range. </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="upperBound" type="fb:FlightLevelOrAltitudeType" minOccurs="0" maxOccurs="1"> <annotation> <documentation> Upper bound altitude of the vertical range. </documentation> </annotation> </element> |