Documentation for ATIS-Draft-03-00-79

Simple Type: Link-restriction-weight-vehicle

[Table of contents]

Super-types: xs:unsignedInt < Link-restriction-weight-vehicle (by restriction)
Sub-types: None
Name Link-restriction-weight-vehicle
Content
  • Base XSD Type: unsignedInt
  • value <= 80000
Documentation <Definition> Maximum Vehicle Weight allowable on a Link in kilograms</Definition> <Remarks> 80,000 KG = 176,128 lbs. V1.1 - Changed the descriptive name from LINK_WeightRestriction_quantity to LINK_RestrictionWeight_quantity. V1.3 - Increased the maximum weight from 50,000 kg to 80,000 kg. V1.5 - Changed Descriptive Name from LINK_RestrictionWeight_quantity. 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-vehicle">
<xs:restriction base=" xs:unsignedInt ">
<xs:maxInclusive value="80000"/>
</xs:restriction>
</xs:simpleType>