namespace | http://www.fixm.aero/flight/4.2 | |||||||||||||||
type | restriction of xs:string | |||||||||||||||
properties |
|
|||||||||||||||
used by |
|
|||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
source | <xs:simpleType name="LevelConditionType"> <xs:annotation> <xs:documentation>Specifies that the flight level or altitude be achieved based on the condition relative to the point.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="AT"/> <xs:enumeration value="AT_OR_ABOVE"/> <xs:enumeration value="AT_OR_BELOW"/> <xs:enumeration value="BETWEEN"/> </xs:restriction> </xs:simpleType> |