namespace | http://www.DSRC-Draft-02-00-15 | ||||
type | restriction of xs:int | ||||
used by |
|
||||
facets |
|
||||
annotation |
|
||||
source | <xs:simpleType name="SteeringWheelAngle"> <xs:annotation> <xs:documentation> LSB units of 0.02 degrees. a range of 655.36 degrees each way (1.82 full rotations in either direction) </xs:documentation> </xs:annotation> <xs:restriction base="xs:int"> <xs:minInclusive value="-32767"/> <xs:maxInclusive value="32768"/> </xs:restriction> </xs:simpleType> |