simpleType BoundaryCrossingConditionType
namespace http://www.fixm.aero/flight/4.1
type restriction of string
properties
base xs:string
used by
attribute 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 <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>


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