The latitude of the point. Decimal degrees, WGS84 datum. |
Attributes | boundsType/@maxlat, boundsType/@minlat, ptType/@lat, wptType/@lat |
<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> |