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