degreesType

Used for bearing, heading, course.  Units are decimal degrees, true (not magnetic).

Simple Type Information

Used By

Element wptType/magvar

Source

<xsd:simpleType name="degreesType">
  <xsd:annotation>
    <xsd:documentation>Used for bearing, heading, course. Units are decimal degrees, true (not magnetic).</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:decimal">
    <xsd:minInclusive value="0.0"/>
    <xsd:maxExclusive value="360.0"/>
  </xsd:restriction>
</xsd:simpleType>