Documentation for ATIS-Draft-03-00-79

Simple Type: Link-occupancy

[Table of contents]

Super-types: xs:unsignedByte < Link-occupancy (by restriction)
Sub-types: None
Name Link-occupancy
Content
  • Base XSD Type: unsignedByte
  • value <= 100
Documentation <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.</Definition> <Remarks> V1.2 - Revised Definition. V1.3 - Removed ANSI X3.4 from Value Domain. V1.7 - Added FADD_ID attribute; revised Class Name, Classification Scheme Name/Version, Data Concept Identifier/Version to reflect harmonization with ITS Data Registry.</Remarks> percent
Diagram
Schema Component Representation
<xs:simpleType name="Link-occupancy">
<xs:restriction base=" xs:unsignedByte ">
<xs:maxInclusive value="100"/>
</xs:restriction>
</xs:simpleType>