simpleType BoundaryCrossingConditionType
namespace http://www.fixm.aero/flight/4.2
type restriction of xs:string
properties
base xs:string
used by
element AltitudeInTransitionType/crossingCondition
facets
Kind Value Annotation
enumeration AT_OR_ABOVE
documentation
Indicates that the transition altitude is at or above the specified.
enumeration AT_OR_BELOW
documentation
Indicates that the transition altitude is at or below the specified.
annotation
documentation
Specifies whether the boundary crossing occurs at or above or at or below the specified level.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy