namespace | http://www.DSRC-Draft-02-00-15 | ||||
type | restriction of xs:short | ||||
used by |
|
||||
facets |
|
||||
annotation |
|
||||
source | <xs:simpleType name="Acceleration"> <xs:annotation> <xs:documentation> LSB units are 0.01 m/s^2 </xs:documentation> </xs:annotation> <xs:restriction base="xs:short"> <xs:minInclusive value="-2000"/> <xs:maxInclusive value="2000"/> </xs:restriction> </xs:simpleType> |