Skip to content

Commit e50acc4

Browse files
Update index.bs
1 parent a7cec94 commit e50acc4

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

specs/index.bs

+8-6
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ The following hypothetical parties are involved:
295295
as well as Transaction 2 ([[#txn2]]).
296296

297297
Through this, the operator is able to eventually calculate <{TCE|TCEs}> and <{TOC|TOCs}>, so that
298-
they can make provide data to transport service user `S`.
298+
they can provide data to Transport Service User `S`.
299299

300300

301301
: Transport Operator `A`
@@ -305,7 +305,7 @@ The following hypothetical parties are involved:
305305
This Operator has a [=host system=] which is capable of calculating <{TCE|TCEs}> and <{TOC|TOCs}> data.
306306

307307
Through this, the operator can make [=Transport Chain Element=]-level data available to the
308-
organizer `Z` which `Z` can fetch using Transaction 1 ([[#txn1]]).
308+
Transport Service Organizer `Z`, which `Z` can fetch using Transaction 1 ([[#txn1]]).
309309

310310
: Transport Operator `B`
311311
::
@@ -335,14 +335,14 @@ For this, the Transport Service Organizer `Z` performs the following data transa
335335
1. As Transport Operator `B` does not support [[#txn1]], `Z` performs [[#txn3]] with
336336
Transport Operator `B` to collect the <{TAD}> for the second leg of the shipment.
337337
1. `Z` then calculates the <{TCE|TCEs}> for the 2nd leg of the shipment based on
338-
the <{TAD}> data and e.g. modelled or secondary emission database(s).
338+
the <{TAD}> data and modelled or default factors.
339339

340340
### Data Collection by Transport Service User `S` ### {#example-s}
341341

342342
After Transport Service Organizer `Z` has performed its data collection, the Transport Service User `S`
343343
can calculate the logistics emissions of the shipment by
344344

345-
1. collecting the <{TCE|TCEs}> from `S` using the [=shipment id=] and [[#txn1]], storing the resulting <{TCE|TCEs}> in e.g. its database.
345+
1. collecting the <{TCE|TCEs}> from `Z` using the [=shipment id=] and [[#txn1]], storing the resulting <{TCE|TCEs}> in e.g. its database.
346346
1. `S` can further verify the <{TCE|TCEs}> by collecting the <{TOC|TOCs}> from `Z` using [[#txn2]]
347347
1. To compute the logistics emissions, `Z` can form the [=TC=] from the collected <{TCE|TCEs}> by taking the <{TCE|TCEs}> of step 1 and
348348
by calculating the logistics emissions for this shipment by following the [[!GLEC]] Framework and [[!ISO14083]].
@@ -433,7 +433,7 @@ The highlighted lines show the data exchanged according to the <{ShipmentFootpri
433433

434434
### Data Collection by Transport Service User `S` ### {#example-http-s}
435435

436-
To collect the TCEs related to the shipment and organizer `Z`, `S` performs the following HTTP call which yields 2 TCEs.
436+
To collect the TCEs data related to the shipment from Transport Organizer `Z`, `S` performs the following HTTP call which yields 2 TCEs.
437437

438438
Note: The call to `/footprints` can return several footprints, 1 for each shipment.
439439
By filtering, e.g. by the shipment id, `Z` can retrieve the <{TCE|TCEs}>
@@ -536,9 +536,11 @@ or more [=Transport Chain Elements=] (encoded as <{TCE|TCEs}>)
536536
for a single [=shipment=] and from a single entity (a [=Transport Operator=] or a [=Transport Service Organizer=]).
537537

538538
By collecting 1 or more ShipmentFootprint for a shipment from [=Transport Operators=] and [=Transport Service Organizer=],
539-
[=Transport Service User=] can construct Transport Chains ([=TCs=]), and thereby calculate
539+
a [=Transport Service User=] can construct Transport Chains ([=TCs=]), and thereby calculate
540540
logistics emissions.
541541

542+
ISSUE: The way the above paragraphs are defined might lead to confusion.
543+
542544
To calculate a ShipmentFootprint, the [=Transport Operator=] or [=Transport Service Organizer=] MUST
543545

544546
- first calculate <{TCE|TCEs}> for a single shipment in accordance with [[#dt-tce]],

0 commit comments

Comments
 (0)