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