Documentation for gpx1.1

Simple Type: latitudeType

[Table of contents]

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