Skip to content

Commit

Permalink
Merge pull request #130 from sine-fdn/warnings
Browse files Browse the repository at this point in the history
fix: bikeshed warnings
  • Loading branch information
zeitgeist authored Dec 17, 2024
2 parents 70b778b + a8ede59 commit 2c4c8ea
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions specs/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ status tags are:
::
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.

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

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

: <dfn>Primary Data</dfn>
Expand Down Expand Up @@ -128,7 +128,7 @@ status tags are:
: <dfn>Transport Distance</dfn>
:: 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.

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

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

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

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

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

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


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

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

Expand Down Expand Up @@ -1643,9 +1643,9 @@ The following properties are defined for data type <dfn element>EnergyCarrier</d
</table>
</figure>

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

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

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

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

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

Expand Down Expand Up @@ -1927,20 +1927,20 @@ Note: The extensions of one `ProductFootprint` CANNOT contain more than one iLEA
<th>Source
<tbody>
<tr>
<td><dfn>validityPeriodStart</dfn> : [DateTime](https://wbcsd.github.io/tr/data-exchange-protocol/#datetime)
<td>`validityPeriodStart` : [DateTime](https://wbcsd.github.io/tr/data-exchange-protocol/#datetime)
<td>String
<td>O
<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.
<td>[ProductFootprint/validityPeriodStart](https://wbcsd.github.io/tr/data-exchange-protocol/#element-attrdef-productfootprint-validityperiodstart)

<tr>
<td><dfn>validityPeriodEnd</dfn> : [DateTime](https://wbcsd.github.io/tr/data-exchange-protocol/#datetime)
<td>`validityPeriodEnd`</dfn> : [DateTime](https://wbcsd.github.io/tr/data-exchange-protocol/#datetime)
<td>String
<td>O
<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.
<td>[ProductFootprint/validityPeriodEnd](https://wbcsd.github.io/tr/data-exchange-protocol/#element-attrdef-productfootprint-validityperiodend)
<tr>
<td><dfn>assurance</dfn> : [Assurance](https://wbcsd.github.io/tr/data-exchange-protocol/#dt-assurance)
<td>`assurance` : [Assurance](https://wbcsd.github.io/tr/data-exchange-protocol/#dt-assurance)
<td>Object
<td>O
<td>If present, the Assurance information in accordance with the [[!PACT-FRAMEWORK]].
Expand Down Expand Up @@ -2934,7 +2934,7 @@ Issue: TBD

Issue: TBD

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

Issue: TBD

Expand Down

0 comments on commit 2c4c8ea

Please sign in to comment.