simpleType latitudeType
type restriction of xsd:double
properties
base xsd:double
used by
attribute latitudeLongitudeElementType/@latitude
facets
Kind Value Annotation
minInclusive -90
maxInclusive 90
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: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