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