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