RoHSCompliance
classRoHS Compliance
Restriction of Hazardous Substances (RoHS) Directive compliance information including compliance status and applicable exemptions.
Properties (3)
| Property | Description | Range |
|---|---|---|
| rohsCompliant | Whether the device complies with RoHS Directive. | xsd:boolean |
| rohsDeclarationUrl | URL to the RoHS compliance declaration document. | xsd:anyURI |
| rohsExemptions | List of applicable RoHS exemption codes (e.g., '7(a)', '7(c)-I'). | xsd:string |
Used as Range (1)
Where used
Referenced by other terms (4)
In SHACL shapes (2)
- RoHSComplianceShapetargets
- ElectronicDeviceShapeclass-of
In example documents (5)
Master data & product examples
EPCIS 2.0 events
References
External Vocabulary References
Loading external vocabulary...
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/eu/electronics/electronics-context.jsonld",
"type": "RoHSCompliance",
"rohsCompliant": "...",
"rohsDeclarationUrl": "...",
"rohsExemptions": "..."
}