namespace | http://www.ite.org/tmdd | ||
type | restriction of xs:unsignedShort | ||
used by |
|
||
facets |
|
||
annotation |
|
||
source | <xs:simpleType name="Event-speed-vehicle-estimated"> <xs:annotation> <xs:documentation> <objectClass>Event</objectClass> <definition>Estimated or expected average speed of a vehicle, e.g. a snowplow or a dangerous driver. kilometers per hour</definition> </xs:documentation> </xs:annotation> <xs:restriction base="xs:unsignedShort"> <xs:maxInclusive value="300"/> </xs:restriction> </xs:simpleType> |