diagram | |||
namespace | http://www.fixm.aero/base/4.2 | ||
children | fb:altitude fb:flightLevel | ||
used by | |||
annotation |
|
||
source | <xs:complexType name="FlightLevelOrAltitudeChoiceType"> <xs:annotation> <xs:documentation>The Choice between flight level or altitude specification.</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:choice> </xs:complexType> |
diagram | |||||||||||||||
namespace | http://www.fixm.aero/base/4.2 | ||||||||||||||
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.2 | ||||||||||||||
type | fb:FlightLevelType | ||||||||||||||
properties |
|
||||||||||||||
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> |