Skip to content

Commit eec662c

Browse files
Update index.bs
1 parent 772965e commit eec662c

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

specs/index.bs

+30-1
Original file line numberDiff line numberDiff line change
@@ -999,6 +999,11 @@ The Data Type <{HOC}> contains [=HOC=] data. It is referenced in a [=Transport C
999999
<td>String
10001000
<td>M
10011001
<td>The id of the <{HOC}>
1002+
<tr>
1003+
<td><dfn>hubType</dfn>
1004+
<td>String
1005+
<td>M
1006+
<td>The id of the <{HOC}>
10021007
</table>
10031008
<figcaption>Properties of data type `HOC`</figcaption>
10041009
</figure>
@@ -1273,10 +1278,34 @@ It MUST be encoded as a String using one of the following values:
12731278
:: for transport mode `inland waterway`
12741279

12751280
: <dfn>Hub</dfn>
1276-
:: for hub operations
1281+
:: for hub operations ISSUE: Hub operations should maybe be excluded from here, as these transport modes are defined for TOC, and HOC is defined separately
12771282

12781283
</dl>
12791284

1285+
### Data Type <dfn enum>HubType</dfn> ### {#dt-transport-mode}
1286+
1287+
The Data Type {{HubType}} is an enumeration of the main hub types as defined in the [[!GLEC]] Framework.
1288+
1289+
It MUST be encoded as a String using one of the following values:
1290+
1291+
<dl dfn-type="enum-value" dfn-for="HubType">
1292+
1293+
: <dfn>Transshipment</dfn>
1294+
:: for transport mode `road`
1295+
1296+
: <dfn>StorageAndTransshipment</dfn>
1297+
:: for transport mode `rail`
1298+
1299+
: <dfn>Warehouse</dfn>
1300+
:: for transport mode `air`
1301+
1302+
: <dfn>LiquidBulkTerminal</dfn>
1303+
:: for transport mode `sea`
1304+
1305+
: <dfn>MaritimeContainerTerminal</dfn>
1306+
:: for transport mode `inland waterway`
1307+
1308+
</dl>
12801309

12811310
### Data Type <dfn>Decimal</dfn> ### {#dt-decimal}
12821311

0 commit comments

Comments
 (0)