namespace | http://www.landxml.org/schema/LandXML-1.2 | ||
type | xs:double | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="latLongAngle"> <xs:annotation> <xs:documentation>Latitude/Longitude coordinate angular values expressed in latLongAngularUnit. Latitude (range -90 to +90) positive values for the northern hemispher, negative indicate the southern. Longitude (range -180 to +180) positive values are to the east of the prime meridian, negative values are to the west. Values expressed in "decimal dd.mm.ss" units have the numeric format "45.3025" representing 45 degrees 30 minutes and 25 seconds. Both the minutes and seconds must be two characters with a numeric range between 00 to 60.</xs:documentation> </xs:annotation> <xs:restriction base="xs:double"/> </xs:simpleType> |