Documentation for ATIS-Draft-03-00-79

Simple Type: Link-capacity

[Table of contents]

Super-types: xs:unsignedInt < Link-capacity (by restriction)
Sub-types: None
Name Link-capacity
Content
  • Base XSD Type: unsignedInt
  • value <= 300000
Documentation <Definition> The Link maximum capacity in vehicles per hour.</Definition> <Remarks> See FHWA Highway Capacity Manual, Section I, Introduction. V1.3 - Changed Representation Class Term from "quantity" to "rate". 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> vehicles per hour
Diagram
Schema Component Representation
<xs:simpleType name="Link-capacity">
<xs:restriction base=" xs:unsignedInt ">
<xs:maxInclusive value="300000"/>
</xs:restriction>
</xs:simpleType>