Documentation for gpx1.1

Simple Type: longitudeType

[Table of contents]

Super-types: xsd:decimal < longitudeType (by restriction)
Sub-types: None
Name longitudeType
Used by (from the same schema document) Complex Type wptType , Complex Type ptType , Complex Type boundsType , Complex Type boundsType
Content
  • Base XSD Type: decimal
  • -180.0 <= value < 180.0
Documentation The longitude of the point. Decimal degrees, WGS84 datum.
Diagram
Schema Component Representation
<xsd:simpleType name="longitudeType">
<xsd:restriction base=" xsd:decimal ">
<xsd:minInclusive value="-180.0"/>
<xsd:maxExclusive value="180.0"/>
</xsd:restriction>
</xsd:simpleType>