simpleType SpeedConditionType
namespace http://www.fixm.aero/flight/4.2
type restriction of xs:string
properties
base xs:string
used by
element 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 <xs:simpleType name="SpeedConditionType">
 
<xs:annotation>
   
<xs:documentation>Specifies that the speed  be achieved based on the condition relative to the point.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="AT"/>
   
<xs:enumeration value="AT_OR_GREATER"/>
   
<xs:enumeration value="AT_OR_LESS"/>
   
<xs:enumeration value="BETWEEN"/>
 
</xs:restriction>
</xs:simpleType>


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