Certification Claims¶
The Certification Claims relationship list identifies the certificates that can be assigned to various tables. This is used in the following schemas:
Data¶
Column | Status |
Format | Notes |
---|---|---|---|
certificationIdentifier | required |
String | A globally unique identifier. See identifiers section for information on how to construct this identifier |
certificationSource | required |
String | What source provided the certificate? The entry should be the Certification Source Controlled List identifier. |
certificationIssueDate | recommended |
String | The date that the certificate was provided/last updated. Use the format dd/mm/yyyy . |
Diagram¶
erDiagram
BASE_MATERIALS }o..o{ CERTIFICATION_CLAIMS : within
MATERIALS }o..o{ CERTIFICATION_CLAIMS : within
COMPONENTS}o..o{ CERTIFICATION_CLAIMS : within
COMPLETE_PACKAGING }o..o{ CERTIFICATION_CLAIMS : within
CERTIFICATION_CLAIMS {
certificationIdentifier String
certificationSource String
certificationIssueDate String
}
CERTIFICATION_CLAIMS }o--o{ CONTROLLED_LISTS : attributes
CONTROLLED_LISTS {
certificationSource required
}
Template¶
Certification claims should be provided as a separate csv file. The specification of this csv file is as follows:
Example¶
1 2 3 4 5 6 |
|