| namespace | http://www.DSRC-Draft-02-00-15 | ||||
| type | restriction of xs:int | ||||
| used by |
|
||||
| facets |
|
||||
| annotation |
|
||||
| source | <xs:simpleType name="Latitude"> <xs:annotation> <xs:documentation> in LSB = 1/8 micro degree Providing a range of plus-minus 90 degrees </xs:documentation> </xs:annotation> <xs:restriction base="xs:int"> <xs:minInclusive value="-720000000"/> <xs:maxInclusive value="720000000"/> </xs:restriction> </xs:simpleType> |