diagram | |||
namespace | http://www.fixm.aero/base/4.3 | ||
children | fb:altitude fb:flightLevel fb:range | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="FlightLevelOrAltitudeOrRangeChoiceType"> <xs:annotation> <xs:documentation>Represent either a specific level or a level range with a lower and/or upper bound.</xs:documentation> </xs:annotation> <xs:choice> <xs:element name="altitude" type="fb:AltitudeType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Altitude specification.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="flightLevel" type="fb:FlightLevelType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Flight Level specification.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="range" type="fb:VerticalRangeType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>A vertical range with a lower and/or upper bound.</xs:documentation> </xs:annotation> </xs:element> </xs:choice> </xs:complexType> |
diagram | |||||||||||||||
namespace | http://www.fixm.aero/base/4.3 | ||||||||||||||
type | fb:AltitudeType | ||||||||||||||
properties |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="altitude" type="fb:AltitudeType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Altitude specification.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||||||||
namespace | http://www.fixm.aero/base/4.3 | ||||||||||||||
type | fb:FlightLevelType | ||||||||||||||
properties |
|
||||||||||||||
facets |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="flightLevel" type="fb:FlightLevelType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Flight Level specification.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
namespace | http://www.fixm.aero/base/4.3 | ||
type | fb:VerticalRangeType | ||
properties |
|
||
children | fb:extension fb:lowerBound fb:upperBound | ||
annotation |
|
||
source | <xs:element name="range" type="fb:VerticalRangeType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>A vertical range with a lower and/or upper bound.</xs:documentation> </xs:annotation> </xs:element> |