namespace | http://www.ite.org/tmdd | ||
type | restriction of xs:unsignedByte | ||
used by |
|
||
facets |
|
||
annotation |
|
||
source | <xs:simpleType name="Detector-occupancy"> <xs:annotation> <xs:documentation> <objectClass>Detector</objectClass> <definition>The current average pecent occupancy of the vehicles on a detector. This is percent of time within a given time period, that a point on the roadway is occupied by traffic. percent</definition> </xs:documentation> </xs:annotation> <xs:restriction base="xs:unsignedByte"> <xs:maxInclusive value="100"/> </xs:restriction> </xs:simpleType> |