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
Copy file name to clipboardexpand all lines: specs/index.bs
+13-6
Original file line number
Diff line number
Diff line change
@@ -320,7 +320,7 @@ The following hypothetical parties are involved:
320
320
321
321
## Data Transactions Executed ## {#example-txns}
322
322
323
-
Note: In our hypothetical example, we are omitting any hub Operations for now
323
+
Note: In this hypothetical example, hub operations are currently ommitted.
324
324
325
325
Note: In this hypothetical example, when we refer to a party executing a transaction,
326
326
we implicitly refer to their [=host systems=] which execute
@@ -530,6 +530,8 @@ The highlighted lines show 2 TCEs which `Z` has collected and calculated for `S`
530
530
531
531
# Data Model # {#data-model}
532
532
533
+
ISSUE: Add a brief Intro to the data model? Potentially with brief diagram or explanation on how shipment, TCE, TOC etc. relate to each other?
534
+
533
535
## ShipmentFootprint ## {#dt-sf}
534
536
535
537
<dfn element>ShipmentFootprint</dfn> is a data type that contains 1
@@ -563,17 +565,22 @@ A ShipmentFootprint has the following properties:
563
565
<td><dfn>mass</dfn>
564
566
<td>String
565
567
<td>M
566
-
<td>The mass of the good (SI Unit `kilograms`) and the packaging provided for transport by the Transport Service user, excluding any additional packaging or handling equipment used by the Transport Operator or Transport Service Organiser
568
+
<td>The mass of the good (SI Unit `kilograms`) and the packaging provided for transport by the [=Transport Service User=], excluding any additional packaging or handling equipment used by the Transport Operator or Transport Service Organiser
567
569
<tr>
568
570
<td><dfn>volume</dfn>
569
571
<td>String
570
572
<td>O
571
-
<td>The volume of the freight (SI Unit `cubic metre (CBM)`) and the packaging provided for transport by the Transport Service user. ISSUE: To discuss if additional packaging and/or handling equipment should be included
573
+
<td>The volume of the freight (SI Unit `cubic metre (CBM)`) and any packaging provided by the [=Transport Service User=].
572
574
<tr>
573
-
<td><dfn>numberOfPieces</dfn>
575
+
<td><dfn>numberOfItems</dfn>
574
576
<td>String
575
-
<td>M
576
-
<td>The number of units the shipment is composed of. For example, ISSUE: Add example
577
+
<td>O
578
+
<td>The number of units the shipment, including the goods transported and any packaging provided by the [=Transport Service User=], is composed of.
579
+
<tr>
580
+
<td><dfn>typeOfItems</dfn>
581
+
<td>String
582
+
<td>O
583
+
<td>The type of units the shipment, including the goods transported and any packaging provided by the [=Transport Service User=], is composed of. For example, boxes, pallets, bottles, etc.
0 commit comments