namespace | http://www.fixm.aero/flight/4.1 | |||||||||||||
type | restriction of string | |||||||||||||
properties |
|
|||||||||||||
used by |
|
|||||||||||||
facets |
|
|||||||||||||
annotation |
|
|||||||||||||
source | <simpleType name="BoundaryCrossingConditionType"> <annotation> <documentation> Specifies whether the boundary crossing occurs at or above or at or below the specified level. </documentation> </annotation> <restriction base="xs:string"> <enumeration value="AT_OR_ABOVE"> <annotation> <documentation> Indicates that the transition altitude is at or above the specified. </documentation> </annotation> </enumeration> <enumeration value="AT_OR_BELOW"> <annotation> <documentation> Indicates that the transition altitude is at or below the specified. </documentation> </annotation> </enumeration> </restriction> </simpleType> |