errorPeppol BIS 3.0

PEPPOL-EN16931-R008:Document MUST not contain empty elements.

The document must not contain empty XML elements. All elements that are present must have content - empty tags are not allowed in PEPPOL invoices.

Severity
Fatal
Rule set
Peppol BIS 3.0
Country
All EU
Fix type
AUTO-FIX
Confidence
85%
Category
codelist

Engine Classification

Add default document currency code EUR when missing

Confidence: 85% · Applied automatically in pipeline

What is PEPPOL-EN16931-R008?

PEPPOL-EN16931-R008 is a fatal validation rule defined in the Peppol BIS 3.0 specification. It validates the DocumentCurrencyCode element in the UBL invoice XML.

When this rule fires, the invoice is non-compliant and will be rejected by Peppol access points and national validation services. The sending system receives a rejection response and the invoice does not reach the buyer.

Target path: /Invoice/cbc:DocumentCurrencyCode

Why This Error Matters

Invoice will be rejected by PEPPOL validation. Empty elements fail schema validation and indicate incomplete data.

PEPPOL-EN16931-R008 is a hard failure. Invoices that trigger this rule are rejected at the access point and never reach the recipient. In Peppol networks, this means your sending system receives an MLR (Message Level Response) with a rejection status. The invoice must be corrected and re-sent, adding delay to your payment cycle.

Invoice Navigator can automatically correct this error in your pipeline. The fix is applied with full audit evidence, so your compliance trail remains intact.

Validator Behavior

  • ·Causes invoice rejection
  • ·Rejected by PEPPOL Access Points
  • ·Error returned: PEPPOL-EN16931-R008
  • ·Specification: Peppol BIS 3.0

Before / After

Failing XML
<Invoice>
  <!-- Issue: Document MUST NOT contain empty elements -->
</Invoice>
Corrected XML
<Invoice>
  <!-- Issue resolved per Peppol BIS 3.0 -->
</Invoice>

Technical Reference

XPath/Invoice/cbc:DocumentCurrencyCode
SpecPeppol BIS 3.0
Operationset_default
StrategyAdd default document currency code EUR when missing

Common Causes

  • ·ERP exports empty tags for optional fields
  • ·Template includes placeholder elements without values
  • ·Data mapping produces empty elements when source is null
  • ·XML generation does not filter empty nodes
  • ·Conditional fields exported even when empty

Seeing this in production? The API handles PEPPOL-EN16931-R008 automatically. See the fix response →

See Also

Last updated: 27 February 2026

Share this guide:

Handle PEPPOL-EN16931-R008 Automatically in Your Pipeline

The compliance engine auto-remediates this error with controlled safety policies and evidence pack generation.