Documentation for ATIS-Draft-03-00-79

Simple Type: Link-restriction-weight-axle

[Table of contents]

Super-types: xs:unsignedShort < Link-restriction-weight-axle (by restriction)
Sub-types: None
Name Link-restriction-weight-axle
Content
  • Base XSD Type: unsignedShort
  • value <= 20000
Documentation <Definition> The maximum axle Weight allowed on a link.</Definition> <Remarks> V1.5 - New data element proposed by ERM (Event Report Message). 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> kilograms
Diagram
Schema Component Representation
<xs:simpleType name="Link-restriction-weight-axle">
<xs:restriction base=" xs:unsignedShort ">
<xs:maxInclusive value="20000"/>
</xs:restriction>
</xs:simpleType>