Documentation for ATIS-Draft-03-00-79

Simple Type: Link-pavement-type

[Table of contents]

Super-types: None
Sub-types: None
Name Link-pavement-type
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 1 <= value <= 10
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'asphalt'|'open graded asphalt'|'concrete'|'grooved concrete'|'steel bridge'|'concrete bridge'|'asphalt overlay bridge'|'timber bridge'|'gravel'|'dirt'}
Documentation <Definition> The type of material from which the roadway pavement is constructed (e.g. concrete, asphalt).This lists the surfaces used by traffic on the Link.</Definition> <Remarks> V1.2 - Revised Valid Value List to include gravel, dirt road, and other. Changed ANS1 Data Type to octetstring. V1.3 - Revised Valid Value Rule to synchronize with NTCIP ESS and HPMS codes. 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>
Application Data asphalt (1) open graded asphalt (2) concrete (3) grooved concrete (4) steel bridge (5) concrete bridge (6) asphalt overlay bridge (7) timber bridge (8) gravel (9) dirt (10)
Diagram
Schema Component Representation
<xs:simpleType name="Link-pavement-type">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="10"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="asphalt"/>
<xs:enumeration value="open graded asphalt"/>
<xs:enumeration value="concrete"/>
<xs:enumeration value="grooved concrete"/>
<xs:enumeration value="steel bridge"/>
<xs:enumeration value="concrete bridge"/>
<xs:enumeration value="asphalt overlay bridge"/>
<xs:enumeration value="timber bridge"/>
<xs:enumeration value="gravel"/>
<xs:enumeration value="dirt"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>