longitudeType

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

Simple Type Information

Used By

Source

<xsd:simpleType name="longitudeType">
  <xsd:annotation>
    <xsd:documentation>The longitude of the point. Decimal degrees, WGS84 datum.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:decimal">
    <xsd:minInclusive value="-180.0"/>
    <xsd:maxExclusive value="180.0"/>
  </xsd:restriction>
</xsd:simpleType>