* - 8 - `looseChippings` - in case the low road adhesion is due to loose gravel or stone fragments on the road,
* - 9 - `instantBlackIce` - in case the low road adhesion is due to instant black ice on the road surface,
* - 10 - `roadsSalted` - when the low road adhesion is due to salted road,
* - 11 - `flooding` - in case low road adhesion is due to flooding of the road.
* - 11 - `flooding` - in case low road adhesion is due to flooding of the road,
* - 12 - `waterOnRoad` - in case low road adhesion is due to a shallow layer of standing water on the road (not flooding).
* - 12-255 - are reserved for future usage.
*
* @category: Traffic information
* @revision: V1.3.1, name changed to AdhesionSubCauseCode in V2.4.1, value 11 moved from hazardousLocation-SurfaceCondition to this DE
* @revision: V1.3.1, name changed to AdhesionSubCauseCode in V2.4.1, value 11 moved from hazardousLocation-SurfaceCondition to this DE and value 12 added in V2.4.1
* - 5 - `collisionRiskWithPedestrian` - in case the type of detected collision risk involves at least one pedestrian,
* - 6 - `collisionRiskWithCyclist` - in case the type of detected collision risk involves at least one cyclist (and no pedestrians),
* - 7 - `collisionRiskWithMotorVehicle` - in case the type of detected collision risk involves at least one motor vehicle (and no pedestrians or cyclists),
* - 8-255 - are reserved for future usage.
* - 8 - `erraticDriving` - in case the collision risk is due a vehicle exhibiting inconsistent and unpredictable actions like swerving, abrupt lane changes, and inconsistent speed.
* - 9 - `recklessDriving` - in case the collision risk is due a vehicle exhibiting aggressive manoeuvres like tailgating and sudden lane changes and which ignores traffic rules.
* - 10-255 - are reserved for future usage.
*
* @category: Traffic information
* @revision: V1.3.1, values 5-7 assigned in V2.2.1
* @revision: V1.3.1, values 5-7 assigned in V2.2.1, values 8-9 added in V2.4.1
* This DE represents a single dimension of an object.
*
* The value shall be set to:
* - `n` (`n > 0` and `n < 255`) if the accuracy is equal to or less than n x 0,1 m, and more than (n-1) x 0,1 m,
* - `255` if the accuracy is out of range i.e. greater than 25,4 m,
* - `256` if the data is unavailable.
* - `n` (`n > 0` and `n < 255`) if the dimension is equal to or less than n x 0,1 m, and more than (n-1) x 0,1 m,
* - `255` if the dimension is out of range i.e. greater than 25,4 m,
* - `256` if the dimension is unavailable.
*
* @unit 0,1 m
* @category: Basic information
* @revision: Created in V2.1.1
* @revision: Created in V2.1.1, corrected the wording in V2.4.1
*/
ObjectDimensionValue ::= INTEGER {
outOfRange (255),
@@ -3086,11 +3093,12 @@ The value shall be set to:
* - 7 `setupPhase` - in case the work zone is being setup which, may comprise the closure of one or multiple lanes but the carriageway/road is not closed,
* - 8 `remodellingPhase` - in case the work zone is being changed, which may comprise the closure of one or multiple lanes but the carriageway/road is not closed,
* - 9 `dismantlingPhase` - in case the work zone is being dismantled after finished works, which comprised the closure of one or multiple lanes
but the carriageway/road was not closed.
* - 10-255 - are reserved for future usage.
but the carriageway/road was not closed,
* - 10 `carriagewayCrossover` - in case the work zone includes lanes that are re-directed to another carriageway.
* - 11-255 - are reserved for future usage.
*
* @category: Traffic information
* @revision: V1.3.1, values 7-9 added in V2.3.1, values 1, 3, 4 renamed in V2.4.1, value 2, 5 und 6 deprecated in V2.4.1
* @revision: V1.3.1, values 7-9 added in V2.3.1, values 1, 3, 4 renamed in V2.4.1, value 2, 5 und 6 deprecated in V2.4.1, value 10 added in V2.4.1
* This DE represents the sub cause codes of the @ref CauseCode "slowVehicle".
*
* The value shall be set to:
* - 0 `unavailable` - in case further detailed information on slow vehicle driving event is
* unavailable,
* - 1 `maintenanceVehicle` - in case of a slow driving maintenance vehicle on the road,
* - 0 `unavailable` - in case further detailed information on slow vehicle driving event is unavailable,
* - 1 `maintenanceVehicle` - in case of a slow driving maintenance vehicle on the road (incl. winter maintenance without detailed status),
* - 2 `vehiclesSlowingToLookAtAccident` - in case vehicle is temporally slowing down to look at accident, spot, etc.,
* - 3 `abnormalLoad` - in case an abnormal loaded vehicle is driving slowly on the road,
* - 4 `abnormalWideLoad` - in case an abnormal wide load vehicle is driving slowly on the road,
* - 5 `convoy` - in case of slow driving convoy on the road,
* - 6 `snowplough` - in case of slow driving snow plough on the road,
* - 7 `deicing` - in case of slow driving de-icing vehicle on the road,
* - 8 `saltingVehicles` - in case of slow driving salting vehicle on the road.
* - 6 `winterMaintenanceSnowplough - in case of slow driving snow plough on the road,
* - 7 `deicing-deprecated` - deprecated since covered by 8 `winterMaintenanceAdhesionImprovement`,
* - 8 `winterMaintenanceAdhesionImprovement` - in case of a slow driving winter maintenance vehicle applying measures to improve the driving conditions
and adhesion on winter roads, including improving grip (by applying sand or grit), de-icing (by applying salt or brine),
or anti-icing (by applying brine to prevent buildup of ice and snow).
* - 9-255 - are reserved for future usage.
*
* @category: Traffic information
* @revision: V1.3.1
* @revision: V1.3.1, value 7 deprecated and name of 6 and 8 changed and semantics of 8 refined in V2.4.1
* @field semiBreadth: represents half the breadth of the rectangle located in the X-Y Plane.
*
* @field orientation: represents the optional orientation of the length of the rectangle,
* @field orientation: represents the optional orientation of the longer side of the rectangle,
* measured with positive values turning around the Z-axis using the right-hand rule, starting from
* the X-axis.
* the X-axis. If absent, the orientation is equal to the value zero.
*
* @field height: represents the optional height, present if the shape is a right rectangular prism
* with height extending in the positive Z-axis.
*
* @category GeoReference information
* @revision: created in V2.1.1, centerPoint renamed to shapeReferencePoint, the type of the field orientation changed and description revised in V2.2.1
* @revision: created in V2.1.1, centerPoint renamed to shapeReferencePoint, the type of the field orientation changed
* and description revised in V2.2.1, added sentence on absence in V2.4.1