ETSI-ITS-CDD.md 328 KB
Newer Older
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
CartesianAngle ::= SEQUENCE {
    value         CartesianAngleValue,
    confidence    AngleConfidence
}
```

ASN.1 Checker's avatar
ASN.1 Checker committed
### <a name="CartesianAngularVelocityComponent"></a>CartesianAngularVelocityComponent
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents an angular velocity component along with a confidence value in a cartesian coordinate system.
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* value of type [**CartesianAngularVelocityComponentValue**](#CartesianAngularVelocityComponentValue) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  The angular velocity component.
ASN.1 Checker's avatar
ASN.1 Checker committed
* confidence of type [**AngularSpeedConfidence**](#AngularSpeedConfidence) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  The confidence value associated to the provided value.
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
CartesianAngularVelocityComponent ::= SEQUENCE {
    value         CartesianAngularVelocityComponentValue,
ASN.1 Checker's avatar
ASN.1 Checker committed
    confidence    AngularSpeedConfidence
}
```

ASN.1 Checker's avatar
ASN.1 Checker committed
### <a name="CartesianAngularAccelerationComponent"></a>CartesianAngularAccelerationComponent
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents a general Data Frame to describe an angular acceleration component along with a confidence value in a cartesian coordinate system.
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* value of type [**CartesianAngularAccelerationComponentValue**](#CartesianAngularAccelerationComponentValue) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  The angular acceleration component value.
ASN.1 Checker's avatar
ASN.1 Checker committed
* confidence of type [**AngularAccelerationConfidence**](#AngularAccelerationConfidence) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  The confidence value associated to the provided value.
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
CartesianAngularAccelerationComponent ::= SEQUENCE {
    value         CartesianAngularAccelerationComponentValue,
ASN.1 Checker's avatar
ASN.1 Checker committed
    confidence    AngularAccelerationConfidence
}
```

### <a name="CartesianCoordinateWithConfidence"></a>CartesianCoordinateWithConfidence
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents a coordinate along with a confidence value in a cartesian reference system.
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* value of type [**CartesianCoordinateLarge**](#CartesianCoordinateLarge) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the coordinate value, which can be estimated as the mean of the current distribution.
ASN.1 Checker's avatar
ASN.1 Checker committed
* confidence of type [**CoordinateConfidence**](#CoordinateConfidence) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the coordinate confidence value associated to the provided value.
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:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
CartesianCoordinateWithConfidence ::= SEQUENCE {
    value         CartesianCoordinateLarge,
    confidence    CoordinateConfidence
}
```

### <a name="CartesianPosition3d"></a>CartesianPosition3d
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents a  position in a two- or three-dimensional cartesian coordinate system.
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* xCoordinate of type [**CartesianCoordinate**](#CartesianCoordinate) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the X coordinate value.


ASN.1 Checker's avatar
ASN.1 Checker committed
* yCoordinate of type [**CartesianCoordinate**](#CartesianCoordinate) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the Y coordinate value.


   
ASN.1 Checker's avatar
ASN.1 Checker committed
* zCoordinate of type [**CartesianCoordinate**](#CartesianCoordinate)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the optional Z coordinate value.


   

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:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
CartesianPosition3d::=SEQUENCE{
    xCoordinate    CartesianCoordinate,
    yCoordinate    CartesianCoordinate,
    zCoordinate    CartesianCoordinate OPTIONAL
}
```

ASN.1 Checker's avatar
ASN.1 Checker committed
### <a name="CartesianPosition3dWithConfidence"></a>CartesianPosition3dWithConfidence
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents a  position in a two- or three-dimensional cartesian coordinate system with an associated confidence level for each coordinate.
ASN.1 Checker's avatar
ASN.1 Checker committed

 It shall include the following components:

ASN.1 Checker's avatar
ASN.1 Checker committed
* xCoordinate of type [**CartesianCoordinateWithConfidence**](#CartesianCoordinateWithConfidence) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the X coordinate value with the associated confidence level.


ASN.1 Checker's avatar
ASN.1 Checker committed
* yCoordinate of type [**CartesianCoordinateWithConfidence**](#CartesianCoordinateWithConfidence) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the Y coordinate value with the associated confidence level.


    
ASN.1 Checker's avatar
ASN.1 Checker committed
* zCoordinate of type [**CartesianCoordinateWithConfidence**](#CartesianCoordinateWithConfidence)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the optional Z coordinate value with the associated confidence level.


    

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:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
CartesianPosition3dWithConfidence::= SEQUENCE{    
    xCoordinate    CartesianCoordinateWithConfidence, 
    yCoordinate    CartesianCoordinateWithConfidence, 
    zCoordinate    CartesianCoordinateWithConfidence OPTIONAL
}
```

ASN.1 Checker's avatar
ASN.1 Checker committed
### <a name="CauseCode"></a>CauseCode
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF is a representation of the cause code value of a traffic event. 
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* causeCode of type [**CauseCodeType**](#CauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the main cause of a detected event. 


ASN.1 Checker's avatar
ASN.1 Checker committed
* subCauseCode of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the subordinate cause of a detected event. 


   
ASN.1 Checker's avatar
ASN.1 Checker committed
The semantics of the entire DF are completely defined by the component causeCode. The interpretation of the subCauseCode may 
 provide additional information that is not strictly necessary to understand the causeCode itself, and is therefore optional.
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:** _Editorial update in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
NOTE:&emsp;this DF is kept for backwards compatibility reasons only. It is recommended to use the [**CauseCodeV2**](#CauseCodeV2) instead.
ASN.1 Checker's avatar
ASN.1 Checker committed
>>>
```asn1
CauseCode ::= SEQUENCE {
    causeCode       CauseCodeType,
    subCauseCode    SubCauseCodeType,
    ...
}
```

### <a name="CauseCodeChoice"></a>CauseCodeChoice
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF is a representation of the cause code value and associated sub cause code value of a traffic event.
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved0 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
* trafficCondition1 of type [**TrafficConditionSubCauseCode**](#TrafficConditionSubCauseCode) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* accident2 of type [**AccidentSubCauseCode**](#AccidentSubCauseCode) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* roadworks3 of type [**RoadworksSubCauseCode**](#RoadworksSubCauseCode) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved4 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* impassability5 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* adverseWeatherCondition-Adhesion6 of type [**AdverseWeatherCondition-AdhesionSubCauseCode**](#AdverseWeatherCondition-AdhesionSubCauseCode) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* aquaplaning7 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved8 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* hazardousLocation-SurfaceCondition9 of type [**HazardousLocation-SurfaceConditionSubCauseCode**](#HazardousLocation-SurfaceConditionSubCauseCode) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* hazardousLocation-ObstacleOnTheRoad10 of type [**HazardousLocation-ObstacleOnTheRoadSubCauseCode**](#HazardousLocation-ObstacleOnTheRoadSubCauseCode) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* hazardousLocation-AnimalOnTheRoad11 of type [**HazardousLocation-AnimalOnTheRoadSubCauseCode**](#HazardousLocation-AnimalOnTheRoadSubCauseCode) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* humanPresenceOnTheRoad12 of type [**HumanPresenceOnTheRoadSubCauseCode**](#HumanPresenceOnTheRoadSubCauseCode) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved13 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* wrongWayDriving14 of type [**WrongWayDrivingSubCauseCode**](#WrongWayDrivingSubCauseCode) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* rescueAndRecoveryWorkInProgress15 of type [**RescueAndRecoveryWorkInProgressSubCauseCode**](#RescueAndRecoveryWorkInProgressSubCauseCode) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved16 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* adverseWeatherCondition-ExtremeWeatherCondition17 of type [**AdverseWeatherCondition-ExtremeWeatherConditionSubCauseCode**](#AdverseWeatherCondition-ExtremeWeatherConditionSubCauseCode) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* adverseWeatherCondition-Visibility18 of type [**AdverseWeatherCondition-VisibilitySubCauseCode**](#AdverseWeatherCondition-VisibilitySubCauseCode) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* adverseWeatherCondition-Precipitation19 of type [**AdverseWeatherCondition-PrecipitationSubCauseCode**](#AdverseWeatherCondition-PrecipitationSubCauseCode) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* violence20 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved21 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved22 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved23 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved24 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved25 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* slowVehicle26 of type [**SlowVehicleSubCauseCode**](#SlowVehicleSubCauseCode) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* dangerousEndOfQueue27 of type [**DangerousEndOfQueueSubCauseCode**](#DangerousEndOfQueueSubCauseCode) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved28 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved29 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved30 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved31 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved32 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved33 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved34 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved35 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved36 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved37 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved38 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved39 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved40 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved41 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved42 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved43 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved44 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved45 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved46 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved47 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved48 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved49 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved50 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved51 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved52 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved53 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved54 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved55 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved56 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved57 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved58 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved59 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved60 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved61 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved62 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved63 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved64 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved65 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved66 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved67 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved68 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved69 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved70 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved71 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved72 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved73 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved74 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved75 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved76 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved77 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved78 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved79 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved80 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved81 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved82 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved83 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved84 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved85 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved86 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved87 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved88 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved89 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved90 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* vehicleBreakdown91 of type [**VehicleBreakdownSubCauseCode**](#VehicleBreakdownSubCauseCode) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* postCrash92 of type [**PostCrashSubCauseCode**](#PostCrashSubCauseCode) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* humanProblem93 of type [**HumanProblemSubCauseCode**](#HumanProblemSubCauseCode) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* stationaryVehicle94 of type [**StationaryVehicleSubCauseCode**](#StationaryVehicleSubCauseCode) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* emergencyVehicleApproaching95 of type [**EmergencyVehicleApproachingSubCauseCode**](#EmergencyVehicleApproachingSubCauseCode) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* hazardousLocation-DangerousCurve96 of type [**HazardousLocation-DangerousCurveSubCauseCode**](#HazardousLocation-DangerousCurveSubCauseCode) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* collisionRisk97 of type [**CollisionRiskSubCauseCode**](#CollisionRiskSubCauseCode) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* signalViolation98 of type [**SignalViolationSubCauseCode**](#SignalViolationSubCauseCode) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* dangerousSituation99 of type [**DangerousSituationSubCauseCode**](#DangerousSituationSubCauseCode) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* railwayLevelCrossing100 of type [**RailwayLevelCrossingSubCauseCode**](#RailwayLevelCrossingSubCauseCode) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved101 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved102 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved103 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved104 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved105 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved106 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved107 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved108 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved109 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved110 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved111 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved112 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved113 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved114 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved115 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved116 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved117 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved118 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved119 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved120 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved121 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved122 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved123 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved124 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved125 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved126 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved127 of type [**SubCauseCodeType**](#SubCauseCodeType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
* reserved128 of type [**SubCauseCodeType**](#SubCauseCodeType) <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:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
NOTE:&emsp;this DF is defined for use as part of CauseCodeV2. It is recommended to use CauseCodeV2.
ASN.1 Checker's avatar
ASN.1 Checker committed
>>>
```asn1
CauseCodeChoice::= CHOICE {
ASN.1 Checker's avatar
ASN.1 Checker committed
    reserved0                                          SubCauseCodeType,
    trafficCondition1                                  TrafficConditionSubCauseCode,
    accident2                                          AccidentSubCauseCode,
    roadworks3                                         RoadworksSubCauseCode,
    reserved4                                          SubCauseCodeType,
    impassability5                                     SubCauseCodeType,
    adverseWeatherCondition-Adhesion6                  AdverseWeatherCondition-AdhesionSubCauseCode,
    aquaplaning7                                       SubCauseCodeType,
    reserved8                                          SubCauseCodeType,
    hazardousLocation-SurfaceCondition9                HazardousLocation-SurfaceConditionSubCauseCode,
    hazardousLocation-ObstacleOnTheRoad10              HazardousLocation-ObstacleOnTheRoadSubCauseCode,
    hazardousLocation-AnimalOnTheRoad11                HazardousLocation-AnimalOnTheRoadSubCauseCode,
    humanPresenceOnTheRoad12                           HumanPresenceOnTheRoadSubCauseCode,
    reserved13                                         SubCauseCodeType,
    wrongWayDriving14                                  WrongWayDrivingSubCauseCode,
    rescueAndRecoveryWorkInProgress15                  RescueAndRecoveryWorkInProgressSubCauseCode,
    reserved16                                         SubCauseCodeType,
    adverseWeatherCondition-ExtremeWeatherCondition17  AdverseWeatherCondition-ExtremeWeatherConditionSubCauseCode,
    adverseWeatherCondition-Visibility18               AdverseWeatherCondition-VisibilitySubCauseCode,
    adverseWeatherCondition-Precipitation19            AdverseWeatherCondition-PrecipitationSubCauseCode,
    violence20                                         SubCauseCodeType,
    reserved21                                         SubCauseCodeType,
    reserved22                                         SubCauseCodeType,
    reserved23                                         SubCauseCodeType,
    reserved24                                         SubCauseCodeType,
    reserved25                                         SubCauseCodeType,
    slowVehicle26                                      SlowVehicleSubCauseCode,
    dangerousEndOfQueue27                              DangerousEndOfQueueSubCauseCode,
    reserved28                                         SubCauseCodeType,
    reserved29                                         SubCauseCodeType,
    reserved30                                         SubCauseCodeType,
    reserved31                                         SubCauseCodeType,
    reserved32                                         SubCauseCodeType,
    reserved33                                         SubCauseCodeType,
    reserved34                                         SubCauseCodeType,
    reserved35                                         SubCauseCodeType,
    reserved36                                         SubCauseCodeType,
    reserved37                                         SubCauseCodeType,
    reserved38                                         SubCauseCodeType,
    reserved39                                         SubCauseCodeType,
    reserved40                                         SubCauseCodeType,
    reserved41                                         SubCauseCodeType,
    reserved42                                         SubCauseCodeType,
    reserved43                                         SubCauseCodeType,
    reserved44                                         SubCauseCodeType,
    reserved45                                         SubCauseCodeType,
    reserved46                                         SubCauseCodeType,
    reserved47                                         SubCauseCodeType,
    reserved48                                         SubCauseCodeType,
    reserved49                                         SubCauseCodeType,
    reserved50                                         SubCauseCodeType,
    reserved51                                         SubCauseCodeType,
    reserved52                                         SubCauseCodeType,
    reserved53                                         SubCauseCodeType,
    reserved54                                         SubCauseCodeType,
    reserved55                                         SubCauseCodeType,
    reserved56                                         SubCauseCodeType,
    reserved57                                         SubCauseCodeType,
    reserved58                                         SubCauseCodeType,   
    reserved59                                         SubCauseCodeType, 
    reserved60                                         SubCauseCodeType,
    reserved61                                         SubCauseCodeType,
    reserved62                                         SubCauseCodeType,
    reserved63                                         SubCauseCodeType,
    reserved64                                         SubCauseCodeType,
    reserved65                                         SubCauseCodeType,
    reserved66                                         SubCauseCodeType,    
    reserved67                                         SubCauseCodeType,
    reserved68                                         SubCauseCodeType,
    reserved69                                         SubCauseCodeType,
    reserved70                                         SubCauseCodeType,
    reserved71                                         SubCauseCodeType,
    reserved72                                         SubCauseCodeType,
    reserved73                                         SubCauseCodeType,
    reserved74                                         SubCauseCodeType,
    reserved75                                         SubCauseCodeType,
    reserved76                                         SubCauseCodeType,
    reserved77                                         SubCauseCodeType,
    reserved78                                         SubCauseCodeType,
    reserved79                                         SubCauseCodeType,
    reserved80                                         SubCauseCodeType,
    reserved81                                         SubCauseCodeType,
    reserved82                                         SubCauseCodeType,
    reserved83                                         SubCauseCodeType,
    reserved84                                         SubCauseCodeType,
    reserved85                                         SubCauseCodeType,
    reserved86                                         SubCauseCodeType,
    reserved87                                         SubCauseCodeType,
    reserved88                                         SubCauseCodeType,
    reserved89                                         SubCauseCodeType,
    reserved90                                         SubCauseCodeType,
    vehicleBreakdown91                                 VehicleBreakdownSubCauseCode,
    postCrash92                                        PostCrashSubCauseCode,
    humanProblem93                                     HumanProblemSubCauseCode,
    stationaryVehicle94                                StationaryVehicleSubCauseCode,
    emergencyVehicleApproaching95                      EmergencyVehicleApproachingSubCauseCode,
    hazardousLocation-DangerousCurve96                 HazardousLocation-DangerousCurveSubCauseCode,
    collisionRisk97                                    CollisionRiskSubCauseCode,
    signalViolation98                                  SignalViolationSubCauseCode,
    dangerousSituation99                               DangerousSituationSubCauseCode,
    railwayLevelCrossing100                            RailwayLevelCrossingSubCauseCode,
    reserved101                                        SubCauseCodeType,
    reserved102                                        SubCauseCodeType,
    reserved103                                        SubCauseCodeType,
    reserved104                                        SubCauseCodeType,
    reserved105                                        SubCauseCodeType,
    reserved106                                        SubCauseCodeType,
    reserved107                                        SubCauseCodeType,
    reserved108                                        SubCauseCodeType,
    reserved109                                        SubCauseCodeType,
    reserved110                                        SubCauseCodeType,
    reserved111                                        SubCauseCodeType,
    reserved112                                        SubCauseCodeType,
    reserved113                                        SubCauseCodeType,
    reserved114                                        SubCauseCodeType,
    reserved115                                        SubCauseCodeType,
    reserved116                                        SubCauseCodeType,
    reserved117                                        SubCauseCodeType,
    reserved118                                        SubCauseCodeType,
    reserved119                                        SubCauseCodeType,
    reserved120                                        SubCauseCodeType,
    reserved121                                        SubCauseCodeType,
    reserved122                                        SubCauseCodeType,
    reserved123                                        SubCauseCodeType,
    reserved124                                        SubCauseCodeType,
    reserved125                                        SubCauseCodeType,
    reserved126                                        SubCauseCodeType,
    reserved127                                        SubCauseCodeType,
    reserved128                                        SubCauseCodeType
ASN.1 Checker's avatar
ASN.1 Checker committed
  }
```

### <a name="CauseCodeV2"></a>CauseCodeV2
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF is an alternative representation of the cause code value of a traffic event. 
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* ccAndScc of type [**CauseCodeChoice**](#CauseCodeChoice) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the main cause of a detected event. Each entry is of a different type and represents the sub cause code.
ASN.1 Checker's avatar
ASN.1 Checker committed
The semantics of the entire DF are completely defined by the component causeCode. The interpretation of the subCauseCode may 
 provide additional information that is not strictly necessary to understand the causeCode itself, and is therefore optional.
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:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
CauseCodeV2 ::= SEQUENCE {
    ccAndScc    CauseCodeChoice,
ASN.1 Checker's avatar
ASN.1 Checker committed
    ...
ASN.1 Checker's avatar
ASN.1 Checker committed
}
```

### <a name="CenDsrcTollingZone"></a>CenDsrcTollingZone
ASN.1 Checker's avatar
ASN.1 Checker committed
The DF describes the position of a CEN DSRC road side equipment.
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* protectedZoneLatitude of type [**Latitude**](#Latitude) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the latitude of the CEN DSRC road side equipment.


ASN.1 Checker's avatar
ASN.1 Checker committed
* protectedZoneLongitude of type [**Longitude**](#Longitude) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the latitude of the CEN DSRC road side equipment. 


   
ASN.1 Checker's avatar
ASN.1 Checker committed
* cenDsrcTollingZoneId of type [**ProtectedZoneId**](#ProtectedZoneId)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Infrastructure information Communication information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _revised in V2.1.1 (cenDsrcTollingZoneId is directly of type ProtectedZoneId)_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
CenDsrcTollingZone ::= SEQUENCE {
    protectedZoneLatitude     Latitude,
    protectedZoneLongitude    Longitude,
ASN.1 Checker's avatar
ASN.1 Checker committed
    cenDsrcTollingZoneId      ProtectedZoneId OPTIONAL,
    ...
ASN.1 Checker's avatar
ASN.1 Checker committed
}
```

### <a name="CircularShape"></a>CircularShape
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents the shape of a circular area or a right cylinder that is centred on the shape?s reference point. 
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* shapeReferencePoint of type [**CartesianPosition3d**](#CartesianPosition3d)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  optional reference point that represents the centre of the circle, relative to an externally specified reference position. 
ASN.1 Checker's avatar
ASN.1 Checker committed
   If this component is absent, the externally specified reference position represents the shape?s reference point. 
ASN.1 Checker's avatar
ASN.1 Checker committed
* radius of type [**StandardLength12b**](#StandardLength12b) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the radius of the circular area.


   
ASN.1 Checker's avatar
ASN.1 Checker committed
* height of type [**StandardLength12b**](#StandardLength12b)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the optional height, present if the shape is a right cylinder extending in the positive z-axis. 


   

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:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
CircularShape ::= SEQUENCE {
ASN.1 Checker's avatar
ASN.1 Checker committed
    shapeReferencePoint    CartesianPosition3d OPTIONAL,
    radius                 StandardLength12b,
    height                 StandardLength12b OPTIONAL
ASN.1 Checker's avatar
ASN.1 Checker committed
}
```

### <a name="ClosedLanes"></a>ClosedLanes
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF indicates the opening/closure status of the lanes of a carriageway.
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* innerhardShoulderStatus of type [**HardShoulderStatus**](#HardShoulderStatus)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  this information is optional and shall be included if an inner hard shoulder is present and the information is known.
ASN.1 Checker's avatar
ASN.1 Checker committed
   It indicates the open/closing status of inner hard shoulder lanes. 


ASN.1 Checker's avatar
ASN.1 Checker committed
* outerhardShoulderStatus of type [**HardShoulderStatus**](#HardShoulderStatus)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  this information is optional and shall be included if an outer hard shoulder is present and the information is known.
ASN.1 Checker's avatar
ASN.1 Checker committed
   It indicates the open/closing status of outer hard shoulder lanes. 


   
ASN.1 Checker's avatar
ASN.1 Checker committed
* drivingLaneStatus of type [**DrivingLaneStatus**](#DrivingLaneStatus)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  this information is optional and shall be included if the information is known.
   It indicates the open/closing status of driving lanes. 
ASN.1 Checker's avatar
ASN.1 Checker committed
   For carriageways with more than 13 driving lanes, the drivingLaneStatus component shall not be present.
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Infrastructure information Road topology 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
```asn1
ClosedLanes ::= SEQUENCE {
    innerhardShoulderStatus    HardShoulderStatus OPTIONAL,
    outerhardShoulderStatus    HardShoulderStatus OPTIONAL,
    drivingLaneStatus          DrivingLaneStatus OPTIONAL,
    ...
}
```

### <a name="ClusterBreakupInfo"></a>ClusterBreakupInfo
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF provides information about the breakup of a cluster.
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* clusterBreakupReason of type [**ClusterBreakupReason**](#ClusterBreakupReason) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  indicates the reason for breakup.


ASN.1 Checker's avatar
ASN.1 Checker committed
* breakupTime of type [**DeltaTimeQuarterSecond**](#DeltaTimeQuarterSecond) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  indicates the time of breakup. 


   

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Cluster 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
ClusterBreakupInfo ::= SEQUENCE {
    clusterBreakupReason    ClusterBreakupReason,
    breakupTime             DeltaTimeQuarterSecond,
    ...
}
```

### <a name="ClusterJoinInfo"></a>ClusterJoinInfo
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF provides information about the joining of a cluster.
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* clusterId of type [**Identifier1B**](#Identifier1B) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  indicates the identifier of the cluster.


ASN.1 Checker's avatar
ASN.1 Checker committed
* joinTime of type [**DeltaTimeQuarterSecond**](#DeltaTimeQuarterSecond) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  indicates the time of joining. 


   

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Cluster 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
ClusterJoinInfo ::= SEQUENCE {
ASN.1 Checker's avatar
ASN.1 Checker committed
    clusterId    Identifier1B,
ASN.1 Checker's avatar
ASN.1 Checker committed
    joinTime     DeltaTimeQuarterSecond,
    ...
}
```

### <a name="ClusterLeaveInfo"></a>ClusterLeaveInfo
ASN.1 Checker's avatar
ASN.1 Checker committed
The DF provides information about the leaving of a cluster.
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* clusterId of type [**Identifier1B**](#Identifier1B) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  indicates the cluster.


ASN.1 Checker's avatar
ASN.1 Checker committed
* clusterLeaveReason of type [**ClusterLeaveReason**](#ClusterLeaveReason) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  indicates the reason for leaving. 


   

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Cluster 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
ClusterLeaveInfo ::= SEQUENCE {
ASN.1 Checker's avatar
ASN.1 Checker committed
    clusterId             Identifier1B,
ASN.1 Checker's avatar
ASN.1 Checker committed
    clusterLeaveReason    ClusterLeaveReason,
    ...
}
```


### <a name="CorrelationColumn"></a>CorrelationColumn
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents a column of a lower triangular positive semi-definite matrix and consists of a list of correlation cell values ordered by rows.
ASN.1 Checker's avatar
ASN.1 Checker committed
 Given a matrix "A" of size n x n, the number of columns to be included in the lower triangular matrix is k=n-1.
ASN.1 Checker's avatar
ASN.1 Checker committed
 Each column "i" of the lower triangular matrix then contains k-(i-1) values (ordered by rows from 1 to n-1), where "i" refers to the column number count
ASN.1 Checker's avatar
ASN.1 Checker committed
 starting at 1 from the left.

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Sensing 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
CorrelationColumn ::= SEQUENCE SIZE (1..13,...) OF CorrelationCellValue
ASN.1 Checker's avatar
ASN.1 Checker committed
```

### <a name="Curvature"></a>Curvature
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents the curvature of the vehicle trajectory and the associated confidence value.
ASN.1 Checker's avatar
ASN.1 Checker committed
 The curvature detected by a vehicle represents the curvature of actual vehicle trajectory.

ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* curvatureValue of type [**CurvatureValue**](#CurvatureValue) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  Detected curvature of the vehicle trajectory.


ASN.1 Checker's avatar
ASN.1 Checker committed
* curvatureConfidence of type [**CurvatureConfidence**](#CurvatureConfidence) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  along with a confidence value of the curvature value with a predefined confidence level. 
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:** _Description revised in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
Curvature ::= SEQUENCE {
    curvatureValue         CurvatureValue,
    curvatureConfidence    CurvatureConfidence
}
```

### <a name="DangerousGoodsExtended"></a>DangerousGoodsExtended
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF provides a description of dangerous goods being carried by a heavy vehicle.
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* dangerousGoodsType of type [**DangerousGoodsBasic**](#DangerousGoodsBasic) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  Type of dangerous goods.


ASN.1 Checker's avatar
ASN.1 Checker committed
* unNumber of type **INTEGER**  (0..9999)<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  a 4-digit number that identifies the substance of the dangerous goods as specified in
ASN.1 Checker's avatar
ASN.1 Checker committed
   United Nations Recommendations on the Transport of Dangerous Goods - Model Regulations [i.4],
ASN.1 Checker's avatar
ASN.1 Checker committed
* elevatedTemperature of type **BOOLEAN** <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  whether the carried dangerous goods are transported at high temperature.
   If yes, the value shall be set to TRUE,


   
ASN.1 Checker's avatar
ASN.1 Checker committed
* tunnelsRestricted of type **BOOLEAN** <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  whether the heavy vehicle carrying dangerous goods is restricted to enter tunnels.
   If yes, the value shall be set to TRUE,


   
ASN.1 Checker's avatar
ASN.1 Checker committed
* limitedQuantity of type **BOOLEAN** <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  whether the carried dangerous goods are packed with limited quantity.
   If yes, the value shall be set to TRUE,


   
ASN.1 Checker's avatar
ASN.1 Checker committed
* emergencyActionCode of type [**IA5String**](#IA5String)  (SIZE (1..24)) OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  physical signage placard at the vehicle that carries information on how an emergency
ASN.1 Checker's avatar
ASN.1 Checker committed
   service should deal with an incident. This component is optional; it shall be present if the information is available.
ASN.1 Checker's avatar
ASN.1 Checker committed
* phoneNumber of type [**PhoneNumber**](#PhoneNumber)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  contact phone number of assistance service in case of incident or accident.
   This component is optional, it shall be present if the information is available.


   
ASN.1 Checker's avatar
ASN.1 Checker committed
* companyName of type [**UTF8String**](#UTF8String)  (SIZE (1..24)) OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  name of company that manages the transportation of the dangerous goods.
   This component is optional; it shall be present if the information is available.


   

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
```asn1
DangerousGoodsExtended ::= SEQUENCE {
    dangerousGoodsType      DangerousGoodsBasic,
    unNumber                INTEGER (0..9999),
    elevatedTemperature     BOOLEAN,
    tunnelsRestricted       BOOLEAN,
    limitedQuantity         BOOLEAN,
    emergencyActionCode     IA5String (SIZE (1..24)) OPTIONAL,
    phoneNumber             PhoneNumber OPTIONAL,
    companyName             UTF8String (SIZE (1..24)) OPTIONAL,
ASN.1 Checker's avatar
ASN.1 Checker committed
    ...
ASN.1 Checker's avatar
ASN.1 Checker committed
}
```

### <a name="DeltaReferencePosition"></a>DeltaReferencePosition
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF defines a geographical point position as a 3 dimensional offset position to a geographical reference point.
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* deltaLatitude of type [**DeltaLatitude**](#DeltaLatitude) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  A delta latitude offset with regards to the latitude value of the reference position.


ASN.1 Checker's avatar
ASN.1 Checker committed
* deltaLongitude of type [**DeltaLongitude**](#DeltaLongitude) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  A delta longitude offset with regards to the longitude value of the reference position.


   
ASN.1 Checker's avatar
ASN.1 Checker committed
* deltaAltitude of type [**DeltaAltitude**](#DeltaAltitude) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  A delta altitude offset with regards to the altitude value of the reference position.


   

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:** _V1.3.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
DeltaReferencePosition ::= SEQUENCE {
    deltaLatitude     DeltaLatitude,
    deltaLongitude    DeltaLongitude,
    deltaAltitude     DeltaAltitude
}
```


### <a name="DigitalMap"></a>DigitalMap
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents a portion of digital map. It shall contain a list of waypoints [**ReferencePosition**](#ReferencePosition).
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:** _V1.3.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
DigitalMap ::= SEQUENCE (SIZE(1..256)) OF ReferencePosition
```

### <a name="EllipticalShape"></a>EllipticalShape
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents the shape of an elliptical area or right elliptical cylinder that is centred on the shape?s reference point. 
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* shapeReferencePoint of type [**CartesianPosition3d**](#CartesianPosition3d)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  optional reference point which represents the centre of the ellipse, relative to an externally specified reference position. 
ASN.1 Checker's avatar
ASN.1 Checker committed
   If this component is absent, the externally specified reference position represents the shape?s  reference point. 
ASN.1 Checker's avatar
ASN.1 Checker committed
* semiMajorAxisLength of type [**StandardLength12b**](#StandardLength12b) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  half length of the major axis of the ellipse.


   
ASN.1 Checker's avatar
ASN.1 Checker committed
* semiMinorAxisLength of type [**StandardLength12b**](#StandardLength12b) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  half length of the minor axis of the ellipse.


   
ASN.1 Checker's avatar
ASN.1 Checker committed
* orientation of type [**Wgs84AngleValue**](#Wgs84AngleValue)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the optional orientation of the major axis of the ellipse in the WGS84 coordinate system.


   
ASN.1 Checker's avatar
ASN.1 Checker committed
* height of type [**StandardLength12b**](#StandardLength12b)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the optional height, present if the shape is a right elliptical cylinder extending in the positive z-axis.


   

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:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
EllipticalShape  ::= SEQUENCE {
ASN.1 Checker's avatar
ASN.1 Checker committed
    shapeReferencePoint    CartesianPosition3d OPTIONAL,
ASN.1 Checker's avatar
ASN.1 Checker committed
    semiMajorAxisLength    StandardLength12b,
    semiMinorAxisLength    StandardLength12b,
    orientation            Wgs84AngleValue OPTIONAL,
ASN.1 Checker's avatar
ASN.1 Checker committed
    height                 StandardLength12b OPTIONAL
ASN.1 Checker's avatar
ASN.1 Checker committed
### <a name="EulerAnglesWithConfidence"></a>EulerAnglesWithConfidence
This DF represents the Euler angles which describe the orientation of an object bounding box in a Cartesian coordinate system with an associated confidence level for each angle.

 It shall include the following components:

* zAngle of type [**CartesianAngle**](#CartesianAngle) <br>
  z-angle of object bounding box at the time of measurement, with the associated confidence.
   The angle is measured with positive values considering the object orientation turning around the z-axis using the right-hand rule, starting from the x-axis. 
   This extrinsic rotation shall be applied around the centre point of the object bounding box before all other rotations.


* yAngle of type [**CartesianAngle**](#CartesianAngle)  OPTIONAL<br>
  optional y-angle of object bounding box at the time of measurement, with the associated confidence.
   The angle is measured with positive values considering the object orientation turning around the y-axis using the right-hand rule, starting from the z-axis. 
   This extrinsic rotation shall be applied around the centre point of the object bounding box after the rotation by zAngle and before the rotation by xAngle.


   
* xAngle of type [**CartesianAngle**](#CartesianAngle)  OPTIONAL<br>
  optional x-angle of object bounding box at the time of measurement, with the associated confidence.
   The angle is measured with positive values considering the object orientation turning around the x-axis using the right-hand rule, starting from the z-axis. 
   This extrinsic rotation shall be applied around the centre point of the object bounding box after all other rotations.


   

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