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

            Specifies that the speed  be achieved based on the condition relative to the point.
           
        
source <simpleType name="SpeedConditionType">
 
<annotation>
   
<documentation>
            Specifies that the speed  be achieved based on the condition relative to the point.
           
        
</documentation>
 
</annotation>
 
<restriction base="xs:string">
   
<enumeration value="AT"/>
   
<enumeration value="AT_OR_GREATER"/>
   
<enumeration value="AT_OR_LESS"/>
   
<enumeration value="BETWEEN"/>
 
</restriction>
</simpleType>


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