Documentation for gpx1.1

Simple Type: dgpsStationType

[Table of contents]

Super-types: xsd:integer < dgpsStationType (by restriction)
Sub-types: None
Name dgpsStationType
Used by (from the same schema document) Complex Type wptType
Content
  • Base XSD Type: integer
  • 0 <= value <= 1023
Documentation Represents a differential GPS station.
Diagram
Schema Component Representation
<xsd:simpleType name="dgpsStationType">
<xsd:restriction base=" xsd:integer ">
<xsd:minInclusive value="0"/>
<xsd:maxInclusive value="1023"/>
</xsd:restriction>
</xsd:simpleType>