namespace | http://www.ite.org/tmdd | ||||
type | restriction of xs:unsignedInt | ||||
used by |
|
||||
facets |
|
||||
annotation |
|
||||
source | <xs:simpleType name="Detector-vehicle-queue-length"> <xs:annotation> <xs:documentation> <objectClass>Detector</objectClass> <definition>A count of the average number of vehicles in queue, measured by the detector over a specified time period. vehicles</definition> </xs:documentation> </xs:annotation> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="100000"/> </xs:restriction> </xs:simpleType> |