The longitude of the point. Decimal degrees, WGS84 datum. |
Attributes | boundsType/@maxlon, boundsType/@minlon, ptType/@lon, wptType/@lon |
<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> |