Documentation for gpx1.1

Simple Type: degreesType

[Table of contents]

Super-types: xsd:decimal < degreesType (by restriction)
Sub-types: None
Name degreesType
Used by (from the same schema document) Complex Type wptType
Content
  • Base XSD Type: decimal
  • 0.0 <= value < 360.0
Documentation Used for bearing, heading, course. Units are decimal degrees, true (not magnetic).
Diagram
Schema Component Representation
<xsd:simpleType name="degreesType">
<xsd:restriction base=" xsd:decimal ">
<xsd:minInclusive value="0.0"/>
<xsd:maxExclusive value="360.0"/>
</xsd:restriction>
</xsd:simpleType>