Documentation for ATIS-Draft-03-00-79

Simple Type: Link-delay

[Table of contents]

Super-types: xs:unsignedInt < Link-delay (by restriction)
Sub-types: None
Name Link-delay
Content
  • Base XSD Type: unsignedInt
  • value <= 605000
Documentation <Definition> Delay time for travel along a particular Link. This is additional time it will take above the free flow travel time for that time period to travel from one end of the link to the other.</Definition> <Remarks> Method for determining delay is option of the data originator. V1.2 - Revised Definition. V1.3 - Revised Definition. V1.5 - Revised Valid Value Rule. 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> seconds
Diagram
Schema Component Representation
<xs:simpleType name="Link-delay">
<xs:restriction base=" xs:unsignedInt ">
<xs:maxInclusive value="605000"/>
</xs:restriction>
</xs:simpleType>