Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ovs/v3/OVS_v3.0.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ components:
description: |
The unique reference for a **TransportCall**. It's the vessel operator's responsibility to provide the `transportCallReference`, other parties are obliged to pick it up and use it. It can take the form of Port Call References as defined in OVS Definitions Document, or alternatively a reference as defined by the vessel operator.

For a **TransportCall** where `location.locationType` is `WWAY`, the reference identifies the scheduled call at the waterway location represented by that **TransportCall**. When `waterwaySMDGEntryPointCode` is provided, it includes that specific waterway point.
For a **TransportCall** where `location.locationType` is `WWAY`, the reference identifies the scheduled call at the waterway location represented by that **TransportCall**. When `waterwaySMDGEntryPointCode` is provided, the reference identifies the scheduled call at that specific waterway point.

It does not identify the complete passage through the waterway.
example: SR11111X-9321483-2107W-NLAMS-ACT-1-1
Expand Down Expand Up @@ -740,7 +740,7 @@ components:

The code is not unique by itself and must be interpreted together with `UNLocationCode`.

This property is optional. When omitted, the location identifies the waterway but not a specific waterway point. When provided, it **MUST** contain a valid code published in the [SMDG Waterway Code List](https://smdg.org/documents/smdg-code-lists/smdg-waterway-code-list/).
This property is optional. When omitted, the location identifies the waterway but not a specific waterway point. When provided, it **MUST** be a valid [SMDG waterway entry-point code](https://smdg.org/documents/smdg-code-lists/smdg-waterway-code-list/) for the supplied UNLocationCode.
example: ATL
required:
- locationType
Expand Down
Loading