Skip to content

Commit e5028b1

Browse files
Merge pull request #66 from sine-fdn/tad/consignmentid
feat: update TAD/consignmentIds and add changelog entry
2 parents 355b61f + ae3573c commit e5028b1

File tree

1 file changed

+27
-20
lines changed

1 file changed

+27
-20
lines changed

specs/index.bs

+27-20
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ framework for delineating subsequent [[#txns|data transactions]] and the [[#data
179179

180180
## Quantification of (Avoided) Emissions ## {#business-case-1}
181181

182-
A [=Transport Service User=] requests its [=Transport Service Organizers=] or [=Transport Operators=] to provide it with the GHG emissions of [=Shipments=].
182+
A [=Transport Service User=] requests its [=Transport Service Organizers=] or [=Transport Operators=] to provide it with the GHG emissions of [=Shipments=].
183183
The transport service user is particularly interested in having access to accurate emission and emission intensity values based on the measurement of actual data ("primary data").
184184

185185
Accurate logistics emissions values also enable the Transport Service User to compare logistics emissions and the resulting reductions from operational measures.
@@ -192,7 +192,7 @@ Data Transactions #1 ([[#txn1]]) and #2 ([[#txn2]]) enable this business case.
192192
A [=Transport Service Organizer=] requests their [=Transport Operators=] to share GHG emission intensity information at the [=TOC=] or [=HOC=] level.
193193
Similarly, a [=Transport Service User=] requests intensity information from their [=Transport Service Organizers=] and [=Transport Operators=].
194194

195-
By incorporating emission intensities in procurement processes, the parties are enabled to select services by carbon-efficiency advantages.
195+
By incorporating emission intensities in procurement processes, the parties are enabled to select services by carbon-efficiency advantages.
196196

197197
Data Transaction #2 [[#txn2]] enable this business case.
198198

@@ -207,7 +207,7 @@ After collecting Transport Activity Data, the Party can then contract a third pa
207207

208208
This business case is particularly relevant for SMEs to reduce the barrier to entry for logistics emissions reporting.
209209

210-
The way this business case is realized through iLEAP, generally simplifies data collection efforts for the parties involved.
210+
The way this business case is realized through iLEAP, generally simplifies data collection efforts for the parties involved.
211211
For instance, each party needs to collect the activity data only once. Afterwards, the Party can make the activity data available to multiple parties (see [[#txn3]]) or for different purposes, including business cases beyond emissions calculations.
212212

213213
Data Transaction #3 ([[#txn3]]) enables this business case.
@@ -1162,36 +1162,36 @@ The Data Type <{HOC}> has the following properties:
11621162

11631163
## Transport Activity Data (<dfn element>TAD</dfn>) ## {#dt-tad}
11641164

1165-
The <dfn>Transport Activity Data </dfn> (<{TAD}>) data type contains activity
1165+
The <dfn>Transport Activity Data </dfn> (<{TAD}>) data type contains activity
11661166
data, referring to a single consignment, leg, and mode of transport, or to a
1167-
single transshipment within a hub.
1167+
single transshipment within a hub.
11681168

11691169
Each TAD CAN contain values for attributes which are categorial to the
11701170
operations of a fleet or hub (such as load factor or mix of feedstock(s)).
11711171
In this case, the values CAN be calculated from the actual data of more
1172-
than one consignment (“representative” or “average data”).
1172+
than one consignment (“representative” or “average data”).
11731173

11741174
<div class=example>
1175-
Instead of exchanging the load factor for a single assignment,
1176-
the load factor can be calculated from a multitude of consignments
1177-
following the principles of TOC calculation.
1175+
Instead of exchanging the load factor for a single assignment,
1176+
the load factor can be calculated from a multitude of consignments
1177+
following the principles of TOC calculation.
11781178
</div>
11791179

1180-
The TAD data type is designed for entities
1181-
([=Transport Operators=] or [=Transport Service Organizers=]) that lack
1182-
the capabilities to perform carbon emission calculations
1183-
(see [[#business-case-3|Business Case 3]]) or are
1180+
The TAD data type is designed for entities
1181+
([=Transport Operators=] or [=Transport Service Organizers=]) that lack
1182+
the capabilities to perform carbon emission calculations
1183+
(see [[#business-case-3|Business Case 3]]) or are
11841184
contractually obliged to exchange activity data with another party.
11851185

1186-
It can also be used by the service providers (Transport Operator or
1187-
Transport Service Organizer) to provide additional transparency
1188-
to their business partners where relevant.
1186+
It can also be used by the service providers (Transport Operator or
1187+
Transport Service Organizer) to provide additional transparency
1188+
to their business partners where relevant.
11891189

11901190
### Data Attributes ### {#tad-attributes}
11911191

11921192
Below table lists the properties defined for the <{TAD}> data type.
11931193

1194-
When exchanging it through the Action TransportActivityData, it MUST be
1194+
When exchanging it through the Action TransportActivityData, it MUST be
11951195
encoded as a JSON object. See [[#action-tad]] for details.
11961196

11971197
<figure id="tad-properties-table" dfn-type="element-attr" dfn-for="TAD">
@@ -1209,10 +1209,10 @@ encoded as a JSON object. See [[#action-tad]] for details.
12091209
<td>M
12101210
<td>The non-empty unique ID of this activity relative to the [=host system=].
12111211
<tr>
1212-
<td><dfn>consignmentId</dfn>
1213-
<td>String
1212+
<td><dfn>consignmentIds</dfn>
1213+
<td>String[]
12141214
<td>M
1215-
<td>The non-empty unique ID of the consignment related to the activity.
1215+
<td>The non-empty array of unique IDs of the consignments related to the activity.
12161216
<tr>
12171217
<td><dfn>distance</dfn>
12181218
<td><{GLECDistance}>
@@ -2033,6 +2033,13 @@ Note: Section [[#appendix-b-toc-example]] contains an example.
20332033

20342034
# Appendix A: Changelog # {#changelog}
20352035

2036+
## Version 0.2.1-20240529 (2024-05-29) ## {#version-20240529}
2037+
2038+
- reorganized and reworded chapter [[#business-cases]]
2039+
- updated introduction to the [[#dt-tad]] chapter
2040+
- replaced property `consignmentId` in <{TAD}> by an array of strings <{TAD/consignmentIds}>
2041+
achieving coherence with introductory text
2042+
20362043
## Version 0.2.1-20240528 (2024-05-28) ## {#version-20240528}
20372044

20382045
- rewording of chapter [[#business-cases]] and splitting of the business cases into individual subchapters

0 commit comments

Comments
 (0)