Skip to content

Commit d7297e3

Browse files
authored
Merge pull request #26 from sine-fdn/updates
chore: update properties and example
2 parents 63aaa95 + bf66171 commit d7297e3

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

specs/index.bs

+17-12
Original file line numberDiff line numberDiff line change
@@ -1149,6 +1149,9 @@ Properties of data type <{TAD}>:
11491149

11501150
Issue: this needs to be discussed with SFC and especially also Tool providers:
11511151

1152+
Note: At least one of the properties `energyCarrier` or `feedstocks` MUST be defined. If possible,
1153+
both SHOULD be defined.
1154+
11521155
<figure id="tad-properties-table" dfn-type="element-attr" dfn-for="TAD">
11531156
<table class="data">
11541157
<thead>
@@ -1163,11 +1166,6 @@ Issue: this needs to be discussed with SFC and especially also Tool providers:
11631166
<td>String
11641167
<td>M
11651168
<td>The non-empty unique ID of this activity relative to the [=host system=].
1166-
<tr>
1167-
<td><dfn>shipmentId</dfn>
1168-
<td>String
1169-
<td>M
1170-
<td>The [=shipment id=] of the shipment related to this <{TCE}>
11711169
<tr>
11721170
<td><dfn>consignmentId</dfn>
11731171
<td>String
@@ -1213,14 +1211,14 @@ Issue: this needs to be discussed with SFC and especially also Tool providers:
12131211
<tr>
12141212
<td><dfn>departureAt</dfn>
12151213
<td>String
1216-
<td>O
1214+
<td>M
12171215
<td>
12181216
Timestamp of departure. The value MUST be a date and time string conforming to ISO 8601 with timezone UTC.
12191217
NOTE: the original data model defined this as the "date of loading"
12201218
<tr>
12211219
<td><dfn>arrivalAt</dfn>
12221220
<td>String
1223-
<td>O
1221+
<td>M
12241222
<td>Timestamp of arrival. The value MUST be a date and time string conforming to ISO 8601 with timezone UTC.
12251223
<tr>
12261224
<td><dfn>mode</dfn>
@@ -1240,14 +1238,20 @@ Issue: this needs to be discussed with SFC and especially also Tool providers:
12401238
<tr>
12411239
<td><dfn>energyCarrier</dfn>
12421240
<td>String
1243-
<td>M
1244-
<td>The substance used to generate mechanical movement or heat and to generate chemical or
1245-
physical processes as per the [[!GLEC]] Framework. For example: Diesel, HVO, petrol, CNG, LNG, LPG, HFO, MGO, Aviation fuel, Hydrogen, Methanol, Electric, etc.
1241+
<td>O
1242+
<td>
1243+
The substance used to generate mechanical movement or heat and to generate chemical or
1244+
physical processes as per the [[!GLEC]] Framework. For example: Diesel, HVO, petrol, CNG, LNG, LPG, HFO, MGO, Aviation fuel, Hydrogen, Methanol, Electric, etc.
1245+
1246+
If <{TAD/energyCarrier}> is not defined, then <{TAD/feedstocks}> MUST be defined. If possible, both SHOULD be defined.
12461247
<tr>
12471248
<td><dfn>feedstocks</dfn>
12481249
<td><{Feedstock}>[]
12491250
<td>O
1250-
<td>If defined, theon-empty array of [=Feedstocks=] of the energy carrier. The sum total of the feedstock percentages MUST be smaller than or equal to 1.
1251+
<td>
1252+
If defined, the non-empty array of [=Feedstocks=] of the energy carrier. The sum total of the feedstock percentages MUST be smaller than or equal to 1.
1253+
1254+
If <{TAD/feedstocks}> is not defined, then <{TAD/energyCarrier}> MUST be defined. If possible, both SHOULD be defined.
12511255
</table>
12521256
<figcaption><{TAD}> properties</figcaption>
12531257
</figure>
@@ -1848,7 +1852,8 @@ A Product Footprint with a <{ShipmentFootprint}> highlighted:
18481852
"fossilGhgEmissions": "3.6801",
18491853
"fossilCarbonContent": "0.0",
18501854
"biogenicCarbonContent": "0.0",
1851-
"characterizationFactors": "AR5",
1855+
"characterizationFactors": "AR6",
1856+
"ipccCharacterizationFactors": ["AR6"],
18521857
"crossSectoralStandardsUsed": [ "GHG Protocol Product standard" ],
18531858
"productOrSectorSpecificRules": [],
18541859
"boundaryProcessesDescription": "SFC GLEC Framework-conforming (W2W CO2e emissions)",

0 commit comments

Comments
 (0)