ETSI-ITS-CDD.md 355 KB
Newer Older
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents the columns of a lower triangular positive semi-definite matrix, each column not including the main diagonal cell of the matrix.
ASN.1 Checker's avatar
ASN.1 Checker committed
 Given a matrix "A" of size n x n, the number of [**CorrelationColumn**](#CorrelationColumn) to be included in the lower triangular matrix is k=n-1.
ASN.1 Checker's avatar
ASN.1 Checker committed
    **Categories:** Sensing information 
ASN.1 Checker's avatar
ASN.1 Checker committed
    **Revision:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
LowerTriangularPositiveSemidefiniteMatrixColumns ::= SEQUENCE SIZE (1..13) OF CorrelationColumn
```

### <a name="MapPosition"></a>MapPosition
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF indicates a position on a topology description transmitted in a MAPEM according to ETSI TS 103 301 [[15]](#references).
ASN.1 Checker's avatar
ASN.1 Checker committed

 It shall include the following components:

ASN.1 Checker's avatar
ASN.1 Checker committed
* _mapReference_ of type [**MapReference**](#MapReference)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  optionally identifies the MAPEM containing the topology information.
   It is absent if the MAPEM topology is known from the context.

ASN.1 Checker's avatar
ASN.1 Checker committed
* _laneId_ of type [**Identifier1B**](#Identifier1B)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  optionally identifies the lane in the road segment or intersection topology on which the position is located.

ASN.1 Checker's avatar
ASN.1 Checker committed
* _connectionId_ of type [**Identifier1B**](#Identifier1B)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  optionally identifies the connection inside the conflict area of an intersection, i.e. it identifies a trajectory for travelling through the
   conflict area of an intersection which connects e.g an ingress with an egress lane.

ASN.1 Checker's avatar
ASN.1 Checker committed
* _longitudinalLanePosition_ of type [**LongitudinalLanePosition**](#LongitudinalLanePosition)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  optionally indicates the longitudinal offset of the map-matched position of the object along the lane or connection.


ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Road topology 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
MapPosition ::= SEQUENCE {
    mapReference                MapReference OPTIONAL,
ASN.1 Checker's avatar
ASN.1 Checker committed
    laneId                      Identifier1B OPTIONAL,
    connectionId                Identifier1B OPTIONAL, 
ASN.1 Checker's avatar
ASN.1 Checker committed
    longitudinalLanePosition    LongitudinalLanePosition OPTIONAL,
    ...
}
ASN.1 Checker's avatar
ASN.1 Checker committed
   ((WITH COMPONENTS {..., laneId PRESENT, connectionId ABSENT }) |
    (WITH COMPONENTS {..., laneId ABSENT, connectionId PRESENT }))
ASN.1 Checker's avatar
ASN.1 Checker committed
```

### <a name="MapReference"></a>MapReference
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF provides the reference to the information contained in a MAPEM according to ETSI TS 103 301 [[15]](#references). 
ASN.1 Checker's avatar
ASN.1 Checker committed

 The following options are provided:

ASN.1 Checker's avatar
ASN.1 Checker committed
* _roadsegment_ of type [**RoadSegmentReferenceId**](#RoadSegmentReferenceId) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  option that identifies the description of a road segment contained in a MAPEM.

ASN.1 Checker's avatar
ASN.1 Checker committed
* _intersection_ of type [**IntersectionReferenceId**](#IntersectionReferenceId) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  option that identifies the description of an intersection contained in a MAPEM.


ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Road topology 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
MapReference::= CHOICE {
	roadsegment     RoadSegmentReferenceId,
	intersection    IntersectionReferenceId
	}
```

ASN.1 Checker's avatar
ASN.1 Checker committed
### <a name="MessageRateHz"></a>MessageRateHz
ASN.1 Checker's avatar
ASN.1 Checker committed
This DE indicates a message rate.
ASN.1 Checker's avatar
ASN.1 Checker committed
* _mantissa_ of type **INTEGER**  (1..100)<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  indicates the mantissa.

ASN.1 Checker's avatar
ASN.1 Checker committed
* _exponent_ of type **INTEGER**  (-5..2)<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  indicates the exponent.

ASN.1 Checker's avatar
ASN.1 Checker committed
The specified message rate is: mantissa*(10<sup>exponent</sup>)
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Unit:** _Hz_
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Communication information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
MessageRateHz::= SEQUENCE {
    mantissa    INTEGER (1..100),
    exponent    INTEGER (-5..2)
    }
```

ASN.1 Checker's avatar
ASN.1 Checker committed
### <a name="MessageSegmentationInfo"></a>MessageSegmentationInfo
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF provides information about a message with respect to the segmentation process at the sender.
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* _totalMsgNo_ of type [**CardinalNumber3b**](#CardinalNumber3b) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  indicates the total number of messages that has been used on the transmitter side to encode the information.

ASN.1 Checker's avatar
ASN.1 Checker committed
* _thisMsgNo_ of type [**OrdinalNumber3b**](#OrdinalNumber3b) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  indicates the position of the message within of the total set of messages.
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Communication information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
ASN.1 Checker's avatar
ASN.1 Checker committed
MessageSegmentationInfo ::= SEQUENCE {
ASN.1 Checker's avatar
ASN.1 Checker committed
    totalMsgNo  CardinalNumber3b,
    thisMsgNo   OrdinalNumber3b
ASN.1 Checker's avatar
ASN.1 Checker committed
    }
```

### <a name="MitigationForTechnologies"></a>MitigationForTechnologies
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF shall contain a list of [**MitigationPerTechnologyClass**](#MitigationPerTechnologyClass).
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Communication information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
MitigationForTechnologies ::= SEQUENCE (SIZE(1..8)) OF MitigationPerTechnologyClass
```

### <a name="MitigationPerTechnologyClass"></a>MitigationPerTechnologyClass
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents a set of mitigation parameters for a specific technology, as specified in ETSI TS 103 724 [[24]](#references), clause 7.
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* _accessTechnologyClass_ of type [**AccessTechnologyClass**](#AccessTechnologyClass) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  channel access technology to which this mitigation is intended to be applied.
ASN.1 Checker's avatar
ASN.1 Checker committed
* _lowDutyCycle_ of type **INTEGER**  (0 .. 10000) OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  duty cycle limit.

ASN.1 Checker's avatar
ASN.1 Checker committed
* _powerReduction_ of type **INTEGER**  (0 .. 30) OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the delta value of power to be reduced.

ASN.1 Checker's avatar
ASN.1 Checker committed
* _dmcToffLimit_ of type **INTEGER**  (0 .. 1200) OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  idle time limit as defined in ETSI TS 103 175 [[19]](#references).
ASN.1 Checker's avatar
ASN.1 Checker committed
* _dmcTonLimit_ of type **INTEGER**  (0 .. 20) OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  Transmission duration limit, as defined in ETSI EN 302 571 [[20]](#references).
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Unit:** _ms_
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Communication information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
NOTE:&emsp;All parameters are optional, as they may not apply to some of the technologies or
ASN.1 Checker's avatar
ASN.1 Checker committed
 interference management zone types. Specification details are in ETSI TS 103 724 [[24]](#references), clause 7.
ASN.1 Checker's avatar
ASN.1 Checker committed
>>>
```asn1
MitigationPerTechnologyClass ::= SEQUENCE {
   accessTechnologyClass    AccessTechnologyClass, 
   lowDutyCycle             INTEGER (0 .. 10000) OPTIONAL, 
   powerReduction           INTEGER (0 .. 30) OPTIONAL,
   dmcToffLimit             INTEGER (0 .. 1200) OPTIONAL,   
   dmcTonLimit              INTEGER (0 .. 20) OPTIONAL,   
   ...
}
```

### <a name="ObjectClass"></a>ObjectClass
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF indicates both the class and associated subclass that best describes an object.
ASN.1 Checker's avatar
ASN.1 Checker committed

 The following options are available:

ASN.1 Checker's avatar
ASN.1 Checker committed
* _vehicleSubClass_ of type [**TrafficParticipantType**](#TrafficParticipantType)  (unknown|passengerCar..tram|agricultural)<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the object is a road vehicle and the specific subclass is specified.
ASN.1 Checker's avatar
ASN.1 Checker committed
* _vruSubClass_ of type [**VruProfileAndSubprofile**](#VruProfileAndSubprofile) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the object is a VRU and the specific subclass is specified.
ASN.1 Checker's avatar
ASN.1 Checker committed
* _groupSubClass_ of type [**VruClusterInformation**](#VruClusterInformation)  (WITH COMPONENTS{..., clusterBoundingBoxShape ABSENT})<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the object is a VRU group or cluster and the cluster information is specified.
ASN.1 Checker's avatar
ASN.1 Checker committed
* _otherSubClass_ of type [**OtherSubClass**](#OtherSubClass) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the object is of a different type than the above and the specific subclass is specified.
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
ObjectClass ::= CHOICE {
ASN.1 Checker's avatar
ASN.1 Checker committed
    vehicleSubClass      TrafficParticipantType (unknown|passengerCar..tram|agricultural),
    vruSubClass          VruProfileAndSubprofile,
    groupSubClass        VruClusterInformation (WITH COMPONENTS{..., clusterBoundingBoxShape ABSENT}),
    otherSubClass        OtherSubClass,
ASN.1 Checker's avatar
ASN.1 Checker committed
    ...
}
```

### <a name="ObjectClassDescription"></a>ObjectClassDescription
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF shall contain a list of object classes.
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
ObjectClassDescription ::= SEQUENCE (SIZE(1..8)) OF ObjectClassWithConfidence
```

### <a name="ObjectClassWithConfidence"></a>ObjectClassWithConfidence
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents the classification of a detected object together with a confidence level.
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* _objectClass_ of type [**ObjectClass**](#ObjectClass) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the class of the object.

ASN.1 Checker's avatar
ASN.1 Checker committed
* _confidence_ of type [**ConfidenceLevel**](#ConfidenceLevel) <br>
* Confidence<br>
  the associated confidence level.
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
ObjectClassWithConfidence ::= SEQUENCE {
    objectClass    ObjectClass,
    confidence     ConfidenceLevel
}
ASN.1 Checker's avatar
ASN.1 Checker committed
```

### <a name="ObjectDimension"></a>ObjectDimension
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents a dimension of an object together with a 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
* _value_ of type [**ObjectDimensionValue**](#ObjectDimensionValue) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the object dimension value which can be estimated as the mean of the current distribution.

ASN.1 Checker's avatar
ASN.1 Checker committed
* _confidence_ of type [**ObjectDimensionConfidence**](#ObjectDimensionConfidence) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the associated confidence value.


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
ObjectDimension ::= SEQUENCE {
    value         ObjectDimensionValue,
ASN.1 Checker's avatar
ASN.1 Checker committed
    confidence    ObjectDimensionConfidence
ASN.1 Checker's avatar
ASN.1 Checker committed
}
```

### <a name="Path"></a>Path
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents a path with a set of path points.
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall contain up to `40` [**PathPoint**](#PathPoint). 
ASN.1 Checker's avatar
ASN.1 Checker committed
 
 The first PathPoint presents an offset delta position with regards to an external reference position.
ASN.1 Checker's avatar
ASN.1 Checker committed
 Each other PathPoint presents an offset delta position and optionally an offset travel time with regards to the previous PathPoint.
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** GeoReference information Vehicle information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _created in V2.1.1 based on PathHistory_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
Path::= SEQUENCE (SIZE(0..40)) OF PathPoint
```

### <a name="PathHistory"></a>PathHistory
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents a path history with a set of path points.
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall contain up to `40` [**PathPoint**](#PathPoint). 
ASN.1 Checker's avatar
ASN.1 Checker committed
 
 The first PathPoint presents an offset delta position with regards to an external reference position.
ASN.1 Checker's avatar
ASN.1 Checker committed
 Each other PathPoint presents an offset delta position and optionally an offset travel time with regards to the previous PathPoint.
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** GeoReference information Vehicle information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _semantics updated 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 [**Path**](#Path) instead.
ASN.1 Checker's avatar
ASN.1 Checker committed
>>>
```asn1
ASN.1 Checker's avatar
ASN.1 Checker committed
PathHistory::= SEQUENCE (SIZE(40)) OF PathPoint
ASN.1 Checker's avatar
ASN.1 Checker committed
### <a name="PathPredicted"></a>PathPredicted
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents a predicted path with a set of path points.
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall contain up to `15` [**PathPoint**](#PathPoint). 
ASN.1 Checker's avatar
ASN.1 Checker committed
 
 The first PathPoint presents an offset delta position with regards to an external reference position.
ASN.1 Checker's avatar
ASN.1 Checker committed
 Each other PathPoint presents an offset delta position and optionally an offset travel time with regards to the previous PathPoint.
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 based on PathHistory_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
PathPredicted::= SEQUENCE (SIZE(0..15,...)) OF PathPointPredicted
```

ASN.1 Checker's avatar
ASN.1 Checker committed
### <a name="PathPoint"></a>PathPoint
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF defines an offset waypoint position within a path.
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* _pathPosition_ of type [**DeltaReferencePosition**](#DeltaReferencePosition) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  The waypoint position defined as an offset position with regards to a pre-defined reference position. 

ASN.1 Checker's avatar
ASN.1 Checker committed
* _pathDeltaTime_ of type [**PathDeltaTime**](#PathDeltaTime)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  The optional travel time separated from a waypoint to the predefined 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:** _semantics updated in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
PathPoint ::= SEQUENCE {
    pathPosition     DeltaReferencePosition,
    pathDeltaTime    PathDeltaTime OPTIONAL
}
```

ASN.1 Checker's avatar
ASN.1 Checker committed
### <a name="PathPointPredicted"></a>PathPointPredicted
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF  defines a predicted offset waypoint position within a path.
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
  an offset latitude with regards to a pre-defined 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
  an offset longitude with regards to a pre-defined reference position. 

ASN.1 Checker's avatar
ASN.1 Checker committed
* _horizontalPositionConfidence_ of type [**PosConfidenceEllipse**](#PosConfidenceEllipse)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the confidence value associated to the horizontal geographical position.
ASN.1 Checker's avatar
ASN.1 Checker committed
* _deltaAltitude_ of type [**DeltaAltitude**](#DeltaAltitude)  DEFAULT unavailable<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  an offset altitude with regards to a pre-defined reference position. 

ASN.1 Checker's avatar
ASN.1 Checker committed
* _altitudeConfidence_ of type [**AltitudeConfidence**](#AltitudeConfidence)  DEFAULT unavailable<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the confidence value associated to the altitude value of the geographical position.
ASN.1 Checker's avatar
ASN.1 Checker committed
* _pathDeltaTime_ of type [**DeltaTimeTenthOfSecond**](#DeltaTimeTenthOfSecond) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  The  travel time separated from the waypoint to the predefined 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:** _semantics updated in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
ASN.1 Checker's avatar
ASN.1 Checker committed
PathPointPredicted::= SEQUENCE {
  deltaLatitude                 DeltaLatitude,      
  deltaLongitude                DeltaLongitude, 
  horizontalPositionConfidence  PosConfidenceEllipse OPTIONAL,   
  deltaAltitude                 DeltaAltitude DEFAULT unavailable, 
  altitudeConfidence            AltitudeConfidence DEFAULT unavailable,
  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. 
   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>
ASN.1 Checker's avatar
ASN.1 Checker committed
  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>
ASN.1 Checker's avatar
ASN.1 Checker committed
  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 
ASN.1 Checker's avatar
ASN.1 Checker committed
   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>
* matchedPosition<br>
  optional map-matched position of an object.
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
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. 
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
* _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).
ASN.1 Checker's avatar
ASN.1 Checker committed
   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.


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
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
ASN.1 Checker's avatar
ASN.1 Checker committed
 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 
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
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.


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 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.

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
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.


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 (changed protectedZoneID to protectedZoneId)_
ASN.1 Checker's avatar
ASN.1 Checker committed
NOTE:&emsp;A protected communication zone may be defined around a CEN DSRC road side equipment.
ASN.1 Checker's avatar
ASN.1 Checker committed
>>>
```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.

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:** _V1.3.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```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>
ASN.1 Checker's avatar
ASN.1 Checker committed
  type of activation. 
ASN.1 Checker's avatar
ASN.1 Checker committed
* _ptActivationData_ of type [**PtActivationData**](#PtActivationData) <br>
* ptActicationData<br>
  data of activation. 
ASN.1 Checker's avatar
ASN.1 Checker committed
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 [[7]](#references). 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.

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
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. 
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
* _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
ASN.1 Checker's avatar
ASN.1 Checker committed
   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_
ASN.1 Checker's avatar
ASN.1 Checker committed
```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.


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
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 
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
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. 


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
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.


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
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.


ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** GeoReference information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _description updated in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
NOTE:&emsp;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
>>>
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.


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 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 
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
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 
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;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 
ASN.1 Checker's avatar
ASN.1 Checker committed
   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:&emsp;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
```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,
ASN.1 Checker's avatar
ASN.1 Checker committed
    timeToCollision          DeltaTimeTenthOfSecond OPTIONAL,
ASN.1 Checker's avatar
ASN.1 Checker committed
    ...
}
```

### <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 
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
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 
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
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_
ASN.1 Checker's avatar
ASN.1 Checker committed
```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_
ASN.1 Checker's avatar
ASN.1 Checker committed
```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
```