Skip to content

Commit a01cc5c

Browse files
Update index.bs
1 parent eec662c commit a01cc5c

File tree

1 file changed

+63
-1
lines changed

1 file changed

+63
-1
lines changed

specs/index.bs

+63-1
Original file line numberDiff line numberDiff line change
@@ -1001,9 +1001,71 @@ The Data Type <{HOC}> contains [=HOC=] data. It is referenced in a [=Transport C
10011001
<td>The id of the <{HOC}>
10021002
<tr>
10031003
<td><dfn>hubType</dfn>
1004+
<td>{{HubType}}
1005+
<td>M
1006+
<td>Type of Hub
1007+
<tr>
1008+
<td><dfn>temperatureControl</dfn>
1009+
<td>String
1010+
<td>O
1011+
<td>
1012+
Status of freight being non-ambient.
1013+
1014+
If defined, the value of this property MUST be set to one of the following values:
1015+
- `ambient`: for non-temperature controlled freight
1016+
- `refrigerated`: for refrigerated freight
1017+
<tr>
1018+
<td><dfn>hubLocation</dfn>
1019+
<td><{Location}>
1020+
<td>O
1021+
<td>The address of the hub.
1022+
<tr>
1023+
<td><dfn>hasSustainabilityCertificate</dfn>
1024+
<td>Boolean
1025+
<td>O
1026+
<td>Indicates if the hub has a sustainability certificate. NOTE: Check if this remains. NOT an ISO/GLEC requirement.
1027+
<tr>
1028+
<td><dfn>inboundTransportMode</dfn>: {{TransportMode}}
1029+
<td>{{TransportMode}}
1030+
<td>O
1031+
<td>Indicates the transport mode upstream the hub.
1032+
<tr>
1033+
<td><dfn>outboundTransportMode</dfn>: {{TransportMode}}
1034+
<td>{{TransportMode}}
1035+
<td>O
1036+
<td>Indicates the transport mode downstream the hub.
1037+
<tr>
1038+
<td><dfn>natureFreightHandled</dfn>: {{TransportMode}}
1039+
<td>String
1040+
<td>O
1041+
<td>Indicates the nature of freight handled (e.g. palletized, containerized, piece good).
1042+
<tr>
1043+
<td><dfn>co2eIntensityWTW</dfn> : [=Decimal=]
10041044
<td>String
10051045
<td>M
1006-
<td>The id of the <{HOC}>
1046+
<td>
1047+
The Coefficient relating specified transport activity with GHG emissions with unit `kgCO2e` per <{HOC/co2eIntensityWTWThroughput}> as defined in the [[!GLEC]] Framework
1048+
1049+
<tr>
1050+
<td><dfn>co2eIntensityWTWThroughput</dfn>
1051+
<td>String
1052+
<td>M
1053+
<td>
1054+
Indicates the freight transport activity unit at the denominator of the <{HOC/co2eIntensityWTW}>. At the HOC level, preferred throughputs are tonnes leaving the hub, or TEU leaving the hub for sea and inland waterways. Alternative units (e.g. number of items, etc.) are possible but not recommended.
1055+
<tr>
1056+
<td><dfn>energyCarrier1</dfn>
1057+
<td>String
1058+
<td>M
1059+
<td>
1060+
Any substance that can be used to generate mechanical movement or heat and to generate chemical or physical processes. [[!GLEC]] Framework. For example: Diesel, HVO, petrol, CNG, LNG, LPG, HFO, MGO, Aviation fuel, Hydrogen, Methanol, Electric, etc.
1061+
<tr>
1062+
<td><dfn>energyCarrierN</dfn>
1063+
<td>String
1064+
<td>M
1065+
<td>
1066+
Any substance that can be used to generate mechanical movement or heat and to generate chemical or physical processes. [[!GLEC]] Framework. For example: Diesel, HVO, petrol, CNG, LNG, LPG, HFO, MGO, Aviation fuel, Hydrogen, Methanol, Electric, etc.
1067+
1068+
10071069
</table>
10081070
<figcaption>Properties of data type `HOC`</figcaption>
10091071
</figure>

0 commit comments

Comments
 (0)