ETSI-ITS-CDD.md 328 KB
Newer Older
ASN.1 Checker's avatar
ASN.1 Checker committed
  horizontalPositionConfidence  PosConfidenceEllipse OPTIONAL,   
  deltaAltitude                 DeltaAltitude DEFAULT unavailable, 
  altitudeConfidence            AltitudeConfidence DEFAULT unavailable,
ASN.1 Checker's avatar
ASN.1 Checker committed
  pathDeltaTime                 DeltaTimeTenthOfSecond,
ASN.1 Checker's avatar
ASN.1 Checker committed
  ... 
}
```

### <a name="PerceivedObject"></a>PerceivedObject
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF contains information about a perceived object including its kinematic state and attitude vector in a pre-defined coordinate system and with respect to a reference time.
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* objectId of type [**Identifier2B**](#Identifier2B)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  optional identifier assigned to a detected object.


ASN.1 Checker's avatar
ASN.1 Checker committed
* measurementDeltaTime of type [**DeltaTimeMilliSecondSigned**](#DeltaTimeMilliSecondSigned) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the time difference from a reference time to the time of the  measurement of the object. 
ASN.1 Checker's avatar
ASN.1 Checker committed
   Negative values indicate that the provided object state refers to a point in time before the reference time.
ASN.1 Checker's avatar
ASN.1 Checker committed
* position of type [**CartesianPosition3dWithConfidence**](#CartesianPosition3dWithConfidence) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the position of the geometric centre of the object´s bounding box within the pre-defined coordinate system.
ASN.1 Checker's avatar
ASN.1 Checker committed
* velocity of type [**Velocity3dWithConfidence**](#Velocity3dWithConfidence)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the velocity vector of the object within the pre-defined coordinate system.
ASN.1 Checker's avatar
ASN.1 Checker committed
* acceleration of type [**Acceleration3dWithConfidence**](#Acceleration3dWithConfidence)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the acceleration vector of the object within the pre-defined coordinate system.
ASN.1 Checker's avatar
ASN.1 Checker committed
* angles of type [**EulerAnglesWithConfidence**](#EulerAnglesWithConfidence)  OPTIONAL<br>
  optional Euler angles of the object bounding box at the time of measurement. 


ASN.1 Checker's avatar
ASN.1 Checker committed
* zAngularVelocity of type [**CartesianAngularVelocityComponent**](#CartesianAngularVelocityComponent)  OPTIONAL<br>
  optional angular velocity of the object around the z-axis at the time of measurement.
ASN.1 Checker's avatar
ASN.1 Checker committed
   The angular velocity is measured with positive values considering the object orientation turning around the z-axis using the right-hand rule.
ASN.1 Checker's avatar
ASN.1 Checker committed
* lowerTriangularCorrelationMatrices of type [**LowerTriangularPositiveSemidefiniteMatrices**](#LowerTriangularPositiveSemidefiniteMatrices)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  optional set of lower triangular correlation matrices for selected components of the provided kinematic state and attitude vector.
ASN.1 Checker's avatar
ASN.1 Checker committed
* objectDimensionZ of type [**ObjectDimension**](#ObjectDimension)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  optional z-dimension of object bounding box. 
   This dimension shall be measured along the direction of the z-axis after all the rotations have been applied. 
ASN.1 Checker's avatar
ASN.1 Checker committed
* objectDimensionY of type [**ObjectDimension**](#ObjectDimension)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  optional y-dimension of the object bounding box. 
   This dimension shall be measured along the direction of the y-axis after all the rotations have been applied. 
ASN.1 Checker's avatar
ASN.1 Checker committed
* objectDimensionX of type [**ObjectDimension**](#ObjectDimension)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  optional x-dimension of object bounding box.
   This dimension shall be measured along the direction of the x-axis after all the rotations have been applied.
ASN.1 Checker's avatar
ASN.1 Checker committed
* objectAge of type [**DeltaTimeMilliSecondSigned**](#DeltaTimeMilliSecondSigned)  (0..2047) OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  optional age of the detected and described object, i.e. the difference in time between the moment 
   it has been first detected and the reference time of the message. Value `1500` indicates that the object has been observed for more than 1.5s.
ASN.1 Checker's avatar
ASN.1 Checker committed
* objectPerceptionQuality of type [**ObjectPerceptionQuality**](#ObjectPerceptionQuality)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  optional confidence associated to the object. 
ASN.1 Checker's avatar
ASN.1 Checker committed
* sensorIdList of type [**SequenceOfIdentifier1B**](#SequenceOfIdentifier1B)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  optional list of sensor-IDs which provided the measurement data. 
ASN.1 Checker's avatar
ASN.1 Checker committed
* classification of type [**ObjectClassDescription**](#ObjectClassDescription)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  optional classification of the described object
ASN.1 Checker's avatar
ASN.1 Checker committed
* mapPosition of type [**MapPosition**](#MapPosition)  OPTIONAL<br>
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_
```asn1
PerceivedObject ::= SEQUENCE {
ASN.1 Checker's avatar
ASN.1 Checker committed
    objectId                                          Identifier2B OPTIONAL,
ASN.1 Checker's avatar
ASN.1 Checker committed
    measurementDeltaTime                              DeltaTimeMilliSecondSigned,
ASN.1 Checker's avatar
ASN.1 Checker committed
    position                                          CartesianPosition3dWithConfidence, 
    velocity                                          Velocity3dWithConfidence OPTIONAL,
    acceleration                                      Acceleration3dWithConfidence OPTIONAL,
ASN.1 Checker's avatar
ASN.1 Checker committed
    angles                                            EulerAnglesWithConfidence OPTIONAL,
    zAngularVelocity                                  CartesianAngularVelocityComponent OPTIONAL,
ASN.1 Checker's avatar
ASN.1 Checker committed
    lowerTriangularCorrelationMatrices                LowerTriangularPositiveSemidefiniteMatrices OPTIONAL,
    objectDimensionZ                                  ObjectDimension OPTIONAL,
    objectDimensionY                                  ObjectDimension OPTIONAL,
    objectDimensionX                                  ObjectDimension OPTIONAL,
ASN.1 Checker's avatar
ASN.1 Checker committed
    objectAge                                         DeltaTimeMilliSecondSigned (0..2047) OPTIONAL,
ASN.1 Checker's avatar
ASN.1 Checker committed
    objectPerceptionQuality                           ObjectPerceptionQuality OPTIONAL,
ASN.1 Checker's avatar
ASN.1 Checker committed
    sensorIdList                                      SequenceOfIdentifier1B OPTIONAL,
    classification                                    ObjectClassDescription OPTIONAL,
    mapPosition                                       MapPosition OPTIONAL,
    ...
}
```

### <a name="PolygonalShape"></a>PolygonalShape
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents the shape of a polygonal area or of a right prism.
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
  the optional reference point used for the definition of the shape, relative to an externally specified reference position. 
   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
* polygon of type [**SequenceOfCartesianPosition3d**](#SequenceOfCartesianPosition3d)  (SIZE(3..16,...))<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the polygonal area represented by a list of minimum `3` to maximum `16` [**CartesianPosition3d**](#CartesianPosition3d).
   All nodes of the polygon shall be considered relative to the shape´s reference point.
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 prism extending in the positive z-axis.


   

&nbsp;&nbsp;&nbsp;&nbsp;**Categories**: GeoReference information 

&nbsp;&nbsp;&nbsp;&nbsp;**Revision**: _created in V2.1.1_
```asn1
PolygonalShape ::= SEQUENCE {
ASN.1 Checker's avatar
ASN.1 Checker committed
   shapeReferencePoint    CartesianPosition3d OPTIONAL,
   polygon                SequenceOfCartesianPosition3d (SIZE(3..16,...)),
   height                 StandardLength12b OPTIONAL
ASN.1 Checker's avatar
ASN.1 Checker committed
}
```

### <a name="PosConfidenceEllipse"></a>PosConfidenceEllipse
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF indicates the horizontal position confidence ellipse which represents the estimated accuracy with a 
ASN.1 Checker's avatar
ASN.1 Checker committed
 confidence level of 95 %. The centre of the ellipse shape corresponds to the reference
 position point for which the position accuracy is evaluated.

ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* semiMajorConfidence of type [**SemiAxisLength**](#SemiAxisLength) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  half of length of the major axis, i.e. distance between the centre point
   and major axis point of the position accuracy ellipse. 


ASN.1 Checker's avatar
ASN.1 Checker committed
* semiMinorConfidence of type [**SemiAxisLength**](#SemiAxisLength) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  half of length of the minor axis, i.e. distance between the centre point
   and minor axis point of the position accuracy ellipse. 


   
ASN.1 Checker's avatar
ASN.1 Checker committed
* semiMajorOrientation of type [**HeadingValue**](#HeadingValue) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  orientation direction of the ellipse major axis of the position accuracy
   ellipse with regards to the WGS84 north. 
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


   

&nbsp;&nbsp;&nbsp;&nbsp;**Categories**: GeoReference information 

&nbsp;&nbsp;&nbsp;&nbsp;**Revision**: _V1.3.1_
```asn1
PosConfidenceEllipse ::= SEQUENCE {
    semiMajorConfidence     SemiAxisLength,
    semiMinorConfidence     SemiAxisLength,
ASN.1 Checker's avatar
ASN.1 Checker committed
    semiMajorOrientation    HeadingValue
}
```

### <a name="PositionConfidenceEllipse"></a>PositionConfidenceEllipse
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF indicates the horizontal position confidence ellipse which represents the estimated accuracy with a 
ASN.1 Checker's avatar
ASN.1 Checker committed
 confidence level of 95 %. The centre of the ellipse shape corresponds to the reference
 position point for which the position accuracy is evaluated.

 It shall include the following components:

ASN.1 Checker's avatar
ASN.1 Checker committed
* semiMajorAxisLength of type [**SemiAxisLength**](#SemiAxisLength) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  half of length of the major axis, i.e. distance between the centre point
   and major axis point of the position accuracy ellipse. 


ASN.1 Checker's avatar
ASN.1 Checker committed
* semiMinorAxisLength of type [**SemiAxisLength**](#SemiAxisLength) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  half of length of the minor axis, i.e. distance between the centre point
   and minor axis point of the position accuracy ellipse. 


   
ASN.1 Checker's avatar
ASN.1 Checker committed
* semiMajorAxisOrientation of type [**Wgs84AngleValue**](#Wgs84AngleValue) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  orientation direction of the ellipse major axis of the position accuracy
   ellipse with regards to the WGS84 north. 
   The specific WGS84 coordinate system is specified by the corresponding standards applying this DE.


   

&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 based on [**PosConfidenceEllipse**](#PosConfidenceEllipse)_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
PositionConfidenceEllipse ::= SEQUENCE {
    semiMajorAxisLength         SemiAxisLength,
    semiMinorAxisLength         SemiAxisLength,
    semiMajorAxisOrientation    Wgs84AngleValue
ASN.1 Checker's avatar
ASN.1 Checker committed
}
```


