ExemptionDeclaration
classExemption Declaration
A structured declaration that specific products (or batches/serials) are exempt from EUDR due diligence obligations, carrying the exemption type, reason code, scope, and effective date range.
Properties (7)
| Property | Description | Range |
|---|---|---|
| exemptionAuthority | The economic operator or competent authority asserting this exemption. Uses dpp:OperatorInformation so the party is fully identified by GLN and role. | OperatorInformation |
| exemptionEffectiveFrom | Start date of the exemption's validity. Before this date the exemption does not apply. | xsd:date |
| exemptionEffectiveUntil | End date of the exemption's validity. Required for temporary exemptions; omitted for permanent exemptions. | xsd:date |
| exemptionReasonCode | Coded reason for the exemption, drawn from the controlled vocabulary defined by WR 25-252 (aligned with EANCOM C273:DE7009 exemption reason codes). | xsd:string |
| exemptionScope | The scope of the exemption: 'gtin' (all products with the given GTIN), 'batch' (specific lot/batch identified via AI 10), or 'serial' (specific instance identified via AI 21 or AI 8006 ITIP). | xsd:string |
| exemptionScopeReference | The specific batch, lot, or serial identifier (or list thereof) that is in scope of a temporary exemption. For 'batch' scope this is the lot/batch number; for 'serial' scope it is the serial number. | xsd:string |
| exemptionType | The classification of this exemption (permanent or temporary). | ExemptionType |
Used as Range (1)
Where used
Referenced by other terms (8)
In example documents (1)
EPCIS 2.0 events
References
External Vocabulary References
Loading external vocabulary...
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/eu/eudr/eudr-context.jsonld",
"type": "ExemptionDeclaration",
"exemptionAuthority": "...",
"exemptionEffectiveFrom": "...",
"exemptionEffectiveUntil": "..."
}