diagram | |||
namespace | http://www.fixm.aero/flight/4.3 | ||
children | fx:altitude fx:atOrAbove fx:flightLevel | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="UpperLevelChoiceType"> <xs:annotation> <xs:documentation>Either the upper of the two levels to be occupied during cruise climb, or an indicator that the cruise climb will be to an unspecified level at or above the lower level.</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="atOrAbove" type="fx:AtOrAboveIndicatorType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Indicates the cruise climb will be to an unspecified level at or above the lower level.</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:choice> </xs:complexType> |
diagram | |||||||||||||||
namespace | http://www.fixm.aero/flight/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/flight/4.3 | ||||||||
type | fx:AtOrAboveIndicatorType | ||||||||
properties |
|
||||||||
facets |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="atOrAbove" type="fx:AtOrAboveIndicatorType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Indicates the cruise climb will be to an unspecified level at or above the lower level.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||||||||
namespace | http://www.fixm.aero/flight/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> |