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

Element forVehiclesWithCharacteristicsOf

Het optionele element forVehiclesWithCharacteristicsOf wordt gebruikt om aan te geven voor welke specifieke voertuigen betreffende verkeersmaatregel geldt. Het element kan meerdere keren voorkomen.

De structuur van forVehiclesWithCharacteristicsOf is als volgt:

image

Subelementen forVehiclesWithCharacteristicsOf

Element Type Verplicht Domein Omschrijving
fuelType fuelTypeEnum Nee battery, biodiesel, diesel, dieselBatteryHybrid, ethanol, hydrogen, liquidGas, lpg, methane, petrol, petrolBatteryHybrid Het type brandstof dat het voertuig gebruikt.
loadType loadTypeEnum Nee abnormalLoad, chemicals, combustibleMaterials, corrosiveMaterials, empty, explosiveMaterials, fuel, hazardousMaterials, liquid, livestock, oil, petrol, radioactiveMaterials, toxicMaterials, other Het type lading van het betreffende voertuig.
vehicleType VehicleTypeEnum Nee agriculturalVehicle, bicycle, bus, carWithTrailer, constructionOrMaintenanceVehicle, lorry, moped, motorcycle, motorscooter, van Dit element wordt gebruikt om het voertuigtype te beschrijven.
vehicleUsage VehicleUsageEnum Nee emergencyServices, military, patrol, recoveryServices, roadMaintenanceOrConstruction Dit element wordt gebruikt om het type voertuiggebruik te beschrijven.
heightCharacteristic NVT Nee NVT Dit element wordt gebruikt om de voertuighoogte aan te geven.
grossWeightCharacteristic NVT Nee NVT Dit element wordt gebruikt om het gewicht aan te geven.
widthCharacteristic NVT Nee NVT Dit element wordt gebruikt om de voertuigbreedte aan te geven.

Toelichting heightCharacteristic

Element comparisonOperator

De operator die gebruikt wordt in het vergelijken van de voertuighoogte.

Type: Verplicht Domein
ComparisonOperatorEnum Ja equalTo, greaterThan, greaterThanOrEqualTo, lessThan, lessThanOrEqualTo

Element vehicleHeight

Met dit element wordt de hoogte van het voertuig in meters aangegeven.

Type: Verplicht Domein
MetresAsFloat Ja >= 0

Voorbeeld vehicleHeight

XML Voorbeeld

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

Toelichting grossWeightCharacteristic

Element comparisonOperator

De operator die gebruikt wordt in het vergelijken van de voertuigewicht.

Type: Verplicht Domein
ComparisonOperatorEnum Ja equalTo, greaterThan, greaterThanOrEqualTo, lessThan, lessThanOrEqualTo

Element grossVehicleWeight

Met dit element wordt het gewicht van het voertuig in tonnen aangegeven.

Type: Verplicht Domein
Tonnes Ja >= 0

Element typeOfWeight

Met dit element wordt de betekenis van de waarde van het gewicht beschreven.

Type: Verplicht Domein
WeightTypeEnum Ja actual, maximumPermitted

Voorbeeld grossWeightCharacteristic

XML Voorbeeld

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

Toelichting widthCharacteristic

Element comparisonOperator

De operator die gebruikt wordt in het vergelijken van de voertuigbreedte.

Type: Verplicht Domein
ComparisonOperatorEnum Ja equalTo, greaterThan, greaterThanOrEqualTo, lessThan, lessThanOrEqualTo

Element vehicleWidth

Met dit element wordt de breedte van het voertuig in meters aangegeven.

Type: Verplicht Domein
MetresAsFloat Ja >= 0

Voorbeeld vehicleWidth

XML Voorbeeld

<sit:forVehiclesWithCharacteristicsOf>
  <com:widthCharacteristic>
    <com:comparisonOperator>greaterThan</com:comparisonOperator>
    <com:vehicleWidth>2.6</com:vehicleWidth>
  </com:widthCharacteristic>
</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

``` xml
<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

``` xml
<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