Skip to content

Commit 0a7e34a

Browse files
Merge pull request #19 from sine-fdn/GabrielaRubioDomingo-patch-5
Adding typeOfItems to shipment & making this optional
2 parents cbad8c8 + b15796d commit 0a7e34a

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

specs/index.bs

+13-6
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ The following hypothetical parties are involved:
320320

321321
## Data Transactions Executed ## {#example-txns}
322322

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.
324324

325325
Note: In this hypothetical example, when we refer to a party executing a transaction,
326326
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`
530530

531531
# Data Model # {#data-model}
532532

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+
533535
## ShipmentFootprint ## {#dt-sf}
534536

535537
<dfn element>ShipmentFootprint</dfn> is a data type that contains 1
@@ -563,17 +565,22 @@ A ShipmentFootprint has the following properties:
563565
<td><dfn>mass</dfn>
564566
<td>String
565567
<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
567569
<tr>
568570
<td><dfn>volume</dfn>
569571
<td>String
570572
<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=].
572574
<tr>
573-
<td><dfn>numberOfPieces</dfn>
575+
<td><dfn>numberOfItems</dfn>
574576
<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.
577584
<tr>
578585
<td><dfn>shipmentId</dfn>
579586
<td>String

0 commit comments

Comments
 (0)