Skip to content

Recycled Content Claims

The recycled content claims relationship list identifies the document that details the recycled content claim. This is only used in components.

Data

Column
Status
Format Notes
recycledContentIdentifier required String A globally unique identifier. See identifiers section for information on how to construct this identifier
recycledContentEvidenceType recommended String What type of document provides the information regarding the claim? The entry should be the recycled content evidence type identifier.
recycledContentEvidenceReference recommended String An accompanying reference number associated with the recycled content evidence type for the component.
recycledContentIssueDate recommended String The date that the recycled content evidence was issued. Use the format dd/mm/yyyy.

Diagram

erDiagram

  COMPONENTS }o..o{ RECYCLED_CONTENT_CLAIMS : within
  RECYCLED_CONTENT_CLAIMS {
    recycledContentIdentifier String
    recycledContentEvidenceType String
    recycledContentEvidenceReference String
    recycledContentIssueDate String
  }
  RECYCLED_CONTENT_CLAIMS }o--o{ CONTROLLED_LISTS : attributes
  CONTROLLED_LISTS {
    recycledContentEvidenceType required
  }

Template

Recycled content claims should be provided as a separate csv file. The specification of this csv file is as follows:

Recycled Content Claims

Example

1
2
3
4
5
6
7
--A certificate providing information about a recycled content claim.
{
  "recycledContentIdentifier": "23e8251a-4fe6-4b25-9966-b08acac9ba34",
  "recycledContentEvidenceType": "c-recycled-evidence-0001",
  "recycledContentEvidenceReference": "ABC-123-Example",
  "recycledContentIssueDate": "01/08/2022"
}