type | xsd:string | ||
properties |
|
||
used by |
|
||
annotation |
|
||
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> |