simpleType longitudeType
type restriction of xsd:double
properties
base xsd:double
used by
attribute latitudeLongitudeElementType/@longitude
facets
Kind Value Annotation
minInclusive -180
maxInclusive 180
annotation
documentation
Longitude values are represented by double precision values in the range [-180, 180] (positives are eastern hemisphere).
source <xsd:simpleType name="longitudeType">
 
<xsd:annotation>
   
<xsd:documentation>Longitude values are represented by double precision values in the range [-180, 180] (positives are eastern hemisphere).</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:double">
   
<xsd:minInclusive value="-180"/>
   
<xsd:maxInclusive value="180"/>
 
</xsd:restriction>
</xsd:simpleType>


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