namespace | http://www.fixm.aero/flight/4.3 | ||||||||
type | restriction of xs:string | ||||||||
properties |
|
||||||||
used by |
|
||||||||
facets |
|
||||||||
annotation |
|
||||||||
source | <xs:simpleType name="AtOrAboveIndicatorType"> <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:restriction base="xs:string"> <xs:enumeration value="AT_OR_ABOVE_LOWER_LEVEL"> <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:enumeration> </xs:restriction> </xs:simpleType> |