diagram | |||
namespace | http://www.fixm.aero/base/4.3 | ||
children | fb:altitude fb:flightLevel fb:visualFlightRules | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="FlightLevelOrAltitudeOrVfrChoiceType"> <xs:annotation> <xs:documentation>A choice between flight level or altitude or VFR 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:element name="visualFlightRules" type="fb:VisualFlightRulesLevelType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Visual Flight Rules specification.</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:VisualFlightRulesLevelType | ||||||||
properties |
|
||||||||
facets |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="visualFlightRules" type="fb:VisualFlightRulesLevelType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Visual Flight Rules specification.</xs:documentation> </xs:annotation> </xs:element> |