ETSI-ITS-CDD.md 408 KB
Newer Older
ASN.1 Checker's avatar
ASN.1 Checker committed
# <a name="ETSI-ITS-CDD"></a>ASN.1 module ETSI-ITS-CDD
ASN.1 Checker's avatar
ASN.1 Checker committed
OID: _{itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) 102894 cdd (2) major-version-4 (4) minor-version-1 (1)}_
ASN.1 Checker's avatar
ASN.1 Checker committed
draft 005 of the CCD module for TS 102 894-2 V2.2.1 integrating:
ASN.1 Checker's avatar
ASN.1 Checker committed
- ITSWG1(23)062003   Update VAM parameters definitions in ITS Common Data Dictionary
- ITSWG1(23)063016   CPM ASN.1 format (CDD+CPS)
- ITSWG1(23)063017   Generalize the opening angles of the radial shape options
ASN.1 Checker's avatar
ASN.1 Checker committed
- ITSWG1(23)063018   Generalize the orientation of the DF Shape
- ITSWG1(23)063012   CDD extension to enable Road Configuration Container in DENMs
- ITSWG1(23)000078   CDD extension to enable Road Configuration Container in DENMs with JTI changes
- ITSWG1(23)063001r2 Extend LaneInformation to cover more scenarios
ASN.1 Checker's avatar
ASN.1 Checker committed
- ITSWG1(23)063005r1 Add DEs and DFs to allow referring to IVIMs and MAPEMs
- ITSWG1(23)063005r1 Add DE and DFs to support traces leading to any eventZone point.
- ITSWG1(23)000088   Add SubCauseCodes to CauseCode 5 (Impassability)
- ITSWG1(23)000118   CDD extension to enable Proposal for encoding areas in location container in DENMs through predicted paths
ASN.1 Checker's avatar
ASN.1 Checker committed
- ITSWG1(23)063005r1 Define CauseCode 28 for “public transport vehicle approaching
- ITSWG1(23)063005r1 Add subCauseCodes to causeCode 15 RescueAndRecoveryWorkInProgress
- ITSWG1(23)063005r1 Extend the DE PositioningSolution
- ITSWG1(23)063009   Adding one option in CDD at the level of DE PositioningSolutionType
- ITSWG1(23)063005r1 Align definition of CauseCode 95  with the existing subCauseCodes
- ITSWG1(23)063005r1 Extend the DE TrafficRule
- ITSWG1(23)000132   Clarify and Add SubCauseCodes to CauseCode 1 TrafficCondition
- ITSWG1(23)000132   Add subCauseCodes to causeCode 11 HazardousLocation-AnimalOnTheRoad
- ITSWG1(23)000132   Add subCauseCodes to causeCode 12 humanPresenceOnTheRoad
- ITSWG1(23)000134   Relative event position using road configuration container in DENM
ASN.1 Checker's avatar
ASN.1 Checker committed

## Data Elements:
### <a name="AccelerationChange"></a>AccelerationChange
ASN.1 Checker's avatar
ASN.1 Checker committed
This DE indicates a change of acceleration.
ASN.1 Checker's avatar
ASN.1 Checker committed

 The value shall be set to:
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 0 - `accelerate` - if the magnitude of the horizontal velocity vector increases.
 - 1 - `decelerate` - if the magnitude of the horizontal velocity vector decreases.
ASN.1 Checker's avatar
ASN.1 Checker committed

ASN.1 Checker's avatar
ASN.1 Checker committed
Values:
ASN.1 Checker's avatar
ASN.1 Checker committed
* **accelerate** (0)<br>
* **decelerate** (1)<br>

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Kinematic information 
ASN.1 Checker's avatar
ASN.1 Checker committed

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
AccelerationChange::= ENUMERATED { 
    accelerate (0), 
    decelerate (1) 
}
```

### <a name="AccelerationConfidence"></a>AccelerationConfidence
ASN.1 Checker's avatar
ASN.1 Checker committed
This DE indicates the acceleration confidence value which represents the estimated absolute accuracy of an acceleration value with a default confidence level of 95 %. 
ASN.1 Checker's avatar
ASN.1 Checker committed
 If required, the confidence level can be defined by the corresponding standards applying this DE.
ASN.1 Checker's avatar
ASN.1 Checker committed

 The value shall be set to:
ASN.1 Checker's avatar
ASN.1 Checker committed
 - `n` (`n > 0` and `n < 101`) if the confidence value is equal to or less than n x 0,1 m/s<sup>2</sup>, and greater than (n-1) x 0,1 m/s<sup>2</sup>,
 - `101` if the confidence value is out of range i.e. greater than 10 m/s<sup>2</sup>,
 - `102` if the confidence value is unavailable.
ASN.1 Checker's avatar
ASN.1 Checker committed

 The value 0 shall not be used.
ASN.1 Checker's avatar
ASN.1 Checker committed

ASN.1 Checker's avatar
ASN.1 Checker committed
Values:
ASN.1 Checker's avatar
ASN.1 Checker committed
* **outOfRange** (101)<br>
* **unavailable** (102)<br>

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Unit:** _0,1 m/s<sup>2</sup>_
ASN.1 Checker's avatar
ASN.1 Checker committed

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Kinematic information 
ASN.1 Checker's avatar
ASN.1 Checker committed

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _Description revised in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed

>>>
ASN.1 Checker's avatar
ASN.1 Checker committed
NOTE:&emsp;If an acceleration value is received and its confidence value is set to `outOfRange(101)`, it means that the value is not valid and therefore cannot be trusted. Such value is not useful for the application.
ASN.1 Checker's avatar
ASN.1 Checker committed
>>>
ASN.1 Checker's avatar
ASN.1 Checker committed

ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
AccelerationConfidence ::= INTEGER {
    outOfRange                 (101), 
    unavailable                (102)
} (0..102)
```

### <a name="AccelerationControl"></a>AccelerationControl
ASN.1 Checker's avatar
ASN.1 Checker committed
This DE indicates the current controlling mechanism for longitudinal movement of the vehicle.
ASN.1 Checker's avatar
ASN.1 Checker committed
 The data may be provided via the in-vehicle network. It indicates whether a specific in-vehicle
 acceleration control system is engaged or not. Currently, this DE includes the information of the
 vehicle brake pedal, gas pedal, emergency brake system, collision warning system, adaptive cruise
 control system, cruise control system and speed limiter system.

 The corresponding bit shall be set to 1 under the following conditions:
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 0 - `brakePedalEngaged`      - Driver is stepping on the brake pedal,
 - 1 - `gasPedalEngaged`        - Driver is stepping on the gas pedal,
 - 2 - `emergencyBrakeEngaged`  - emergency brake system is engaged,
 - 3 - `collisionWarningEngaged`- collision warning system is engaged,
 - 4 - `accEngaged`             - ACC is engaged,
 - 5 - `cruiseControlEngaged`   - cruise control is engaged,
 - 6 - `speedLimiterEngaged`    - speed limiter is engaged.
