simpleType longitudeType
type xsd:string
properties
base xsd:string
used by
attributes latitudeLongitudeElementType/@latitude latitudeLongitudeElementType/@longitude
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:string"/>
 
<!-- TODO regex validation
<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