You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1163,11 +1166,6 @@ Issue: this needs to be discussed with SFC and especially also Tool providers:
1163
1166
<td>String
1164
1167
<td>M
1165
1168
<td>The non-empty unique ID of this activity relative to the [=host system=].
1166
-
<tr>
1167
-
<td><dfn>shipmentId</dfn>
1168
-
<td>String
1169
-
<td>M
1170
-
<td>The [=shipment id=] of the shipment related to this <{TCE}>
1171
1169
<tr>
1172
1170
<td><dfn>consignmentId</dfn>
1173
1171
<td>String
@@ -1213,14 +1211,14 @@ Issue: this needs to be discussed with SFC and especially also Tool providers:
1213
1211
<tr>
1214
1212
<td><dfn>departureAt</dfn>
1215
1213
<td>String
1216
-
<td>O
1214
+
<td>M
1217
1215
<td>
1218
1216
Timestamp of departure. The value MUST be a date and time string conforming to ISO 8601 with timezone UTC.
1219
1217
NOTE: the original data model defined this as the "date of loading"
1220
1218
<tr>
1221
1219
<td><dfn>arrivalAt</dfn>
1222
1220
<td>String
1223
-
<td>O
1221
+
<td>M
1224
1222
<td>Timestamp of arrival. The value MUST be a date and time string conforming to ISO 8601 with timezone UTC.
1225
1223
<tr>
1226
1224
<td><dfn>mode</dfn>
@@ -1240,14 +1238,20 @@ Issue: this needs to be discussed with SFC and especially also Tool providers:
1240
1238
<tr>
1241
1239
<td><dfn>energyCarrier</dfn>
1242
1240
<td>String
1243
-
<td>M
1244
-
<td>The substance used to generate mechanical movement or heat and to generate chemical or
1245
-
physical processes as per the [[!GLEC]] Framework. For example: Diesel, HVO, petrol, CNG, LNG, LPG, HFO, MGO, Aviation fuel, Hydrogen, Methanol, Electric, etc.
1241
+
<td>O
1242
+
<td>
1243
+
The substance used to generate mechanical movement or heat and to generate chemical or
1244
+
physical processes as per the [[!GLEC]] Framework. For example: Diesel, HVO, petrol, CNG, LNG, LPG, HFO, MGO, Aviation fuel, Hydrogen, Methanol, Electric, etc.
1245
+
1246
+
If <{TAD/energyCarrier}> is not defined, then <{TAD/feedstocks}> MUST be defined. If possible, both SHOULD be defined.
1246
1247
<tr>
1247
1248
<td><dfn>feedstocks</dfn>
1248
1249
<td><{Feedstock}>[]
1249
1250
<td>O
1250
-
<td>If defined, theon-empty array of [=Feedstocks=] of the energy carrier. The sum total of the feedstock percentages MUST be smaller than or equal to 1.
1251
+
<td>
1252
+
If defined, the non-empty array of [=Feedstocks=] of the energy carrier. The sum total of the feedstock percentages MUST be smaller than or equal to 1.
1253
+
1254
+
If <{TAD/feedstocks}> is not defined, then <{TAD/energyCarrier}> MUST be defined. If possible, both SHOULD be defined.
1251
1255
</table>
1252
1256
<figcaption><{TAD}> properties</figcaption>
1253
1257
</figure>
@@ -1848,7 +1852,8 @@ A Product Footprint with a <{ShipmentFootprint}> highlighted:
0 commit comments