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.
Upstream alignment
How this class and its properties align to external and upstream vocabularies. Open a vocabulary to see the exact term-by-term relationships.
Properties (7)
| Description | Domain | Range | Vocabularies | |
|---|---|---|---|---|
| exemptionAuthority Exemption Authority | The economic operator or competent authority asserting this exemption. Uses oec:OperatorInformation so the party is fully identified by GLN and role. | eudr:ExemptionDeclaration | oec:OperatorInformation | — |
| exemptionEffectiveFrom Exemption Effective From | Start date of the exemption's validity. Before this date the exemption does not apply. | eudr:ExemptionDeclaration | xsd:date | |
| exemptionEffectiveUntil Exemption Effective Until | End date of the exemption's validity. Required for temporary exemptions; omitted for permanent exemptions. | eudr:ExemptionDeclaration | xsd:date | |
| exemptionReasonCode Exemption Reason Code | Coded reason for the exemption, drawn from the controlled vocabulary defined by GS1 standardization (aligned with EANCOM C273:DE7009 exemption reason codes). | eudr:ExemptionDeclaration | xsd:string | — |
| exemptionScope Exemption Scope | 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). | eudr:ExemptionDeclaration | xsd:string | — |
| exemptionScopeReference Exemption Scope Reference | 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. | eudr:ExemptionDeclaration | xsd:string | |
| exemptionType Exemption Type | The classification of this exemption (permanent or temporary). | eudr:ExemptionDeclaration | eudr:ExemptionType | — |
Vocabulary alignment
See also
Referenced upstream terms
Loading external vocabulary...
Used as Range (1)
Where used
Referenced by other terms (8)
In example documents (1)
EPCIS 2.0 events
References
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/eu/eudr/eudr-context.jsonld",
"type": "ExemptionDeclaration",
"exemptionAuthority": "...",
"exemptionEffectiveFrom": "...",
"exemptionEffectiveUntil": "..."
}