Skip to content

Element forVehiclesWithCharacteristicsOf

The optional element forVehiclesWithCharacteristicsOf is used to indicate for which specific vehicles the traffic measure applies. The element can appear multiple times.

The structure of forVehiclesWithCharacteristicsOf is as follows:

image

Subelements forVehiclesWithCharacteristicsOf

Element Type Mandatory Domain Description
fuelType fuelTypeEnum No battery, biodiesel, diesel, dieselBatteryHybrid, ethanol, hydrogen, liquidGas, lpg, methane, petrol, petrolBatteryHybrid The type of fuel the vehicle uses.
loadType loadTypeEnum No abnormalLoad, chemicals, combustibleMaterials, corrosiveMaterials, empty, explosiveMaterials, fuel, hazardousMaterials, liquid, livestock, oil, petrol, radioactiveMaterials, toxicMaterials, other The type of load the vehicle is carrying.
vehicleType VehicleTypeEnum No agriculturalVehicle, bicycle, bus, carWithTrailer, constructionOrMaintenanceVehicle, lorry, moped, motorcycle, motorscooter, van This element is used to describe the vehicle type.
vehicleUsage VehicleUsageEnum No emergencyServices, military, patrol, recoveryServices, roadMaintenanceOrConstruction This element is used to describe the type of vehicle usage.
heightCharacteristic N/A No N/A This element is used to indicate the vehicle height.
grossWeightCharacteristic N/A No N/A This element is used to indicate the weight.
widthCharacteristic N/A No N/A This element is used to indicate the vehicle width.

Explanation heightCharacteristic

Element comparisonOperator

The operator used in comparing the vehicle height.

Type: Mandatory Domain
ComparisonOperatorEnum Yes equalTo, greaterThan, greaterThanOrEqualTo, lessThan, lessThanOrEqualTo

Element vehicleHeight

This element indicates the height of the vehicle in meters.

Type: Mandatory Domain
MetresAsFloat Yes >= 0

Example vehicleHeight

<sit:forVehiclesWithCharacteristicsOf>
  <com:heightCharacteristic>
    <com:comparisonOperator>greaterThan</com:comparisonOperator>
    <com:vehicleHeight>3.2</com:vehicleHeight>
  </com:heightCharacteristic>
</sit:forVehiclesWithCharacteristicsOf>

Explanation grossWeightCharacteristic

Element comparisonOperator

The operator used in comparing the vehicle weight.

Type: Mandatory Domain
ComparisonOperatorEnum Yes equalTo, greaterThan, greaterThanOrEqualTo, lessThan, lessThanOrEqualTo

Element grossVehicleWeight

This element specifies the weight of the vehicle in tons.

Type: Mandatory Domain
Tonnes Yes >= 0

Element typeOfWeight

This element describes the meaning of the weight value.

Type: Mandatory Domain
WeightTypeEnum Yes actual, maximumPermitted

Example grossWeightCharacteristic

<sit:forVehiclesWithCharacteristicsOf>
  <com:grossWeightCharacteristic>
    <com:comparisonOperator>greaterThan</com:comparisonOperator>
    <com:grossVehicleWeight>10</com:grossVehicleWeight>
    <com:typeOfWeight>maximumPermitted</com:typeOfWeight>
  </com:grossWeightCharacteristic>
</sit:forVehiclesWithCharacteristicsOf>

Explanation widthCharacteristic

Element comparisonOperator

The operator used in comparing the vehicle width.

Type: Mandatory Domain
ComparisonOperatorEnum Yes equalTo, greaterThan, greaterThanOrEqualTo, lessThan, lessThanOrEqualTo

Element vehicleWidth

This element specifies the width of the vehicle in meters.

Type: Mandatory Domain
MetresAsFloat Yes >= 0

Example vehicleWidth

<sit:forVehiclesWithCharacteristicsOf>
  <com:widthCharacteristic>
    <com:comparisonOperator>greaterThan</com:comparisonOperator>
    <com:vehicleWidth>2.6</com:vehicleWidth>
  </com:widthCharacteristic>
</sit:forVehiclesWithCharacteristicsOf>
Go back to the previous page