simpleType LevelConditionType
namespace http://www.fixm.aero/flight/4.1
type restriction of string
properties
base xs:string
used by
attribute LevelConstraintType/@condition
facets
Kind Value Annotation
enumeration AT
enumeration AT_OR_ABOVE
enumeration AT_OR_BELOW
enumeration BETWEEN
annotation
documentation

            Specifies that the flight level or altitude be achieved based on the condition relative
            to the point.
        
source <simpleType name="LevelConditionType">
 
<annotation>
   
<documentation>
            Specifies that the flight level or altitude be achieved based on the condition relative
            to the point.
        
</documentation>
 
</annotation>
 
<restriction base="xs:string">
   
<enumeration value="AT"/>
   
<enumeration value="AT_OR_ABOVE"/>
   
<enumeration value="AT_OR_BELOW"/>
   
<enumeration value="BETWEEN"/>
 
</restriction>
</simpleType>


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