latitudeType

The latitude of the point.  Decimal degrees, WGS84 datum.

Simple Type Information

Used By

Source

<xsd:simpleType name="latitudeType">
  <xsd:annotation>
    <xsd:documentation>The latitude of the point. Decimal degrees, WGS84 datum.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:decimal">
    <xsd:minInclusive value="-90.0"/>
    <xsd:maxInclusive value="90.0"/>
  </xsd:restriction>
</xsd:simpleType>