Skip to content

Commit 30260ef

Browse files
feat: add diagram and reference to data model extensions' spec
1 parent 72c5347 commit 30260ef

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

specs/diagrams/transactions.png

151 KB
Loading

specs/index.bs

+10-5
Original file line numberDiff line numberDiff line change
@@ -208,15 +208,20 @@ Note: This business case is currently out of scope. It might be supported in the
208208

209209
# Data Transactions # {#txns}
210210

211-
Issue: create and add transactions diagram to this section
212-
213211
A <dfn>data transaction</dfn> is an abstraction for the exchange of data between two parties, serving 1 or more business cases ([[#business-cases]]).
214212

215213
It serves the purpose of enabling interoperability between different parties by explaining the context and their intention(s).
216214

217-
Each transaction combines the iLEAP data model (([[#data-model]])) with the Pathfinder
215+
Each transaction combines the iLEAP data model ([[#data-model]]) with the Pathfinder
218216
Data Exchange Protocol ([[#pcf-mapping]]) to enable interoperability between [=host systems=].
219217

218+
The following diagram shows how the three data transactions (defined below) are related:
219+
220+
<figure>
221+
<img src="diagrams/transactions.png" width="30%" >
222+
<figcaption>Transactions diagram</figcaption>
223+
</figure>
224+
220225
Note: A [=Tool Provider=] can also mediate and adopt different roles on behalf of the [=Transport Service User=], [=Transport Service Organizer=] or [=Transport Operator=], as defined in the Data transactions below, as they mediate in data collection, calculation and reporting activities.
221226

222227
## Data Transaction 1: TCE Data Exchange ## {#txn1}
@@ -1215,8 +1220,8 @@ At least one of the following properties of data type <dfn element>GLECDistance<
12151220
<td><dfn>actual</dfn> : [=Decimal=]
12161221
<td>String
12171222
<td>O
1218-
<td>The Distance between the origin and the destination of a consignment of
1219-
freight or a vehicle, along a specified route (or from telematics). As defined in the [[!GLEC]] Framework
1223+
<td>The distance between the origin and the destination of a consignment of
1224+
freight or a vehicle, along a specified route (or from telematics), as defined in the [[!GLEC]] Framework
12201225
<tr>
12211226
<td><dfn>gcd</dfn> : [=Decimal=]
12221227
<td>String

0 commit comments

Comments
 (0)