* @field pointOfEventZone: the ordinal number of the point within the DF EventZone, i.e. within the list of EventPoints.
*
* @field path: the associated path towards the point specified in pointOfEventZone.
* The first PathPoint presents an offset delta position with regards to the position of that pointOfEventZone.
* The first PathPoint presents an offset delta position and optionally an offset travel time with regards to the position of that pointOfEventZone.
*
* @category: GeoReference information
* @revision: Created in V2.2.1
@@ -6531,7 +6531,7 @@ PathExtended::= SEQUENCE {
* This DF represents a path history with a set of path points.
* It shall contain up to `40` @ref PathPoint.
*
* The first PathPoint presents an offset delta position with regards to an external reference position.
* The first PathPoint presents an offset delta position and optionally an offset travel time with regards to an external reference position.
* Each other PathPoint presents an offset delta position and optionally an offset travel time with regards to the previous PathPoint.
*
* @note: this DF is kept for backwards compatibility reasons only. It is recommended to use @ref Path instead.
@@ -6544,8 +6544,8 @@ PathHistory::= SEQUENCE (SIZE(0..40)) OF PathPoint
* This DF represents a predicted path or trajectory with a set of predicted points and optional information to generate a shape which is estimated to contain the real path.
* It shall contain up to `16` @ref PathPointPredicted.
*
* The first PathPoint presents an offset delta position with regards to an external reference position.
* Each other PathPoint presents an offset delta position and optionally an offset travel time with regards to the previous PathPoint.
* The first PathPoint presents an offset delta position and other optional information with regards to an external reference position.
* Each other PathPoint presents an offset delta position and other optional information with regards to the previous PathPointPredicted.
*
* @category: GeoReference information
* @revision: created in V2.1.1 , size constraint changed to SIZE(1..16, ...) in V2.2.1, size extended in V2.3.1
@@ -6589,7 +6589,7 @@ PathPredictedList ::= SEQUENCE SIZE(1..16,...) OF PathPredicted2
*
* @field pathPosition: The waypoint position defined as an offset position with regards to a pre-defined reference position.
*
* @field pathDeltaTime: The optional travel time separated from a waypoint to the predefined reference position.
* @field pathDeltaTime: The optional travel time separated from the waypoint to the predefined reference position.