Documentation for gpx1.1

Simple Type: fixType

[Table of contents]

Super-types: xsd:string < fixType (by restriction)
Sub-types: None
Name fixType
Used by (from the same schema document) Complex Type wptType
Content
  • Base XSD Type: string
  • value comes from list: {'none'|'2d'|'3d'|'dgps'|'pps'}
Documentation Type of GPS fix. none means GPS had no fix. To signify "the fix info is unknown, leave out fixType entirely. pps = military signal used
Diagram
Schema Component Representation
<xsd:simpleType name="fixType">
<xsd:restriction base=" xsd:string ">
<xsd:enumeration value="none"/>
<xsd:enumeration value="2d"/>
<xsd:enumeration value="3d"/>
<xsd:enumeration value="dgps"/>
<xsd:enumeration value="pps"/>
</xsd:restriction>
</xsd:simpleType>