type | restriction of xsd:string | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |