namespace | http://www.DSRC-Draft-02-00-15 | ||||
type | restriction of xs:short | ||||
used by |
|
||||
facets |
|
||||
annotation |
|
||||
source | <xs:simpleType name="Speed"> <xs:annotation> <xs:documentation> Units of 0.01 m/s </xs:documentation> </xs:annotation> <xs:restriction base="xs:short"> <xs:minInclusive value="-32765"/> <xs:maxInclusive value="32765"/> </xs:restriction> </xs:simpleType> |