Commit d9dacbb3 authored by ASN.1 Checker's avatar ASN.1 Checker
Browse files

Documentation update

parent a321efaa
Loading
Loading
Loading
Loading
Loading
+15 −18
Original line number Diff line number Diff line
@@ -129,15 +129,14 @@ This type represents the situation container.
* _eventZone_ of type [**EventZone**](ETSI-ITS-CDD.md#EventZone)  OPTIONAL<br>
  an optional list of EventPoint, using the position indicated in the component eventPosition of the Management container as the reference position for the first EventPoint.

* _eventEnd_ of type [**Position1d**](ETSI-ITS-CDD.md#Position1d)  OPTIONAL ]]<br>
  the end position of the event along the road that is affected by the event w.r.t. the component eventPosition of the Management container. 
   This end position is represented by the length of the event along the road. 
* _linkedDenms_ of type [**ActionIdList**](ETSI-ITS-CDD.md#ActionIdList)  OPTIONAL<br>
  the optional list of DF ActionId, pointing to DENMs that are semantically connected because applying to consecutive event zones at the same time.

   
       ...,
   [[  linkedDenms        ActionIdList OPTIONAL,
* linkedDenms<br>
  the optional list of DF ActionId, pointing to DENMs that are semantically connected because applying to consecutive event zones at the same time.
* _eventEnd_ of type [**Position1d**](ETSI-ITS-CDD.md#Position1d)  OPTIONAL <br>
  the end position of the event along the road that is affected by the event w.r.t. the component eventPosition of the Management container. 
   This end position is represented by the length of the event along the road. 

```asn1
SituationContainer ::= SEQUENCE {
@@ -170,12 +169,14 @@ This type represents the Location Container.
* _roadType_ of type [**RoadType**](ETSI-ITS-CDD.md#RoadType)  OPTIONAL<br>
  the optional road type information at the event position. 

* _occupiedLanes_ of type [**OccupiedLanesWithConfidence**](ETSI-ITS-CDD.md#OccupiedLanesWithConfidence)  OPTIONAL<br>
  the optional lane(s) that are fully or partially occupied by the event, at the position indicated by the component eventPosition of the Management container.
* _lanePositions_ of type [**GeneralizedLanePositions**](ETSI-ITS-CDD.md#GeneralizedLanePositions)  OPTIONAL<br>
  the optional lane(s) where the event is located, at the position indicated by the component eventPosition of the Management container.

   
       ...,
   [[	lanePositions                         GeneralizedLanePositions OPTIONAL,
* _occupiedLanes_ of type [**OccupiedLanesWithConfidence**](ETSI-ITS-CDD.md#OccupiedLanesWithConfidence)  OPTIONAL<br>
  the optional lane(s) that are fully or partially occupied by the event, at the position indicated by the component eventPosition of the Management container.

* _linkedIvims_ of type [**IvimReferences**](ETSI-ITS-CDD.md#IvimReferences)  OPTIONAL<br>
  the optional list of DF IvimReference, pointing to IVIMs that are semantically connected because providing information 
   applying to the road segment(s) covered by the components detectionZonesToEventPosition, detectionZonesToSpecifiedEventPoint and the SituationContainer component eventZone.
@@ -184,12 +185,9 @@ This type represents the Location Container.
* _detectionZonesToSpecifiedEventPoint_ of type [**TracesExtended**](ETSI-ITS-CDD.md#TracesExtended)  OPTIONAL<br>
  the optional detection zone information approaching towards a specified event point. 

* _predictedPaths_ of type [**PathPredictedList**](ETSI-ITS-CDD.md#PathPredictedList)  OPTIONAL ]]<br>
* _predictedPaths_ of type [**PathPredictedList**](ETSI-ITS-CDD.md#PathPredictedList)  OPTIONAL <br>
  the optional list of future paths or trajectories that the event may move along or zones that the event may occupy. 

* lanePositions<br>
  the optional lane(s) where the event is located, at the position indicated by the component eventPosition of the Management container.

* linkedMapem<br>
  the optional list of DF Mapreference, pointing to MAPEMs that are semantically connected because providing information 
   applying to the road segment(s) covered by the component detectionZonesToEventPosition, detectionZonesToSpecifiedEventPoint and the SituationContainer component eventZone.
@@ -425,14 +423,13 @@ This type represents the À La Carte Container.
* _stationaryVehicle_ of type [**StationaryVehicleContainer**](#StationaryVehicleContainer)  OPTIONAL<br>
  optional information about a stationary vehicle.

* _precrash_ of type [**PreCrashContainer**](#PreCrashContainer)  OPTIONAL ]]<br>
  the optional information about perceived objects that represent hazards and/or could be subject of collisions. 
* _roadConfiguration_ of type [**RoadConfigurationContainer**](#RoadConfigurationContainer)  OPTIONAL<br>
  optional information about the configuration of the road.

   
       ...,
   [[  roadConfiguration 	RoadConfigurationContainer OPTIONAL,
* roadConfiguration<br>
  optional information about the configuration of the road.
* _precrash_ of type [**PreCrashContainer**](#PreCrashContainer)  OPTIONAL <br>
  the optional information about perceived objects that represent hazards and/or could be subject of collisions. 

```asn1
AlacarteContainer ::= SEQUENCE {