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 mandatory UUID A globally unique identifier. See identifiers section for information on how to construct this identifier
recycledContentEvidenceType mandatory String What type of document provides the information regarding the claim? The entry should be the recycled content evidence type identifier.
recycledContentEvidenceReference optional String An accompanying reference number associated with the recycled content evidence type for the component.
recycledContentIssueDate optional Date The date that the recycled content evidence was issued. Use the format yyyy-mm-dd adhering to the ISO 8601 dateTime standard.

Diagram

erDiagram

  COMPONENTS }o..o{ RECYCLED_CONTENT_CLAIMS : within
  RECYCLED_CONTENT_CLAIMS {
    recycledContentIdentifier UUID "*"
    recycledContentEvidenceType String "*"
    recycledContentEvidenceReference String
    recycledContentIssueDate Date
  }
  RECYCLED_CONTENT_CLAIMS }o--o{ CONTROLLED_LISTS : attributes
  CONTROLLED_LISTS {
    recycledContentEvidenceType mandatory
  }

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": "2022-08-01"
}