simpleType latitudeType
type xsd:string
properties
base xsd:string
annotation
documentation
Latitude values are represented by double precision values in the range [-90, 90] (positives are northern hemisphere).
source <xsd:simpleType name="latitudeType">
 
<xsd:annotation>
   
<xsd:documentation>Latitude values are represented by double precision values in the range [-90, 90] (positives are northern hemisphere).</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string"/>
 
<!-- TODO regex validation
<xsd:restriction base="xsd:double">
<xsd:minInclusive value="-90"/>
<xsd:maxInclusive value="90"/>
</xsd:restriction>
        --
>
</xsd:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy