namespace | http://www.ite.org/tmdd | ||
type | restriction of xs:unsignedInt | ||
used by | |||
facets |
|
||
annotation |
|
||
source | <xs:simpleType name="Detector-vehicle-count"> <xs:annotation> <xs:documentation> <objectClass>Detector</objectClass> <definition>The number of vehicles detected by a detector during a specific time period. vehicles</definition> </xs:documentation> </xs:annotation> <xs:restriction base="xs:unsignedInt"> <xs:maxInclusive value="100000"/> </xs:restriction> </xs:simpleType> |