ASN.1 Checker's avatar
ASN.1 Checker committed

 Otherwise (for example when the corresponding system is not available due to non equipped system
ASN.1 Checker's avatar
ASN.1 Checker committed
 or information is unavailable), the corresponding bit shall be set to 0.
ASN.1 Checker's avatar
ASN.1 Checker committed

ASN.1 Checker's avatar
ASN.1 Checker committed
Values:
ASN.1 Checker's avatar
ASN.1 Checker committed
* **brakePedalEngaged** (0)<br>
* **gasPedalEngaged** (1)<br>
* **emergencyBrakeEngaged** (2)<br>
* **collisionWarningEngaged** (3)<br>
* **accEngaged** (4)<br>
* **cruiseControlEngaged** (5)<br>
* **speedLimiterEngaged** (6)<br>

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Vehicle information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _V1.3.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
NOTE:&emsp;The system engagement condition is OEM specific and therefore out of scope of the present document.
ASN.1 Checker's avatar
ASN.1 Checker committed
>>>
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
AccelerationControl ::= BIT STRING {
    brakePedalEngaged       (0),
    gasPedalEngaged         (1),
    emergencyBrakeEngaged   (2),
    collisionWarningEngaged (3),
    accEngaged              (4),
    cruiseControlEngaged    (5),
    speedLimiterEngaged     (6)
} (SIZE(7))
```

ASN.1 Checker's avatar
ASN.1 Checker committed
### <a name="AccelerationMagnitudeValue"></a>AccelerationMagnitudeValue
ASN.1 Checker's avatar
ASN.1 Checker committed
This DE represents the magnitude of the acceleration vector in a defined coordinate system.
ASN.1 Checker's avatar
ASN.1 Checker committed

 The value shall be set to:
ASN.1 Checker's avatar
ASN.1 Checker committed
 - `0` to indicate no acceleration,
 - `n` (`n > 0` and `n < 160`) to indicate acceleration equal to or less than n x 0,1 m/s<sup>2</sup>, and greater than (n-1) x 0,1 m/s<sup>2</sup>,
 - `160` for acceleration values greater than 15,9 m/s<sup>2</sup>,
 - `161` when the data is unavailable.
ASN.1 Checker's avatar
ASN.1 Checker committed
Values:
ASN.1 Checker's avatar
ASN.1 Checker committed
* **positiveOutOfRange** (160)<br>
* **unavailable** (161)<br>

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Unit:** _0,1 m/s<sup>2</sup>_
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Kinematic information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
AccelerationMagnitudeValue ::= INTEGER {
    positiveOutOfRange (160),
    unavailable        (161)  
} (0.. 161)
```

ASN.1 Checker's avatar
ASN.1 Checker committed
### <a name="AccelerationValue"></a>AccelerationValue
ASN.1 Checker's avatar
ASN.1 Checker committed
This DE represents the value of an acceleration component in a defined coordinate system.
ASN.1 Checker's avatar
ASN.1 Checker committed

 The value shall be set to:
ASN.1 Checker's avatar
ASN.1 Checker committed
 - `-160` for acceleration values equal to or less than -16 m/s<sup>2</sup>,
 - `n` (`n > -160` and `n ≤ 0`) to indicate negative acceleration equal to or less than n x 0,1 m/s<sup>2</sup>, and greater than (n-1) x 0,1 m/s<sup>2</sup>,
 - `n` (`n > 0` and `n < 160`) to indicate positive acceleration equal to or less than n x 0,1 m/s<sup>2</sup>, and greater than (n-1) x 0,1 m/s<sup>2</sup>,
 - `160` for acceleration values greater than 15,9 m/s<sup>2</sup>,
 - `161` when the data is unavailable.
ASN.1 Checker's avatar
ASN.1 Checker committed
Values:
ASN.1 Checker's avatar
ASN.1 Checker committed
* **negativeOutOfRange** (-160)<br>
* **positiveOutOfRange** (160)<br>
* **unavailable** (161)<br>

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Unit:** _0,1 m/s<sup>2</sup>_
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Kinematic information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
NOTE:&emsp;the formula for values > -160 and <160 results in rounding up to the next value. Zero acceleration is indicated using n=0.
ASN.1 Checker's avatar
ASN.1 Checker committed
>>>
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
AccelerationValue ::= INTEGER {
    negativeOutOfRange (-160),
    positiveOutOfRange (160),
    unavailable        (161)  
} (-160 .. 161)
```

### <a name="AccessTechnologyClass"></a>AccessTechnologyClass
ASN.1 Checker's avatar
ASN.1 Checker committed
This DE indicates an access technology.
ASN.1 Checker's avatar
ASN.1 Checker committed

 The value shall be set to:
ASN.1 Checker's avatar
ASN.1 Checker committed
 - `0`: in case of any access technology class,
 - `1`: in case of ITS-G5 access technology class,
 - `2`: in case of LTE-V2X access technology class,
 - `3`: in case of NR-V2X access technology class.
ASN.1 Checker's avatar
ASN.1 Checker committed
Values:
ASN.1 Checker's avatar
ASN.1 Checker committed
* **any** (0)<br>
* **itsg5Class** (1)<br>
* **ltev2xClass** (2)<br>
* **nrv2xClass** (3)<br>

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Communication information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
AccessTechnologyClass ::= ENUMERATED {
   any         (0), 
   itsg5Class  (1), 
   ltev2xClass (2), 
   nrv2xClass  (3),
   ...
}
```

