Skip to content

Commit 2c4c8ea

Browse files
authored
Merge pull request #130 from sine-fdn/warnings
fix: bikeshed warnings
2 parents 70b778b + a8ede59 commit 2c4c8ea

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

specs/index.bs

+14-14
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ status tags are:
9090
::
9191
It is the shortest distance between two points by crow-line, including the curving of the earth. It is an approach used in air transport. [[!GLEC]] Framework.
9292

93-
: <dfn>Hub Activity</dfn>
93+
: Hub Activity
9494
:: The operations carried out at a hub, measured in the hub’s throughput. [[!GLEC]] Framework.
9595

96-
: Hub Operation Category (<dfn>HOC</dfn> )
96+
: Hub Operation Category (<dfn>HOC</dfn>)
9797
:: A Hub Operation Category is a grouping of hub operations sharing similar characteristics. [[!GLEC]] Framework.
9898

9999
: <dfn>Primary Data</dfn>
@@ -128,7 +128,7 @@ status tags are:
128128
: <dfn>Transport Distance</dfn>
129129
:: Refers to the distance covered from the consignor to the consignee during the transportation of the freight. [[!GLEC]] Framework. See also [[!ISO14083]] 3.1.27.
130130

131-
: Transport Operation Category (<dfn>TOC</dfn> )
131+
: Transport Operation Category (<dfn id='toc-dfn'>TOC</dfn>)
132132
:: A Transport Operation Category is a grouping of transport services sharing similar characteristics. [[!GLEC]] Framework.
133133

134134
: <dfn>Transport Operator</dfn>
@@ -163,14 +163,14 @@ status tags are:
163163
:: See [PACT Tech Specs](https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/#host-system) for the definition.
164164
Here, a host system additionally implements support for 1 or more data transactions ([[#txns]]).
165165

166-
: <dfn>Hub Operator</dfn>
166+
: Hub Operator
167167
:: A party that is offering hub services, including warehousing and transshipment center services.
168168

169169
: <dfn>PCF</dfn>
170170
::
171171
Product Carbon Footprint. See [PACT Tech Specs](https://wbcsd.github.io/tr/data-exchange-protocol/#dt-carbonfootprint) for further details
172172

173-
: <dfn>ShipmentFootprint</dfn>
173+
: ShipmentFootprint
174174
:: See [[#dt-sf]] for the definition.
175175

176176
: <dfn>Shipment id</dfn>
@@ -953,7 +953,7 @@ Note: The properties `tocId` and `hocId` are mutually exclusive, but one of them
953953
</figure>
954954

955955

956-
## Transport Operation Category ( <dfn element>TOC</dfn> ) ## {#dt-toc}
956+
## Transport Operation Category (<dfn element>TOC</dfn>) ## {#dt-toc}
957957

958958
The Data Type <{TOC}> contains transport operation category data.
959959

@@ -1643,9 +1643,9 @@ The following properties are defined for data type <dfn element>EnergyCarrier</d
16431643
</table>
16441644
</figure>
16451645

1646-
### Data Type <dfn>EnergyCarrierType</dfn> ### {#dt-energy-carrier-type}
1646+
### Data Type <dfn element>EnergyCarrierType</dfn> ### {#dt-energy-carrier-type}
16471647

1648-
Data type <dfn element>EnergyCarrierType</dfn> represents the substance used to generate mechanical
1648+
Data type `EnergyCarrierType` represents the substance used to generate mechanical
16491649
movement or heat and to generate chemical or physical processes as per the [[!GLEC]] Framework.
16501650

16511651
It MUST be encoded as a String using one of the following values:
@@ -1730,9 +1730,9 @@ The following properties are defined for data type <dfn element>Feedstock</dfn>:
17301730
</table>
17311731
</figure>
17321732

1733-
### Data Type <dfn>PackagingOrTrEqType</dfn> ### {#dt-packaging-or-tr-eq-type}
1733+
### Data Type <dfn element>PackagingOrTrEqType</dfn> ### {#dt-packaging-or-tr-eq-type}
17341734

1735-
Data type <dfn element>PackagingOrTrEqType</dfn> represents the category of relevant packaging or transport equipment
1735+
Data type `PackagingOrTrEqType` represents the category of relevant packaging or transport equipment
17361736
units utilized for the transport of the consignment by the [=Transport Operator=] or [=Transport
17371737
Service Organizer=].
17381738

@@ -1927,20 +1927,20 @@ Note: The extensions of one `ProductFootprint` CANNOT contain more than one iLEA
19271927
<th>Source
19281928
<tbody>
19291929
<tr>
1930-
<td><dfn>validityPeriodStart</dfn> : [DateTime](https://wbcsd.github.io/tr/data-exchange-protocol/#datetime)
1930+
<td>`validityPeriodStart` : [DateTime](https://wbcsd.github.io/tr/data-exchange-protocol/#datetime)
19311931
<td>String
19321932
<td>O
19331933
<td>Determines the start of the validity period, ie., the time interval during which the ProductFootprint is declared as valid for use by a receiving data recipient.
19341934
<td>[ProductFootprint/validityPeriodStart](https://wbcsd.github.io/tr/data-exchange-protocol/#element-attrdef-productfootprint-validityperiodstart)
19351935

19361936
<tr>
1937-
<td><dfn>validityPeriodEnd</dfn> : [DateTime](https://wbcsd.github.io/tr/data-exchange-protocol/#datetime)
1937+
<td>`validityPeriodEnd`</dfn> : [DateTime](https://wbcsd.github.io/tr/data-exchange-protocol/#datetime)
19381938
<td>String
19391939
<td>O
19401940
<td>Determines the end (excluding) of the validity period, ie., the time interval during which the ProductFootprint is declared as valid for use by a receiving data recipient.
19411941
<td>[ProductFootprint/validityPeriodEnd](https://wbcsd.github.io/tr/data-exchange-protocol/#element-attrdef-productfootprint-validityperiodend)
19421942
<tr>
1943-
<td><dfn>assurance</dfn> : [Assurance](https://wbcsd.github.io/tr/data-exchange-protocol/#dt-assurance)
1943+
<td>`assurance` : [Assurance](https://wbcsd.github.io/tr/data-exchange-protocol/#dt-assurance)
19441944
<td>Object
19451945
<td>O
19461946
<td>If present, the Assurance information in accordance with the [[!PACT-FRAMEWORK]].
@@ -2934,7 +2934,7 @@ Issue: TBD
29342934

29352935
Issue: TBD
29362936

2937-
### Test Case 008: Attempt TransportActivityData with Expired Token ### {#test-case-007}
2937+
### Test Case 008: Attempt TransportActivityData with Expired Token ### {#test-case-008}
29382938

29392939
Issue: TBD
29402940

0 commit comments

Comments
 (0)