### <a name="PositionOfPillars"></a>PositionOfPillars
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF shall contain a list of distances [**PosPillar**](#PosPillar) that refer to the perpendicular distance between centre of vehicle front bumper
ASN.1 Checker's avatar
ASN.1 Checker committed
 and vehicle pillar A, between neighbour pillars until the last pillar of the vehicle.

 Vehicle pillars refer to the vertical or near vertical support of vehicle,
 designated respectively as the A, B, C or D and other pillars moving in side profile view from the front to rear.
 
 The first value of the DF refers to the perpendicular distance from the centre of vehicle front bumper to 
 vehicle A pillar. The second value refers to the perpendicular distance from the centre position of A pillar
 to the B pillar of vehicle and so on until the last pillar.

&nbsp;&nbsp;&nbsp;&nbsp;**Categories**: Vehicle information 

&nbsp;&nbsp;&nbsp;&nbsp;**Revision**: _V1.3.1_
```asn1
PositionOfPillars ::= SEQUENCE (SIZE(1..3, ...)) OF PosPillar
```

### <a name="ProtectedCommunicationZone"></a>ProtectedCommunicationZone
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF describes a zone of protection inside which the ITS communication should be restricted.
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* protectedZoneType of type [**ProtectedZoneType**](#ProtectedZoneType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  type of the protected zone. 


ASN.1 Checker's avatar
ASN.1 Checker committed
* expiryTime of type [**TimestampIts**](#TimestampIts)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  optional time at which the validity of the protected communication zone will expire.


   
ASN.1 Checker's avatar
ASN.1 Checker committed
* protectedZoneLatitude of type [**Latitude**](#Latitude) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  latitude of the centre point of the protected communication zone.


   
ASN.1 Checker's avatar
ASN.1 Checker committed
* protectedZoneLongitude of type [**Longitude**](#Longitude) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  longitude of the centre point of the protected communication zone.


   
ASN.1 Checker's avatar
ASN.1 Checker committed
* protectedZoneRadius of type [**ProtectedZoneRadius**](#ProtectedZoneRadius)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  optional radius of the protected communication zone in metres.


   
ASN.1 Checker's avatar
ASN.1 Checker committed
* protectedZoneId of type [**ProtectedZoneId**](#ProtectedZoneId)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the optional ID of the protected communication zone.


   

&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 (changed protectedZoneID to protectedZoneId)_
ASN.1 Checker's avatar
ASN.1 Checker committed

>>>
NOTE: A protected communication zone may be defined around a CEN DSRC road side equipment.
>>>
```asn1
ProtectedCommunicationZone ::= SEQUENCE {
    protectedZoneType         ProtectedZoneType,
    expiryTime                TimestampIts OPTIONAL,
    protectedZoneLatitude     Latitude,
    protectedZoneLongitude    Longitude,
    protectedZoneRadius       ProtectedZoneRadius OPTIONAL,
ASN.1 Checker's avatar
ASN.1 Checker committed
    protectedZoneId           ProtectedZoneId OPTIONAL,
ASN.1 Checker's avatar
ASN.1 Checker committed
    ...
}
```


### <a name="ProtectedCommunicationZonesRSU"></a>ProtectedCommunicationZonesRSU
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF shall contain a list of [**ProtectedCommunicationZone**](#ProtectedCommunicationZone) provided by a road side ITS-S (Road Side Unit RSU).
ASN.1 Checker's avatar
ASN.1 Checker committed

 It may provide up to 16 protected communication zones information.

&nbsp;&nbsp;&nbsp;&nbsp;**Categories**: Infrastructure information Communication information 

&nbsp;&nbsp;&nbsp;&nbsp;**Revision**: _V1.3.1_
```asn1
ProtectedCommunicationZonesRSU ::= SEQUENCE (SIZE(1..16)) OF ProtectedCommunicationZone
```

### <a name="PtActivation"></a>PtActivation
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents activation data for real-time systems designed for operations control, traffic light priorities, track switches, barriers, etc.
ASN.1 Checker's avatar
ASN.1 Checker committed
 using a range of activation devices equipped in public transport vehicles.

 The activation of the corresponding equipment is triggered by the approach or passage of a public transport
 vehicle at a certain point (e.g. a beacon).

ASN.1 Checker's avatar
ASN.1 Checker committed
* ptActivationType of type [**PtActivationType**](#PtActivationType) <br>
  type of activation. 
ASN.1 Checker's avatar
ASN.1 Checker committed
* ptActivationData of type [**PtActivationData**](#PtActivationData) <br>
   
Today there are different payload variants defined for public transport activation-data. The R09.x is one of
ASN.1 Checker's avatar
ASN.1 Checker committed
 the industry standard used by public transport vehicles (e.g. buses, trams) in Europe (e.g. Germany Austria)
ASN.1 Checker's avatar
ASN.1 Checker committed
 for controlling traffic lights, barriers, bollards, etc. This DF shall include information like route, course,
ASN.1 Checker's avatar
ASN.1 Checker committed
 destination, priority, etc.
 
ASN.1 Checker's avatar
ASN.1 Checker committed
 The R09.x content is defined in VDV recommendation 420 [i.7]. It includes following information:
ASN.1 Checker's avatar
ASN.1 Checker committed
 - Priority Request Information (pre-request, request, ready to start)
 - End of Prioritization procedure
 - Priority request direction
 - Public Transport line number
 - Priority of public transport
 - Route line identifier of the public transport
 - Route number identification
 - Destination of public transport vehicle

 Other countries may use different message sets defined by the local administration.

&nbsp;&nbsp;&nbsp;&nbsp;**Categories**: Vehicle information 

&nbsp;&nbsp;&nbsp;&nbsp;**Revision**: _V1.3.1_
```asn1
PtActivation ::= SEQUENCE {
    ptActivationType    PtActivationType,
    ptActivationData    PtActivationData
}
```

### <a name="RadialShape"></a>RadialShape
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF describes a radial shape. The triangular or cone-shaped volume is
ASN.1 Checker's avatar
ASN.1 Checker committed
 constructed by sweeping the provided range about the reference point  between a horizontal start 
 and a horizontal end angle in positive angular direction of the WGS84
ASN.1 Checker's avatar
ASN.1 Checker committed
 coordinate system. A vertical opening angle may be provided in a Cartesian coordinate system with
 the x-axis located in the North-East plane of the WGS84 coordinate system. The sensor height may
 be provided to reflect characteristics of sensors mounted at an altitude (e.g. sensors mounted
 above intersections).

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
  the optional reference point used for the definition of the shape, relative to an externally specified reference position. 
   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
* range of type [**StandardLength12b**](#StandardLength12b) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the radial range of the shape from the shape´s reference point. 
ASN.1 Checker's avatar
ASN.1 Checker committed
* stationaryHorizontalOpeningAngleStart of type [**Wgs84AngleValue**](#Wgs84AngleValue) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the orientation indicating the beginning of the 
ASN.1 Checker's avatar
ASN.1 Checker committed
   shape's horizontal opening angle in positive angular direction with respect to the 
ASN.1 Checker's avatar
ASN.1 Checker committed
   WGS84 coordinate system.


   
ASN.1 Checker's avatar
ASN.1 Checker committed
* stationaryHorizontalOpeningAngleEnd of type [**Wgs84AngleValue**](#Wgs84AngleValue) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  The orientation indicating the end of the shape's 
   horizontal opening angle in positive angular direction with respect to the WGS84 coordinate system.
ASN.1 Checker's avatar
ASN.1 Checker committed
* verticalOpeningAngleStart of type [**CartesianAngleValue**](#CartesianAngleValue)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  optional orientation indicating the beginning of the shape`s
   opening angle in positive angular direction of a Cartesian coordinate system with its x-axis 
   located in the north-east plane of the WGS84 coordinate system.
ASN.1 Checker's avatar
ASN.1 Checker committed
* verticalOpeningAngleEnd of type [**CartesianAngleValue**](#CartesianAngleValue)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  optional orientation indicating the end of the shape's 
ASN.1 Checker's avatar
ASN.1 Checker committed
   vertical opening angle in positive angular direction of a Cartesian coordinate system with its x-axis 
ASN.1 Checker's avatar
ASN.1 Checker committed
   located in the north-east plane of the WGS84 coordinate system. 
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_
```asn1
RadialShape ::= SEQUENCE { 
ASN.1 Checker's avatar
ASN.1 Checker committed
    shapeReferencePoint                      CartesianPosition3d OPTIONAL,
ASN.1 Checker's avatar
ASN.1 Checker committed
    range                                    StandardLength12b,
    stationaryHorizontalOpeningAngleStart    Wgs84AngleValue, 
    stationaryHorizontalOpeningAngleEnd      Wgs84AngleValue, 
    verticalOpeningAngleStart                CartesianAngleValue OPTIONAL,
ASN.1 Checker's avatar
ASN.1 Checker committed
    verticalOpeningAngleEnd                  CartesianAngleValue OPTIONAL
ASN.1 Checker's avatar
ASN.1 Checker committed
}
```

### <a name="RadialShapes"></a>RadialShapes
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF describes a list of radial shapes. 
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* refPointId of type [**Identifier1B**](#Identifier1B) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the identification of the reference point in case of a sensor mounted to trailer. Defaults to ITS ReferencePoint (0).


ASN.1 Checker's avatar
ASN.1 Checker committed
* xCoordinate of type [**CartesianCoordinateSmall**](#CartesianCoordinateSmall) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the x-coordinate of the offset point.


   
ASN.1 Checker's avatar
ASN.1 Checker committed
* yCoordinate of type [**CartesianCoordinateSmall**](#CartesianCoordinateSmall) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the y-coordinate of the offset point.


ASN.1 Checker's avatar
ASN.1 Checker committed
* zCoordinate of type [**CartesianCoordinateSmall**](#CartesianCoordinateSmall)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the optional z-coordinate of the offset point.


   
ASN.1 Checker's avatar
ASN.1 Checker committed
* radialShapesList of type [**RadialShapesList**](#RadialShapesList) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the list of radial shape details.


   

&nbsp;&nbsp;&nbsp;&nbsp;**Categories**: Georeference information 

&nbsp;&nbsp;&nbsp;&nbsp;**Revision**: _created in V2.1.1_
```asn1
RadialShapes ::= SEQUENCE {
    refPointId          Identifier1B,
    xCoordinate         CartesianCoordinateSmall, 
    yCoordinate         CartesianCoordinateSmall,
    zCoordinate         CartesianCoordinateSmall OPTIONAL,
ASN.1 Checker's avatar
ASN.1 Checker committed
    radialShapesList    RadialShapesList
ASN.1 Checker's avatar
ASN.1 Checker committed
}
```


### <a name="RadialShapesList"></a>RadialShapesList
ASN.1 Checker's avatar
ASN.1 Checker committed
The DF contains a list of [**RadialShapeDetails**](#RadialShapeDetails).
ASN.1 Checker's avatar
ASN.1 Checker committed

&nbsp;&nbsp;&nbsp;&nbsp;**Categories**: Georeference information 

&nbsp;&nbsp;&nbsp;&nbsp;**Revision**: _created in V2.1.1_
```asn1
RadialShapesList ::= SEQUENCE SIZE(1..16,...) OF RadialShapeDetails
```

### <a name="RadialShapeDetails"></a>RadialShapeDetails
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF describes a radial shape details. The triangular or cone-shaped volume is
ASN.1 Checker's avatar
ASN.1 Checker committed
 constructed by sweeping the provided range about the reference point  or about the offset
 point (if provided) between a horizontal start and a horizontal end angle in positive angular direction of the WGS84
 coordinate system. A vertical opening angle may be provided in a Cartesian coordinate system with
 the x-axis located in the North-East plane of the WGS84 coordinate system. The sensor height may
 be provided to reflect characteristics of sensors mounted at an altitude (e.g. sensors mounted
 above intersections).

ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* range of type [**StandardLength12b**](#StandardLength12b) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the radial range of the sensor from the reference point or sensor point offset. 


ASN.1 Checker's avatar
ASN.1 Checker committed
* horizontalOpeningAngleStart of type [**CartesianAngleValue**](#CartesianAngleValue) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the orientation indicating the beginning of the 
   shape's horizontal opening angle in positive angular direction.


ASN.1 Checker's avatar
ASN.1 Checker committed
* horizontalOpeningAngleEnd of type [**CartesianAngleValue**](#CartesianAngleValue) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  The orientation indicating the end of the shape's horizontal 
   opening angle in positive angular direction.


ASN.1 Checker's avatar
ASN.1 Checker committed
* verticalOpeningAngleStart of type [**CartesianAngleValue**](#CartesianAngleValue)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  optional orientation indicating the beginning of the shape's 
ASN.1 Checker's avatar
ASN.1 Checker committed
   vertical opening angle in positive angular direction of a Cartesian coordinate system with its x-axis 
ASN.1 Checker's avatar
ASN.1 Checker committed
   located in the north-east plane of the WGS84 coordinate system.
ASN.1 Checker's avatar
ASN.1 Checker committed
* verticalOpeningAngleEnd of type [**CartesianAngleValue**](#CartesianAngleValue)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  optional orientation indicating the end of the shape's 
ASN.1 Checker's avatar
ASN.1 Checker committed
   vertical opening angle in positive angular direction of a Cartesian coordinate system with its x-axis 
   located in the north-east plane of the WGS84 coordinate system. 


   

&nbsp;&nbsp;&nbsp;&nbsp;**Categories**: Georeference information 

&nbsp;&nbsp;&nbsp;&nbsp;**Revision**: _created in V2.1.1_
```asn1
RadialShapeDetails ::= SEQUENCE {
    range                          StandardLength12b,
    horizontalOpeningAngleStart    CartesianAngleValue,
    horizontalOpeningAngleEnd      CartesianAngleValue,
    verticalOpeningAngleStart      CartesianAngleValue OPTIONAL,
ASN.1 Checker's avatar
ASN.1 Checker committed
    verticalOpeningAngleEnd        CartesianAngleValue OPTIONAL
ASN.1 Checker's avatar
ASN.1 Checker committed
}
```

### <a name="RectangularShape"></a>RectangularShape
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents the shape of a rectangular area or a right rectangular prism that is centred on a reference position defined outside of the context of this DF. 
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* centerPoint of type [**CartesianPosition3d**](#CartesianPosition3d)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  represents an optional offset point which the rectangle is centred on with respect to the reference position.


ASN.1 Checker's avatar
ASN.1 Checker committed
* semiLength of type [**StandardLength12b**](#StandardLength12b) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  represents half the length of the rectangle.


   
ASN.1 Checker's avatar
ASN.1 Checker committed
* semiBreadth of type [**StandardLength12b**](#StandardLength12b) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  represents half the breadth of the rectangle.


   
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
  represents the optional orientation of the lenght of the rectangle in the 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
* height of type [**StandardLength12b**](#StandardLength12b)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  represents the optional height, present if the shape is a right rectangular prism with height extending in the positive z-axis.


   

&nbsp;&nbsp;&nbsp;&nbsp;**Categories**: GeoReference information 

&nbsp;&nbsp;&nbsp;&nbsp;**Revision**: _created in V2.1.1_
```asn1
RectangularShape ::= SEQUENCE { 
    centerPoint    CartesianPosition3d OPTIONAL,
    semiLength     StandardLength12b,
    semiBreadth    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="ReferencePosition"></a>ReferencePosition
ASN.1 Checker's avatar
ASN.1 Checker committed
A position within a geographic coordinate system together with a confidence ellipse. 
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* latitude of type [**Latitude**](#Latitude) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the latitude of the geographical point.


ASN.1 Checker's avatar
ASN.1 Checker committed
* longitude of type [**Longitude**](#Longitude) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the longitude of the geographical point.


   
ASN.1 Checker's avatar
ASN.1 Checker committed
* positionConfidenceEllipse of type [**PosConfidenceEllipse**](#PosConfidenceEllipse) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the confidence ellipse associated to the geographical position.
ASN.1 Checker's avatar
ASN.1 Checker committed
* altitude of type [**Altitude**](#Altitude) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the altitude and an altitude accuracy of the geographical point.


   

&nbsp;&nbsp;&nbsp;&nbsp;**Categories**: GeoReference information 

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

>>>
NOTE: this DE is kept for backwards compatibility reasons only. It is recommended to use the [**ReferencePositionWithConfidence**](#ReferencePositionWithConfidence) instead.
>>>
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
ReferencePosition ::= SEQUENCE {
    latitude                     Latitude,
    longitude                    Longitude,
    positionConfidenceEllipse    PosConfidenceEllipse,
    altitude                     Altitude
}
```

ASN.1 Checker's avatar
ASN.1 Checker committed
### <a name="ReferencePositionWithConfidence"></a>ReferencePositionWithConfidence
ASN.1 Checker's avatar
ASN.1 Checker committed
A position within a geographic coordinate system together with a confidence ellipse. 
ASN.1 Checker's avatar
ASN.1 Checker committed

 It shall include the following components:

ASN.1 Checker's avatar
ASN.1 Checker committed
* latitude of type [**Latitude**](#Latitude) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the latitude of the geographical point.


ASN.1 Checker's avatar
ASN.1 Checker committed
* longitude of type [**Longitude**](#Longitude) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the longitude of the geographical point.


   
ASN.1 Checker's avatar
ASN.1 Checker committed
* positionConfidenceEllipse of type [**PositionConfidenceEllipse**](#PositionConfidenceEllipse) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the confidence ellipse associated to the geographical position.


   
ASN.1 Checker's avatar
ASN.1 Checker committed
* altitude of type [**Altitude**](#Altitude) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the altitude and an altitude accuracy of the geographical point.


   

&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 based on [**ReferencePosition**](#ReferencePosition) but using [**PositionConfidenceEllipse**](#PositionConfidenceEllipse)._
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
ReferencePositionWithConfidence ::= SEQUENCE {
    latitude                     Latitude,
    longitude                    Longitude,
    positionConfidenceEllipse    PositionConfidenceEllipse,
    altitude                     Altitude
}
```

ASN.1 Checker's avatar
ASN.1 Checker committed

### <a name="RestrictedTypes"></a>RestrictedTypes
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF shall contain a list of [**StationType**](#StationType). to which a certain traffic restriction, e.g. the speed limit, applies.
ASN.1 Checker's avatar
ASN.1 Checker committed

&nbsp;&nbsp;&nbsp;&nbsp;**Categories**: Infrastructure information Traffic information 

&nbsp;&nbsp;&nbsp;&nbsp;**Revision**: _V1.3.1_
```asn1
RestrictedTypes ::= SEQUENCE (SIZE(1..3, ...)) OF StationType
```

### <a name="RoadSegmentReferenceId"></a>RoadSegmentReferenceId
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents a unique id for a road segment
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* region of type [**Identifier2B**](#Identifier2B)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the optional identifier of the entity that is responsible for the region in which the road segment is placed.
   It is the duty of that entity to guarantee that the [**Id**](#Id) is unique within the region.


ASN.1 Checker's avatar
ASN.1 Checker committed
* id of type [**Identifier2B**](#Identifier2B) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the identifier of the road segment.
ASN.1 Checker's avatar
ASN.1 Checker committed


   

&nbsp;&nbsp;&nbsp;&nbsp;**Categories**: GeoReference information 

&nbsp;&nbsp;&nbsp;&nbsp;**Revision**: _created in V2.1.1_

>>>
ASN.1 Checker's avatar
ASN.1 Checker committed
NOTE: when the component region is present, the RoadSegmentReferenceId is guaranteed to be globally unique.
ASN.1 Checker's avatar
ASN.1 Checker committed
>>>
```asn1
RoadSegmentReferenceId ::= SEQUENCE {
    region    Identifier2B OPTIONAL,
    id        Identifier2B
}
```

### <a name="SafeDistanceIndication"></a>SafeDistanceIndication
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF provides the safe distance indication of a traffic participant with other traffic participant(s).
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* subjectStation of type [**StationId**](#StationId)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  optionally indicates one "other" traffic participant identified by its ITS-S.


ASN.1 Checker's avatar
ASN.1 Checker committed
* safeDistanceIndicator of type [**SafeDistanceIndicator**](#SafeDistanceIndicator) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  indicates whether the distance between the ego ITS-S and the traffic participant(s) is safe.
ASN.1 Checker's avatar
ASN.1 Checker committed
   If subjectStation is present then it indicates whether the distance between the ego ITS-S and the traffic participant indicated in the component subjectStation is safe. 
ASN.1 Checker's avatar
ASN.1 Checker committed
* timeToCollision of type [**DeltaTimeTenthOfSecond**](#DeltaTimeTenthOfSecond)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  optionally indicated the time-to-collision calculated as sqrt(LaDi<sup>2</sup> + LoDi<sup>2</sup> + VDi<sup>2</sup>)/relative speed 
   and represented in  the  nearest 100  ms. This component may be present only if subjectStation is present. 


   

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories**: Traffic information 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: the abbreviations used are Lateral Distance (LaD),  Longitudinal Distance (LoD) and Vertical Distance (VD) 
ASN.1 Checker's avatar
ASN.1 Checker committed
 and their respective  thresholds, Minimum  Safe  Lateral  Distance (MSLaD), Minimum  Safe  Longitudinal Distance  (MSLoD),  and  Minimum  Safe Vertical Distance (MSVD).
ASN.1 Checker's avatar
ASN.1 Checker committed
>>>
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
SafeDistanceIndication ::= SEQUENCE {
ASN.1 Checker's avatar
ASN.1 Checker committed
    subjectStation           StationId OPTIONAL,
ASN.1 Checker's avatar
ASN.1 Checker committed
    safeDistanceIndicator    SafeDistanceIndicator,
    timeToCollision          DeltaTimeTenthOfSecond OPTIONAL,
    ...
}
```


### <a name="SequenceOfCartesianPosition3d"></a>SequenceOfCartesianPosition3d
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF shall contain a list of DF [**CartesianPosition3d**](#CartesianPosition3d).
ASN.1 Checker's avatar
ASN.1 Checker committed

&nbsp;&nbsp;&nbsp;&nbsp;**Categories**: GeoReference information 

&nbsp;&nbsp;&nbsp;&nbsp;**Revision**: _created in V2.1.1_
```asn1
SequenceOfCartesianPosition3d ::= SEQUENCE (SIZE(1..16, ...)) OF CartesianPosition3d
```


### <a name="SequenceOfIdentifier1B"></a>SequenceOfIdentifier1B
ASN.1 Checker's avatar
ASN.1 Checker committed
The DF contains a list of DE [**Identifier1B**](#Identifier1B).
ASN.1 Checker's avatar
ASN.1 Checker committed

&nbsp;&nbsp;&nbsp;&nbsp;**Categories**: Basic information 

&nbsp;&nbsp;&nbsp;&nbsp;**Revision**: _created in V2.1.1_
```asn1
SequenceOfIdentifier1B ::= SEQUENCE SIZE(1..128, ...) OF Identifier1B
```


### <a name="SequenceOfSafeDistanceIndication"></a>SequenceOfSafeDistanceIndication
ASN.1 Checker's avatar
ASN.1 Checker committed
The DF contains a list of DF [**SafeDistanceIndication**](#SafeDistanceIndication).
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories**: Traffic information Kinematic information 
ASN.1 Checker's avatar
ASN.1 Checker committed

&nbsp;&nbsp;&nbsp;&nbsp;**Revision**: _created in V2.1.1_
```asn1
ASN.1 Checker's avatar
ASN.1 Checker committed
SequenceOfSafeDistanceIndication ::= SEQUENCE(SIZE(1..8,...)) OF SafeDistanceIndication
ASN.1 Checker's avatar
ASN.1 Checker committed
```


### <a name="SequenceOfTrajectoryInterceptionIndication"></a>SequenceOfTrajectoryInterceptionIndication
ASN.1 Checker's avatar
ASN.1 Checker committed
The DF shall contain a list of DF [**TrajectoryInterceptionIndication**](#TrajectoryInterceptionIndication).
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories**: Traffic information Kinematic information 
ASN.1 Checker's avatar
ASN.1 Checker committed

&nbsp;&nbsp;&nbsp;&nbsp;**Revision**: _created in V2.1.1_
```asn1
ASN.1 Checker's avatar
ASN.1 Checker committed
SequenceOfTrajectoryInterceptionIndication ::=  SEQUENCE (SIZE(1..8,...)) OF TrajectoryInterceptionIndication
ASN.1 Checker's avatar
ASN.1 Checker committed
```

### <a name="Shape"></a>Shape
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF provides the definition of a geographical area or volume, based on different options.
ASN.1 Checker's avatar
ASN.1 Checker committed
 It is a choice of the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* rectangular of type [**RectangularShape**](#RectangularShape) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  definition of an rectangular area or a right rectangular prism (with a rectangular base) also called a cuboid, or informally a rectangular box.


ASN.1 Checker's avatar
ASN.1 Checker committed
* circular of type [**CircularShape**](#CircularShape) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  definition of an area of circular shape or a right circular cylinder.


   
ASN.1 Checker's avatar
ASN.1 Checker committed
* polygonal of type [**PolygonalShape**](#PolygonalShape) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  definition of an area of polygonal shape or a right prism.


    
ASN.1 Checker's avatar
ASN.1 Checker committed
* elliptical of type [**EllipticalShape**](#EllipticalShape) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  definition of an area of elliptical shape or a right elliptical cylinder.


   
ASN.1 Checker's avatar
ASN.1 Checker committed
* radial of type [**RadialShape**](#RadialShape) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  definition of a radial shape.


   
ASN.1 Checker's avatar
ASN.1 Checker committed
* radialShapes of type [**RadialShapes**](#RadialShapes) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
   

&nbsp;&nbsp;&nbsp;&nbsp;**Categories**: GeoReference information 

&nbsp;&nbsp;&nbsp;&nbsp;**Revision**: _Created in V2.1.1_
```asn1
Shape::= CHOICE {
ASN.1 Checker's avatar
ASN.1 Checker committed
   rectangular       RectangularShape,
   circular          CircularShape, 
   polygonal         PolygonalShape,
   elliptical        EllipticalShape,
   radial            RadialShape,
   radialShapes      RadialShapes,
ASN.1 Checker's avatar
ASN.1 Checker committed
   ...
}
```

### <a name="Speed"></a>Speed
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents the speed and associated confidence value.
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* speedValue of type [**SpeedValue**](#SpeedValue) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the speed value.


ASN.1 Checker's avatar
ASN.1 Checker committed
* speedConfidence of type [**SpeedConfidence**](#SpeedConfidence) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the confidence value of the speed 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**: _V1.3.1_
```asn1
Speed ::= SEQUENCE {
    speedValue         SpeedValue,
    speedConfidence    SpeedConfidence
}
```

### <a name="StabilityChangeIndication"></a>StabilityChangeIndication
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF  provides the  indication of  change in stability.
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* lossProbability of type [**StabilityLossProbability**](#StabilityLossProbability) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the probability of stability loss. 


ASN.1 Checker's avatar
ASN.1 Checker committed
* actionDeltaTime of type [**DeltaTimeTenthOfSecond**](#DeltaTimeTenthOfSecond) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the period over which the the probability of stability loss is estimated. 
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**: _V2.1.1_
```asn1
StabilityChangeIndication ::= SEQUENCE {
    lossProbability     StabilityLossProbability,
    actionDeltaTime     DeltaTimeTenthOfSecond,
    ...
}
```

### <a name="SteeringWheelAngle"></a>SteeringWheelAngle
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents the steering wheel angle of the vehicle at certain point in time.
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* steeringWheelAngleValue of type [**SteeringWheelAngleValue**](#SteeringWheelAngleValue) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  steering wheel angle value.


ASN.1 Checker's avatar
ASN.1 Checker committed
* steeringWheelAngleConfidence of type [**SteeringWheelAngleConfidence**](#SteeringWheelAngleConfidence) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  confidence value of the steering wheel angle value.
ASN.1 Checker's avatar
ASN.1 Checker committed


   

&nbsp;&nbsp;&nbsp;&nbsp;**Categories**: Vehicle information 

&nbsp;&nbsp;&nbsp;&nbsp;**Revision**: _Created in V2.1.1_
```asn1
SteeringWheelAngle ::= SEQUENCE {
    steeringWheelAngleValue         SteeringWheelAngleValue,
    steeringWheelAngleConfidence    SteeringWheelAngleConfidence
}
```


### <a name="Traces"></a>Traces
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents one or more paths using [**PathHistory**](#PathHistory).
ASN.1 Checker's avatar
ASN.1 Checker committed

&nbsp;&nbsp;&nbsp;&nbsp;**Categories**: GeoReference information 

&nbsp;&nbsp;&nbsp;&nbsp;**Revision**: _Description revised in V2.1.1. Is is now based on Path and not on PathHistory_
```asn1
Traces ::= SEQUENCE SIZE(1..7) OF Path
```

### <a name="TrafficIslandPosition"></a>TrafficIslandPosition
ASN.1 Checker's avatar
ASN.1 Checker committed
Ths DF represents the a position on a traffic island between two lanes. 
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* oneSide of type [**LanePositionAndType**](#LanePositionAndType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  represents one lane.


ASN.1 Checker's avatar
ASN.1 Checker committed
* otherSide of type [**LanePositionAndType**](#LanePositionAndType) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  represents the other lane.


   

&nbsp;&nbsp;&nbsp;&nbsp;**Categories**: Road Topology information 

&nbsp;&nbsp;&nbsp;&nbsp;**Revision**: _Created in V2.1.1_
```asn1
TrafficIslandPosition ::= SEQUENCE {
    oneSide      LanePositionAndType,
    otherSide    LanePositionAndType,
    ...
}
```

### <a name="TrailerData"></a>TrailerData
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF provides detailed information about an attached trailer.
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* refPointId of type [**Identifier1B**](#Identifier1B) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  identifier of the reference point of the trailer.


ASN.1 Checker's avatar
ASN.1 Checker committed
* hitchPointOffset of type [**StandardLength1B**](#StandardLength1B) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  optional position of the hitch point in negative x-direction (according to ISO 8855) from the
   vehicle Reference Point.


   
ASN.1 Checker's avatar
ASN.1 Checker committed
* frontOverhang of type [**StandardLength1B**](#StandardLength1B)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  optional length of the trailer overhang in the positive x direction (according to ISO 8855) from the
ASN.1 Checker's avatar
ASN.1 Checker committed
   trailer Reference Point indicated by the refPointID. The value defaults to 0 in case the trailer
   is not overhanging to the front with respect to the trailer reference point.


ASN.1 Checker's avatar
ASN.1 Checker committed
* rearOverhang of type [**StandardLength1B**](#StandardLength1B)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  optional length of the trailer overhang in the negative x direction (according to ISO 8855) from the
ASN.1 Checker's avatar
ASN.1 Checker committed
   trailer Reference Point indicated by the refPointID.


    
ASN.1 Checker's avatar
ASN.1 Checker committed
* trailerWidth of type [**VehicleWidth**](#VehicleWidth)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  optional width of the trailer.


    
ASN.1 Checker's avatar
ASN.1 Checker committed
* hitchAngle of type [**CartesianAngle**](#CartesianAngle) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  optional Value and confidence value of the angle between the trailer orientation (corresponding to the x
   direction of the ISO 8855 [2] coordinate system centered on the trailer) and the direction of
ASN.1 Checker's avatar
ASN.1 Checker committed
   the segment having as end points the reference point of the trailer and the reference point of
   the pulling vehicle, which can be another trailer or a vehicle looking on the horizontal plane
ASN.1 Checker's avatar
ASN.1 Checker committed
   xy, described in the local Cartesian coordinate system of the trailer. The
ASN.1 Checker's avatar
ASN.1 Checker committed
   angle is measured with negative values considering the trailer orientation turning clockwise
   starting from the segment direction. The angle value accuracy is provided with the
   confidence level of 95 %.


   

&nbsp;&nbsp;&nbsp;&nbsp;**Categories**: Vehicle information 

&nbsp;&nbsp;&nbsp;&nbsp;**Revision**: _Created in V2.1.1_
```asn1
TrailerData ::= SEQUENCE { 
    refPointId          Identifier1B,
    hitchPointOffset    StandardLength1B, 
ASN.1 Checker's avatar
ASN.1 Checker committed
    frontOverhang       StandardLength1B OPTIONAL, 
    rearOverhang        StandardLength1B OPTIONAL, 
    trailerWidth        VehicleWidth OPTIONAL,
ASN.1 Checker's avatar
ASN.1 Checker committed
    hitchAngle          CartesianAngle,
    ...
}
```

### <a name="TrajectoryInterceptionIndication"></a>TrajectoryInterceptionIndication
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF  provides the trajectory  interception  indication  of  ego-VRU  ITS-S  with another ITS-Ss. 
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* subjectStation of type [**StationId**](#StationId)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  indicates the subject station.