simpleType trackModeType
type restriction of xsd:string
properties
base xsd:string
used by
attribute trackModeElementType/@value
facets
Kind Value Annotation
enumeration directTo
enumeration trackTo
annotation
documentation
Enumeration of potential waypoint tracking (homing) modes.
source <xsd:simpleType name="trackModeType">
 
<xsd:annotation>
   
<xsd:documentation>Enumeration of potential waypoint tracking (homing) modes.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="directTo"/>
   
<xsd:enumeration value="trackTo"/>
 
</xsd:restriction>
</xsd:simpleType>


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