### <a name="AccidentSubCauseCode"></a>AccidentSubCauseCode
ASN.1 Checker's avatar
ASN.1 Checker committed
This DE represents the value of the sub cause code of the [**CauseCode**](#CauseCode) `accident`.
ASN.1 Checker's avatar
ASN.1 Checker committed

 The value shall be set to:
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 0 - `unavailable`                        - in case the information on the sub cause of the accident is unavailable,
 - 1 - `multiVehicleAccident`               - in case more than two vehicles are involved in accident,
 - 2 - `heavyAccident`                      - in case the airbag of the vehicle involved in the accident is triggered, 
ASN.1 Checker's avatar
ASN.1 Checker committed
                                              the accident requires important rescue and/or recovery work,
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 3 - `accidentInvolvingLorry`             - in case the accident involves a lorry,
 - 4 - `accidentInvolvingBus`               - in case the accident involves a bus,
 - 5 - `accidentInvolvingHazardousMaterials`- in case the accident involves hazardous material,
 - 6 - `accidentOnOppositeLane`             - in case the accident happens on opposite lanes,
 - 7 - `unsecuredAccident`                  - in case the accident is not secured,
 - 8 - `assistanceRequested`                - in case rescue and assistance are requested,
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 9-255                                    - reserved for future usage.
ASN.1 Checker's avatar
ASN.1 Checker committed
Values:
ASN.1 Checker's avatar
ASN.1 Checker committed
* **unavailable** (0)<br>
* **multiVehicleAccident** (1)<br>
* **heavyAccident** (2)<br>
* **accidentInvolvingLorry** (3)<br>
* **accidentInvolvingBus** (4)<br>
* **accidentInvolvingHazardousMaterials** (5)<br>
* **accidentOnOppositeLane** (6)<br>
* **unsecuredAccident** (7)<br>
* **assistanceRequested** (8)<br>

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Traffic information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _V1.3.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
AccidentSubCauseCode ::= INTEGER {
    unavailable                         (0),
    multiVehicleAccident                (1),
    heavyAccident                       (2),
    accidentInvolvingLorry              (3),
    accidentInvolvingBus                (4),
    accidentInvolvingHazardousMaterials (5),
    accidentOnOppositeLane              (6),
    unsecuredAccident                   (7),
    assistanceRequested                 (8)
} (0..255)
```

### <a name="AdverseWeatherCondition-AdhesionSubCauseCode"></a>AdverseWeatherCondition-AdhesionSubCauseCode
ASN.1 Checker's avatar
ASN.1 Checker committed
This DE represents the value of the sub cause code of the [**CauseCode**](#CauseCode) `adverseWeatherCondition-Adhesion`. 
ASN.1 Checker's avatar
ASN.1 Checker committed
 
 The value shall be set to:
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 0 - `unavailable`     - in case information on the cause of the low road adhesion is unavailable,
 - 1 - `heavyFrostOnRoad`- in case the low road adhesion is due to heavy frost on the road,
 - 2 - `fuelOnRoad`      - in case the low road adhesion is due to fuel on the road,
 - 3 - `mudOnRoad`       - in case the low road adhesion is due to mud on the road,
 - 4 - `snowOnRoad`      - in case the low road adhesion is due to snow on the road,
 - 5 - `iceOnRoad`       - in case the low road adhesion is due to ice on the road,
 - 6 - `blackIceOnRoad`  - in case the low road adhesion is due to black ice on the road,
 - 7 - `oilOnRoad`       - in case the low road adhesion is due to oil on the road,
 - 8 - `looseChippings`  - in case the low road adhesion is due to loose gravel or stone fragments detached from a road surface or from a hazard,
 - 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,
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 11-255                - are reserved for future usage.

ASN.1 Checker's avatar
ASN.1 Checker committed
Values:
ASN.1 Checker's avatar
ASN.1 Checker committed
* **unavailable** (0)<br>
* **heavyFrostOnRoad** (1)<br>
* **fuelOnRoad** (2)<br>
* **mudOnRoad** (3)<br>
* **snowOnRoad** (4)<br>
* **iceOnRoad** (5)<br>
* **blackIceOnRoad** (6)<br>
* **oilOnRoad** (7)<br>
* **looseChippings** (8)<br>
* **instantBlackIce** (9)<br>
* **roadsSalted** (10)<br>

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Traffic information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _V1.3.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
AdverseWeatherCondition-AdhesionSubCauseCode ::= INTEGER {
    unavailable      (0),
    heavyFrostOnRoad (1),
    fuelOnRoad       (2),
    mudOnRoad        (3),
    snowOnRoad       (4),
    iceOnRoad        (5),
    blackIceOnRoad   (6),
    oilOnRoad        (7),
    looseChippings   (8),
    instantBlackIce  (9),
    roadsSalted      (10)
} (0..255)
```

### <a name="AdverseWeatherCondition-ExtremeWeatherConditionSubCauseCode"></a>AdverseWeatherCondition-ExtremeWeatherConditionSubCauseCode
ASN.1 Checker's avatar
ASN.1 Checker committed
This DE represents the value of the sub cause codes of the [**CauseCode**](#CauseCode) `adverseWeatherCondition-ExtremeWeatherCondition`.
ASN.1 Checker's avatar
ASN.1 Checker committed

 The value shall be set to:
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 0 - `unavailable` - in case information on the type of extreme weather condition is unavailable,
 - 1 - `strongWinds` - in case the type of extreme weather condition is strong wind,
 - 2 - `damagingHail`- in case the type of extreme weather condition is damaging hail,
 - 3 - `hurricane`   - in case the type of extreme weather condition is hurricane,
 - 4 - `thunderstorm`- in case the type of extreme weather condition is thunderstorm,
 - 5 - `tornado`     - in case the type of extreme weather condition is tornado,
 - 6 - `blizzard`    - in case the type of extreme weather condition is blizzard.
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 7-255             - are reserved for future usage.

ASN.1 Checker's avatar
ASN.1 Checker committed
Values:
ASN.1 Checker's avatar
ASN.1 Checker committed
* **unavailable** (0)<br>
* **strongWinds** (1)<br>
* **damagingHail** (2)<br>
* **hurricane** (3)<br>
* **thunderstorm** (4)<br>
* **tornado** (5)<br>
* **blizzard** (6)<br>

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Traffic information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _V1.3.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
AdverseWeatherCondition-ExtremeWeatherConditionSubCauseCode ::= INTEGER {
    unavailable  (0),
    strongWinds  (1),
    damagingHail (2),
    hurricane    (3),
    thunderstorm (4),
    tornado      (5),
    blizzard     (6)
} (0..255)
```

### <a name="AdverseWeatherCondition-PrecipitationSubCauseCode"></a>AdverseWeatherCondition-PrecipitationSubCauseCode
ASN.1 Checker's avatar
ASN.1 Checker committed
This DE represents the value of the sub cause codes of the [**CauseCode**](#CauseCode) `adverseWeatherCondition-Precipitation`. 
ASN.1 Checker's avatar
ASN.1 Checker committed

 The value shall be set to:
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 0 - `unavailable`   - in case information on the type of precipitation is unavailable,
 - 1 - `heavyRain`     - in case the type of precipitation is heavy rain,
 - 2 - `heavySnowfall` - in case the type of precipitation is heavy snow fall,
 - 3 - `softHail`      - in case the type of precipitation is soft hail.
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 4-255               - are reserved for future usage
ASN.1 Checker's avatar
ASN.1 Checker committed
Values:
ASN.1 Checker's avatar
ASN.1 Checker committed
* **unavailable** (0)<br>
* **heavyRain** (1)<br>
* **heavySnowfall** (2)<br>
* **softHail** (3)<br>

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Traffic information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _V1.3.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
AdverseWeatherCondition-PrecipitationSubCauseCode ::= INTEGER {
    unavailable   (0),
    heavyRain     (1),
    heavySnowfall (2),
    softHail      (3)
} (0..255)
```

### <a name="AdverseWeatherCondition-VisibilitySubCauseCode"></a>AdverseWeatherCondition-VisibilitySubCauseCode
ASN.1 Checker's avatar
ASN.1 Checker committed
This DE represents the value of the sub cause codes of the [**CauseCode**](#CauseCode) `adverseWeatherCondition-Visibility`.
ASN.1 Checker's avatar
ASN.1 Checker committed

 The value shall be set to:
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 0 - `unavailable`    - in case information on the cause of low visibility is unavailable,
 - 1 - `fog`            - in case the cause of low visibility is fog,
 - 2 - `smoke`          - in case the cause of low visibility is smoke,
 - 3 - `heavySnowfall`  - in case the cause of low visibility is heavy snow fall,
 - 4 - `heavyRain`      - in case the cause of low visibility is heavy rain,
 - 5 - `heavyHail`      - in case the cause of low visibility is heavy hail,
 - 6 - `lowSunGlare`    - in case the cause of low visibility is sun glare,
 - 7 - `sandstorms`     - in case the cause of low visibility is sand storm,
 - 8 - `swarmsOfInsects`- in case the cause of low visibility is swarm of insects.
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 9-255                - are reserved for future usage

ASN.1 Checker's avatar
ASN.1 Checker committed
Values:
ASN.1 Checker's avatar
ASN.1 Checker committed
* **unavailable** (0)<br>
* **fog** (1)<br>
* **smoke** (2)<br>
* **heavySnowfall** (3)<br>
* **heavyRain** (4)<br>
* **heavyHail** (5)<br>
* **lowSunGlare** (6)<br>
* **sandstorms** (7)<br>
* **swarmsOfInsects** (8)<br>

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Traffic information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _V1.3.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
AdverseWeatherCondition-VisibilitySubCauseCode ::= INTEGER {
    unavailable     (0),
    fog             (1),
    smoke           (2),
    heavySnowfall   (3),
    heavyRain       (4),
    heavyHail       (5),
    lowSunGlare     (6),
    sandstorms      (7),
    swarmsOfInsects (8)
} (0..255)
```

### <a name="AirHumidity"></a>AirHumidity
ASN.1 Checker's avatar
ASN.1 Checker committed
This DE represents the air humidity in tenths of percent.
ASN.1 Checker's avatar
ASN.1 Checker committed

 The value shall be set to:
ASN.1 Checker's avatar
ASN.1 Checker committed
 - `n` (`n > 0` and `n < 1001`) indicates that the applicable value is equal to or less than n x 0,1 percent and greater than (n-1) x 0,1 percent.
 - `1001` indicates that the air humidity is unavailable.
ASN.1 Checker's avatar
ASN.1 Checker committed
Values:
ASN.1 Checker's avatar
ASN.1 Checker committed
* **oneHundredPercent** (1000)<br>
* **unavailable** (1001)<br>

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Unit:** _0,1 %_
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Basic information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
AirHumidity ::= INTEGER {
ASN.1 Checker's avatar
ASN.1 Checker committed
	oneHundredPercent   (1000),
	unavailable         (1001)
ASN.1 Checker's avatar
ASN.1 Checker committed
} (1..1001)
```

### <a name="AltitudeConfidence"></a>AltitudeConfidence
ASN.1 Checker's avatar
ASN.1 Checker committed
This DE indicates the altitude confidence value which represents the estimated absolute accuracy of an altitude value of a geographical point with a default confidence level of 95 %.
ASN.1 Checker's avatar
ASN.1 Checker committed
 If required, the confidence level can be defined by the corresponding standards applying this DE.
ASN.1 Checker's avatar
ASN.1 Checker committed

 The value shall be set to: 
ASN.1 Checker's avatar
ASN.1 Checker committed
   - 0  - `alt-000-01`   - if the confidence value is equal to or less than 0,01 metre,
   - 1  - `alt-000-02`   - if the confidence value is equal to or less than 0,02 metre and greater than 0,01 metre,
   - 2  - `alt-000-05`   - if the confidence value is equal to or less than 0,05 metre and greater than 0,02 metre,            
   - 3  - `alt-000-10`   - if the confidence value is equal to or less than 0,1 metre and greater than 0,05 metre,            
   - 4  - `alt-000-20`   - if the confidence value is equal to or less than 0,2 metre and greater than 0,1 metre,            
   - 5  - `alt-000-50`   - if the confidence value is equal to or less than 0,5 metre and greater than 0,2 metre,             
   - 6  - `alt-001-00`   - if the confidence value is equal to or less than 1 metre and greater than 0,5 metre,             
   - 7  - `alt-002-00`   - if the confidence value is equal to or less than 2 metres and greater than 1 metre,             
   - 8  - `alt-005-00`   - if the confidence value is equal to or less than 5 metres and greater than 2 metres,              
   - 9  - `alt-010-00`   - if the confidence value is equal to or less than 10 metres and greater than 5 metres,             
   - 10 - `alt-020-00`   - if the confidence value is equal to or less than 20 metres and greater than 10 metres,            
   - 11 - `alt-050-00`   - if the confidence value is equal to or less than 50 metres and greater than 20 metres,            
   - 12 - `alt-100-00`   - if the confidence value is equal to or less than 100 metres and greater than 50 metres,           
   - 13 - `alt-200-00`   - if the confidence value is equal to or less than 200 metres and greater than 100 metres,           
   - 14 - `outOfRange`   - if the confidence value is out of range, i.e. greater than 200 metres,
   - 15 - `unavailable`  - if the confidence value is unavailable.
ASN.1 Checker's avatar
ASN.1 Checker committed
Values:
ASN.1 Checker's avatar
ASN.1 Checker committed
* **alt-000-01** (0)<br>
* **alt-000-02** (1)<br>
* **alt-000-05** (2)<br>
* **alt-000-10** (3)<br>
* **alt-000-20** (4)<br>
* **alt-000-50** (5)<br>
* **alt-001-00** (6)<br>
* **alt-002-00** (7)<br>
* **alt-005-00** (8)<br>
* **alt-010-00** (9)<br>
* **alt-020-00** (10)<br>
* **alt-050-00** (11)<br>
* **alt-100-00** (12)<br>
* **alt-200-00** (13)<br>
* **outOfRange** (14)<br>
* **unavailable** (15)<br>

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** GeoReference information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _Description revised in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
NOTE:&emsp;If an altitude value is received and its confidence value is set to `outOfRange(14)`, it means that the  
ASN.1 Checker's avatar
ASN.1 Checker committed
 altitude value is not valid and therefore cannot be trusted. Such value is not useful for the application.
>>>
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
AltitudeConfidence ::= ENUMERATED {
    alt-000-01  (0),
    alt-000-02  (1),
    alt-000-05  (2),
    alt-000-10  (3),
    alt-000-20  (4),
    alt-000-50  (5),
    alt-001-00  (6),
    alt-002-00  (7),
    alt-005-00  (8),
    alt-010-00  (9),
    alt-020-00  (10),
    alt-050-00  (11),
    alt-100-00  (12),
    alt-200-00  (13),
    outOfRange  (14),
    unavailable (15)
}
```

### <a name="AltitudeValue"></a>AltitudeValue
ASN.1 Checker's avatar
ASN.1 Checker committed
This DE represents the altitude value in a WGS84 coordinate system.
ASN.1 Checker's avatar
ASN.1 Checker committed
 The specific WGS84 coordinate system is specified by the corresponding standards applying this DE.
ASN.1 Checker's avatar
ASN.1 Checker committed

 The value shall be set to: 
ASN.1 Checker's avatar
ASN.1 Checker committed
 - `-100 000` if the altitude is equal to or less than -1 000 m,
 - `n` (`n > -100 000` and `n < 800 000`) if the altitude is equal to or less than n  x 0,01 metre and greater than (n-1) x 0,01 metre,
 - `800 000` if the altitude  greater than 7 999,99 m,
 - `800 001` if the information is not available.
ASN.1 Checker's avatar
ASN.1 Checker committed
Values:
ASN.1 Checker's avatar
ASN.1 Checker committed
* **negativeOutOfRange** (-100000)<br>
* **postiveOutOfRange** (800000)<br>
* **unavailable** (800001)<br>

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Unit:** _0,01 metre_
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** GeoReference information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _Description revised in V2.1.1 (definition of 800 000 has slightly changed)_
ASN.1 Checker's avatar
ASN.1 Checker committed
NOTE:&emsp;the range of this DE does not use the full binary encoding range, but all reasonable values are covered. In order to cover all possible altitude ranges a larger encoding would be necessary.
ASN.1 Checker's avatar
ASN.1 Checker committed
>>>
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
AltitudeValue ::= INTEGER {
ASN.1 Checker's avatar
ASN.1 Checker committed
    negativeOutOfRange (-100000),
ASN.1 Checker's avatar
ASN.1 Checker committed
    postiveOutOfRange  (800000),
    unavailable        (800001)
} (-100000..800001)
```

### <a name="AngleConfidence"></a>AngleConfidence
ASN.1 Checker's avatar
ASN.1 Checker committed
This DE indicates the angle confidence value which represents the estimated absolute accuracy of an angle value with a default confidence level of 95 %.
ASN.1 Checker's avatar
ASN.1 Checker committed
 If required, the confidence level can be defined by the corresponding standards applying this DE.
ASN.1 Checker's avatar
ASN.1 Checker committed

 The value shall be set to: 
ASN.1 Checker's avatar
ASN.1 Checker committed
 - `n` (`n > 0` and `n < 126`)  if the accuracy is equal to or less than n * 0,1 degrees and greater than (n-1) x * 0,1 degrees,
 - `126` if the  accuracy is out of range, i.e. greater than 12,5 degrees,
 - `127` if the accuracy information is not available.
ASN.1 Checker's avatar
ASN.1 Checker committed
Values:
ASN.1 Checker's avatar
ASN.1 Checker committed
* **outOfRange** (126)<br>
* **unavailable** (127)<br>

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Unit:** _0,1 degrees_
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Basic information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
AngleConfidence ::= INTEGER {
    outOfRange  (126),
    unavailable (127)   
} (1..127)
```

### <a name="AngularSpeedConfidence"></a>AngularSpeedConfidence
ASN.1 Checker's avatar
ASN.1 Checker committed
This DE indicates the angular speed confidence value which represents the estimated absolute accuracy of an angular speed value with a default confidence level of 95 %.
ASN.1 Checker's avatar
ASN.1 Checker committed
 If required, the confidence level can be defined by the corresponding standards applying this DE.
ASN.1 Checker's avatar
ASN.1 Checker committed
 For correlation computation, maximum interval levels can be assumed.

 The value shall be set to:
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 0 - `degSec-01`   - if the accuracy is equal to or less than 1 degree/second,
 - 1 - `degSec-02`   - if the accuracy is equal to or less than 2 degrees/second and greater than 1 degree/second,
 - 2 - `degSec-05`   - if the accuracy is equal to or less than 5 degrees/second and greater than 2 degrees/second,
 - 3 - `degSec-10`   - if the accuracy is equal to or less than 10 degrees/second and greater than 5 degrees/second,
 - 4 - `degSec-20`   - if the accuracy is equal to or less than 20 degrees/second and greater than 10 degrees/second,
 - 5 - `degSec-50`   - if the accuracy is equal to or less than 50 degrees/second and greater than 20 degrees/second,
 - 6 - `outOfRange`  - if the accuracy is out of range, i.e. greater than 50 degrees/second,
 - 7 - `unavailable` - if the accuracy information is unavailable.
ASN.1 Checker's avatar
ASN.1 Checker committed
Values:
ASN.1 Checker's avatar
ASN.1 Checker committed
* **degSec-01** (0)<br>
* **degSec-02** (1)<br>
* **degSec-05** (2)<br>
* **degSec-10** (3)<br>
* **degSec-20** (4)<br>
* **degSec-50** (5)<br>
* **outOfRange** (6)<br>
* **unavailable** (7)<br>

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Kinematic information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
AngularSpeedConfidence ::= ENUMERATED {
ASN.1 Checker's avatar
ASN.1 Checker committed
    degSec-01   (0), 
    degSec-02   (1),  
    degSec-05   (2), 
    degSec-10   (3), 
    degSec-20   (4),  
    degSec-50   (5), 
ASN.1 Checker's avatar
ASN.1 Checker committed
    outOfRange  (6),   
    unavailable (7)   
ASN.1 Checker's avatar
ASN.1 Checker committed
}
```

### <a name="AngularAccelerationConfidence"></a>AngularAccelerationConfidence
ASN.1 Checker's avatar
ASN.1 Checker committed
This DE indicates the angular acceleration confidence value which represents the estimated accuracy of an angular acceleration value with a default confidence level of 95 %.
ASN.1 Checker's avatar
ASN.1 Checker committed
 If required, the confidence level can be defined by the corresponding standards applying this DE.
ASN.1 Checker's avatar
ASN.1 Checker committed
 For correlation computation, maximum interval levels shall be assumed.

 The value shall be set to:
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 0 - `degSecSquared-01` - if the accuracy is equal to or less than 1 degree/second<sup>2</sup>,
 - 1 - `degSecSquared-02` - if the accuracy is equal to or less than 2 degrees/second<sup>2</sup> and greater than 1 degree/second<sup>2</sup>,
 - 2 - `degSecSquared-05` - if the accuracy is equal to or less than 5 degrees/second<sup>2</sup> and greater than 1 degree/second<sup>2</sup>,
 - 3 - `degSecSquared-10` - if the accuracy is equal to or less than 10 degrees/second<sup>2</sup> and greater than 5 degrees/second<sup>2</sup>,
 - 4 - `degSecSquared-20` - if the accuracy is equal to or less than 20 degrees/second<sup>2</sup> and greater than 10 degrees/second<sup>2</sup>,
 - 5 - `degSecSquared-50` - if the accuracy is equal to or less than 50 degrees/second<sup>2</sup> and greater than 20 degrees/second<sup>2</sup>,
 - 6 - `outOfRange`       - if the accuracy is out of range, i.e. greater than 50 degrees/second<sup>2</sup>,
 - 7 - `unavailable`      - if the accuracy information is unavailable.
ASN.1 Checker's avatar
ASN.1 Checker committed
Values:
ASN.1 Checker's avatar
ASN.1 Checker committed
* **degSecSquared-01** (0)<br>
* **degSecSquared-02** (1)<br>
* **degSecSquared-05** (2)<br>
* **degSecSquared-10** (3)<br>
* **degSecSquared-20** (4)<br>
* **degSecSquared-50** (5)<br>
* **outOfRange** (6)<br>
* **unavailable** (7)<br>

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Kinematic information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
AngularAccelerationConfidence ::= ENUMERATED {
ASN.1 Checker's avatar
ASN.1 Checker committed
    degSecSquared-01 (0), 
    degSecSquared-02 (1), 
    degSecSquared-05 (2),  
    degSecSquared-10 (3), 
    degSecSquared-20 (4),  
    degSecSquared-50 (5),  
    outOfRange       (6),     
    unavailable      (7)   
ASN.1 Checker's avatar
ASN.1 Checker committed
}
```

### <a name="AxlesCount"></a>AxlesCount
ASN.1 Checker's avatar
ASN.1 Checker committed
This DE indicates the number of axles of a passing train.
ASN.1 Checker's avatar
ASN.1 Checker committed
 The value shall be set to:
ASN.1 Checker's avatar
ASN.1 Checker committed
 - `n` (`n > 2` and `n < 1001`) indicates that the train has n x axles,
 - `1001`indicates that the number of axles is out of range,
 - `1002` the information is unavailable.
ASN.1 Checker's avatar
ASN.1 Checker committed
Values:
ASN.1 Checker's avatar
ASN.1 Checker committed
* **outOfRange** (1001)<br>
* **unavailable** (1002)<br>

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Unit:** _Number of axles_
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Vehicle information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
AxlesCount ::= INTEGER{
ASN.1 Checker's avatar
ASN.1 Checker committed
    outOfRange   (1001),
    unavailable  (1002)
ASN.1 Checker's avatar
ASN.1 Checker committed
} (2..1002)
```

### <a name="BarometricPressure"></a>BarometricPressure
ASN.1 Checker's avatar
ASN.1 Checker committed
This DE represents the measured uncompensated atmospheric pressure.
ASN.1 Checker's avatar
ASN.1 Checker committed
 The value shall be set to:
ASN.1 Checker's avatar
ASN.1 Checker committed
 - `2999` indicates that the applicable value is less than 29990 Pa,
 - `n` (`n > 2999` and `n ≤ 12000`) indicates that the applicable value is equal to or less than n x 10 Pa and greater than (n-1) x 10 Pa, 
 - `12001` indicates that the values is greater than 120000 Pa,
 - `12002` indicates that the information is not available.
ASN.1 Checker's avatar
ASN.1 Checker committed
Values:
ASN.1 Checker's avatar
ASN.1 Checker committed
* **outOfRangelower** (2999)<br>
* **outOfRangeUpper** (12001)<br>
* **unavailable** (12002)<br>

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Unit:** _10 Pascal_
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Basic information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
BarometricPressure ::= INTEGER{
	outOfRangelower        (2999),
	outOfRangeUpper        (12001),
	unavailable            (12002)
} (2999..12002)
```

### <a name="BogiesCount"></a>BogiesCount
ASN.1 Checker's avatar
ASN.1 Checker committed
This DE indicates the cardinal number of bogies of a train.
ASN.1 Checker's avatar
ASN.1 Checker committed

 The value shall be set to: 
ASN.1 Checker's avatar
ASN.1 Checker committed
 - `n` (`n > 1` and `n < 100`) indicates that the train has n x bogies,
 - `100`indicates that the number of bogies is out of range, 
 - `101` the information is unavailable.
ASN.1 Checker's avatar
ASN.1 Checker committed
Values:
ASN.1 Checker's avatar
ASN.1 Checker committed
* **outOfRange** (100)<br>
* **unavailable** (101)<br>

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Unit:** _Number of bogies_
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Vehicle information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
BogiesCount ::= INTEGER{
	outOfRange   (100),
	unavailable  (101)
} (2..101)
```

### <a name="CardinalNumber1B"></a>CardinalNumber1B
ASN.1 Checker's avatar
ASN.1 Checker committed
The DE represents a cardinal number that counts the size of a set.
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Basic information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
ASN.1 Checker's avatar
ASN.1 Checker committed
CardinalNumber1B ::= INTEGER(0..255)
ASN.1 Checker's avatar
ASN.1 Checker committed
### <a name="CardinalNumber3b"></a>CardinalNumber3b
ASN.1 Checker's avatar
ASN.1 Checker committed
The DE represents a cardinal number that counts the size of a set.
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Basic information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
ASN.1 Checker's avatar
ASN.1 Checker committed
CardinalNumber3b ::= INTEGER(1..8)
ASN.1 Checker's avatar
ASN.1 Checker committed
### <a name="CartesianAngleValue"></a>CartesianAngleValue
ASN.1 Checker's avatar
ASN.1 Checker committed
This DE represents an angle value described in a local Cartesian coordinate system, per default counted positive in
ASN.1 Checker's avatar
ASN.1 Checker committed
 a right-hand local coordinate system from the abscissa.

 The value shall be set to: 
ASN.1 Checker's avatar
ASN.1 Checker committed
 - `n` (`n ≥ 0` and `n < 3600`) if the angle is equal to or less than n x 0,1 degrees, and greater than (n-1) x 0,1 degrees,
ASN.1 Checker's avatar
ASN.1 Checker committed
 - `3601` if the information is not available.
ASN.1 Checker's avatar
ASN.1 Checker committed
 The value 3600 shall not be used.
ASN.1 Checker's avatar
ASN.1 Checker committed
Values:
ASN.1 Checker's avatar
ASN.1 Checker committed
* **valueNotUsed** (3600)<br>
* **unavailable** (3601)<br>

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Unit:** _0,1 degrees_
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Basic information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _Created in V2.1.1, description and value for 3601 corrected in V2.2.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
CartesianAngleValue ::= INTEGER {
    valueNotUsed (3600),
    unavailable  (3601)
} (0..3601)
```

ASN.1 Checker's avatar
ASN.1 Checker committed
### <a name="CartesianAngularAccelerationComponentValue"></a>CartesianAngularAccelerationComponentValue
ASN.1 Checker's avatar
ASN.1 Checker committed
This DE represents an angular acceleration value described in a local Cartesian coordinate system, per default counted positive in
ASN.1 Checker's avatar
ASN.1 Checker committed
 a right-hand local coordinate system from the abscissa.

 The value shall be set to: 
ASN.1 Checker's avatar
ASN.1 Checker committed
 - `-255` if the acceleration is equal to or less than -255 degrees/s<sup>2</sup>,
 - `n` (`n > -255` and `n < 255`) if the acceleration is equal to or less than n x 1 degree/s<sup>2</sup>,
      and greater than `(n-1)` x 0,01 degree/s<sup>2</sup>,
 - `255` if the acceleration is greater than 254 degrees/s<sup>2</sup>,
 - `256` if the information is unavailable.
ASN.1 Checker's avatar
ASN.1 Checker committed
Values:
ASN.1 Checker's avatar
ASN.1 Checker committed
* **negativeOutOfRange** (-255)<br>
* **positiveOutOfRange** (255)<br>
* **unavailable** (256)<br>

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Unit:** _degree/s<sup>2</sup> (degrees per second squared)_
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Kinematic information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
ASN.1 Checker's avatar
ASN.1 Checker committed
CartesianAngularAccelerationComponentValue ::= INTEGER {
ASN.1 Checker's avatar
ASN.1 Checker committed
    negativeOutOfRange (-255),
ASN.1 Checker's avatar
ASN.1 Checker committed
    positiveOutOfRange (255),
    unavailable        (256)
} (-255..256)
ASN.1 Checker's avatar
ASN.1 Checker committed
### <a name="CartesianAngularVelocityComponentValue"></a>CartesianAngularVelocityComponentValue
ASN.1 Checker's avatar
ASN.1 Checker committed
This DE represents an angular velocity component described in a local Cartesian coordinate system, per default counted positive in
ASN.1 Checker's avatar
ASN.1 Checker committed
 a right-hand local coordinate system from the abscissa.

 The value shall be set to: 
ASN.1 Checker's avatar
ASN.1 Checker committed
 - `-255` if the velocity is equal to or less than -255 degrees/s,
 - `n` (`n > -255` and `n < 255`) if the velocity is equal to or less than n x 1 degree/s, and greater than (n-1) x 1 degree/s,
 - `255` if the velocity is greater than 254 degrees/s,
 - `256` if the information is unavailable.
ASN.1 Checker's avatar
ASN.1 Checker committed
Values:
ASN.1 Checker's avatar
ASN.1 Checker committed
* **negativeOutofRange** (-255)<br>
* **positiveOutOfRange** (255)<br>
* **unavailable** (256)<br>

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Unit:** _degree/s_
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Kinematic information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
ASN.1 Checker's avatar
ASN.1 Checker committed
CartesianAngularVelocityComponentValue ::= INTEGER {
    negativeOutofRange (-255),
    positiveOutOfRange (255),
    unavailable	       (256)
} (-255..256)
ASN.1 Checker's avatar
ASN.1 Checker committed
```

### <a name="CauseCodeType"></a>CauseCodeType
The DE represents the value of the cause code of an event. 
 
 The value shall be set to:
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 0                                                     - reserved for future use,
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 1  - `trafficCondition`                               - in case the type of event is an abnormal traffic condition,
 - 2  - `accident`                                       - in case the type of event is a road accident,
 - 3  - `roadworks`                                      - in case the type of event is roadwork,
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 4                                                     - reserved for future usage,
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 5  - `impassability`                                  - in case the  type of event is unmanaged road blocking, referring to any
ASN.1 Checker's avatar
ASN.1 Checker committed
                                                           blocking of a road, partial or total, which has not been adequately
                                                           secured and signposted,
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 6  - `adverseWeatherCondition-Adhesion`               - in case the  type of event is low adhesion,
 - 7  - `aquaplaning`                                    - danger of aquaplaning on the road,
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 8                                                     - reserved for future usage,
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 9  - `hazardousLocation-SurfaceCondition`             - in case the type of event is abnormal road surface condition,
 - 10 - `hazardousLocation-ObstacleOnTheRoad`            - in case the type of event is obstacle on the road,
 - 11 - `hazardousLocation-AnimalOnTheRoad`              - in case the type of event is animal on the road,
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 12 - `humanPresenceOnTheRoad`                         - in case the type of event is presence of human vulnerable road user on the road,
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 13                                                    - reserved for future usage,
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 14 - `wrongWayDriving`                                - in case the type of the event is vehicle driving in wrong way,
 - 15 - `rescueAndRecoveryWorkInProgress`                - in case the type of event is rescue and recovery work for accident or for a road hazard in progress,
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 16                                                    - reserved for future usage,
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 17 - `adverseWeatherCondition-ExtremeWeatherCondition`- in case the type of event is extreme weather condition,
 - 18 - `adverseWeatherCondition-Visibility`             - in case the type of event is low visibility,
 - 19 - `adverseWeatherCondition-Precipitation`          - in case the type of event is precipitation,
 - 20 - `violence`                                       - in case the the type of event is human violence on or near the road,
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 21-25                                                 - reserved for future usage,
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 26 - `slowVehicle`                                    - in case the type of event is slow vehicle driving on the road,
 - 27 - `dangerousEndOfQueue`                            - in case the type of event is dangerous end of vehicle queue,
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 28 - `publicTransportVehicleApproaching               - in case the type of event is a public transport vehicle approaching, with a priority defined by applicable traffic regulations,
 - 29-90                                                 - are reserved for future usage,
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 91 - `vehicleBreakdown`                               - in case the type of event is break down vehicle on the road,
 - 92 - `postCrash`                                      - in case the type of event is a detected crash,
 - 93 - `humanProblem`                                   - in case the type of event is human health problem in vehicles involved in traffic,
 - 94 - `stationaryVehicle`                              - in case the type of event is stationary vehicle,
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 95 - `emergencyVehicleApproaching`                    - in case the type of event is an approaching vehicle operating on a mission for which the applicable 
                                                             traffic regulations provide it with defined priority rights in traffic. 
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 96 - `hazardousLocation-DangerousCurve`               - in case the type of event is dangerous curve,
 - 97 - `collisionRisk`                                  - in case the type of event is a collision risk,
 - 98 - `signalViolation`                                - in case the type of event is signal violation,
 - 99 - `dangerousSituation`                             - in case the type of event is dangerous situation in which autonomous safety system in vehicle 
ASN.1 Checker's avatar
ASN.1 Checker committed
                                                             is activated,
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 100 - `railwayLevelCrossing`                          - in case the type of event is a railway level crossing. 
ASN.1 Checker's avatar
ASN.1 Checker committed
 - 101-255                                               - are reserved for future usage.

ASN.1 Checker's avatar
ASN.1 Checker committed
Values:
ASN.1 Checker's avatar
ASN.1 Checker committed
* **trafficCondition** (1)<br>
* **accident** (2)<br>
* **roadworks** (3)<br>
* **impassability** (5)<br>
* **adverseWeatherCondition-Adhesion** (6)<br>
* **aquaplaning** (7)<br>
* **hazardousLocation-SurfaceCondition** (9)<br>
* **hazardousLocation-ObstacleOnTheRoad** (10)<br>
* **hazardousLocation-AnimalOnTheRoad** (11)<br>
* **humanPresenceOnTheRoad** (12)<br>
* **wrongWayDriving** (14)<br>
* **rescueAndRecoveryWorkInProgress** (15)<br>
* **adverseWeatherCondition-ExtremeWeatherCondition** (17)<br>
* **adverseWeatherCondition-Visibility** (18)<br>
* **adverseWeatherCondition-Precipitation** (19)<br>
* **violence** (20)<br>
* **slowVehicle** (26)<br>
* **dangerousEndOfQueue** (27)<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* **publicTransportVehicleApproaching** (28)<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* **vehicleBreakdown** (91)<br>
* **postCrash** (92)<br>
* **humanProblem** (93)<br>
* **stationaryVehicle** (94)<br>
* **emergencyVehicleApproaching** (95)<br>
* **hazardousLocation-DangerousCurve** (96)<br>
* **collisionRisk** (97)<br>
* **signalViolation** (98)<br>
* **dangerousSituation** (99)<br>
* **railwayLevelCrossing** (100)<br>

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Traffic information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _V1.3.1, value 28 added in V2.2.1, definition of values 12 and 95 changed on V2.2.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
CauseCodeType ::= INTEGER {
    trafficCondition                                (1),
    accident                                        (2),
    roadworks                                       (3),
ASN.1 Checker's avatar
ASN.1 Checker committed
    impassability                                   (5),
    adverseWeatherCondition-Adhesion                (6),
    aquaplaning                                     (7),
    hazardousLocation-SurfaceCondition              (9),
    hazardousLocation-ObstacleOnTheRoad             (10),
    hazardousLocation-AnimalOnTheRoad               (11),
    humanPresenceOnTheRoad                          (12),
    wrongWayDriving                                 (14),
    rescueAndRecoveryWorkInProgress                 (15),
    adverseWeatherCondition-ExtremeWeatherCondition (17),
    adverseWeatherCondition-Visibility              (18),
    adverseWeatherCondition-Precipitation           (19),
    violence                                        (20),
    slowVehicle                                     (26),
    dangerousEndOfQueue                             (27),
ASN.1 Checker's avatar
ASN.1 Checker committed
    publicTransportVehicleApproaching               (28),
ASN.1 Checker's avatar
ASN.1 Checker committed
    vehicleBreakdown                                (91),
    postCrash                                       (92),
    humanProblem                                    (93),
    stationaryVehicle                               (94),
    emergencyVehicleApproaching                     (95),
    hazardousLocation-DangerousCurve                (96),
    collisionRisk                                   (97),
    signalViolation                                 (98),
    dangerousSituation                              (99),
    railwayLevelCrossing                            (100) 
} (0..255)
ASN.1 Checker's avatar
ASN.1 Checker committed
```

### <a name="CartesianCoordinateSmall"></a>CartesianCoordinateSmall
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents the value of a cartesian coordinate with a range of -30,94 metres to +10,00 metres.
ASN.1 Checker's avatar
ASN.1 Checker committed

 The value shall be set to:
ASN.1 Checker's avatar
ASN.1 Checker committed
 - `3094` if the longitudinal offset is out of range, i.e. less than or equal to -30,94 metres,
 - `n` (`n > -3 094` and `n < 1 001`) if the longitudinal offset information is equal to or less than n x 0,01 metre and more than (n-1) x 0,01 metre,
 - `1001` if the longitudinal offset is out of range, i.e. greater than 10 metres.
ASN.1 Checker's avatar
ASN.1 Checker committed
Values:
ASN.1 Checker's avatar
ASN.1 Checker committed
* **negativeOutOfRange** (-3094)<br>
* **positiveOutOfRange** (1001)<br>

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Unit:** _0,01 m_
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Basic information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
CartesianCoordinateSmall::= INTEGER {
    negativeOutOfRange (-3094),
    positiveOutOfRange (1001)
ASN.1 Checker's avatar
ASN.1 Checker committed
} (-3094..1001)
ASN.1 Checker's avatar
ASN.1 Checker committed
```

### <a name="CartesianCoordinate"></a>CartesianCoordinate
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents the value of a cartesian coordinate with a range of -327,68 metres to +327,66 metres.
ASN.1 Checker's avatar
ASN.1 Checker committed

 The value shall be set to:
ASN.1 Checker's avatar
ASN.1 Checker committed
 - `-32 768` if the longitudinal offset is out of range, i.e. less than or equal to -327,68 metres,
 - `n` (`n > -32 768` and `n < 32 767`) if the longitudinal offset information is equal to or less than n x 0,01 metre and more than (n-1) x 0,01 metre,
 - `32 767` if the longitudinal offset is out of range, i.e. greater than + 327,66 metres.
ASN.1 Checker's avatar
ASN.1 Checker committed
Values:
ASN.1 Checker's avatar
ASN.1 Checker committed
* **negativeOutOfRange** (-32768)<br>
* **positiveOutOfRange** (32767)<br>

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Unit:** _0,01 m_
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Basic information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
CartesianCoordinate::= INTEGER{
    negativeOutOfRange (-32768),
    positiveOutOfRange (32767)
} (-32768..32767)
```

ASN.1 Checker's avatar
ASN.1 Checker committed
### <a name="CartesianCoordinateLarge"></a>CartesianCoordinateLarge
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents the value of a cartesian coordinate with a range of -1 310,72 metres to +1 310,70 metres.
ASN.1 Checker's avatar
ASN.1 Checker committed

 The value shall be set to:
ASN.1 Checker's avatar
ASN.1 Checker committed
 - `-131072` if the longitudinal offset is out of range, i.e. less than or equal to -1 310,72 metres,
 - `n` (`n > 131 072` and `n < 131 071`) if the longitudinal offset information is equal to or less than n x 0,01 metre and more than (n-1) x 0,01 metre,
 - `131 071` if the longitudinal offset is out of range, i.e. greater than + 1 310,70 metres.
ASN.1 Checker's avatar
ASN.1 Checker committed
Values:
ASN.1 Checker's avatar
ASN.1 Checker committed
* **negativeOutOfRange** (-131072)<br>
* **positiveOutOfRange** (131071)<br>

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Unit:** _0,01 m_