Documentation for ATIS-Draft-03-00-79

Simple Type: Link-length

[Table of contents]

Super-types: xs:unsignedInt < Link-length (by restriction)
Sub-types: None
Name Link-length
Content
  • Base XSD Type: unsignedInt
  • value <= 160000
Documentation <Definition> The length of the Link from beginning Node to ending Node in meters.</Definition> <Remarks> 160,000 meters is 100 miles 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> meters
Diagram
Schema Component Representation
<xs:simpleType name="Link-length">
<xs:restriction base=" xs:unsignedInt ">
<xs:maxInclusive value="160000"/>
</xs:restriction>
</xs:simpleType>