errorUBL 2.1

UBL-CR-010:Disallowed element: cbc:AccountingCostCode

UBL 2.1 Invoice schema does not include `cbc:AccountingCostCode`. This element must be removed for EN 16931 compliance.

Severity
Fatal
Rule set
UBL 2.1
Country
All EU
Fix type
AUTO-FIX
Confidence
95%
Category
structural

Engine Classification

Remove disallowed UBL element per EN16931 specification

Confidence: 95% · Applied automatically in pipeline

What is UBL-CR-010?

UBL-CR-010 is a fatal validation rule defined in the UBL 2.1 specification. It validates the AccountingCostCode 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:AccountingCostCode

Why This Error Matters

Invoice will be rejected by PEPPOL/EN16931 validators. Safe to remove - this element is explicitly prohibited and contains no required business data.

UBL-CR-010 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
  • ·Fails UBL schema validation
  • ·Error returned: UBL-CR-010
  • ·Specification: UBL 2.1

How to Fix It

1.

Check order

UBL has strict element ordering

2.

Header order

ID, IssueDate, DueDate, InvoiceTypeCode, etc.

3.

Use validator

Schema validator will show first wrong element

Before / After

Failing XML
<Invoice>
  <cbc:AccountingCostCode>value</cbc:AccountingCostCode>
</Invoice>
Corrected XML
<Invoice>
  <!-- cbc:AccountingCostCode removed for EN 16931 compliance -->
</Invoice>

Technical Reference

XPath/Invoice/cbc:AccountingCostCode
SpecUBL 2.1
Operationremove
StrategyRemove disallowed UBL element per EN16931 specification

Code Example

<!-- UBL Invoice header order -->
<Invoice>
  <cbc:UBLVersionID>2.1</cbc:UBLVersionID>
  <cbc:CustomizationID>...</cbc:CustomizationID>
  <cbc:ProfileID>...</cbc:ProfileID>
  <cbc:ID>INV-001</cbc:ID>
  <cbc:IssueDate>2024-12-19</cbc:IssueDate>
  <!-- etc. in correct order -->
</Invoice>

Common Causes

  • ·Source ERP exports full UBL 2.1 instead of EN16931 subset
  • ·Generic UBL template includes optional elements not needed for e-invoicing
  • ·Conversion from another format added unsupported elements
  • ·Manual XML editing introduced non-standard elements
  • ·Invoice software not configured for EN16931 compliance

Seeing this in production? The API handles UBL-CR-010 automatically. See the fix response →

Commonly Seen In

Custom invoice generators

Frequently Asked Questions

UBL elements must appear in the order defined by the schema.

Reorder elements according to UBL schema. You can also use Invoice Navigator's automatic Fixer tool to correct this instantly.

Yes, UBL-CR-010 is a critical error that will cause invoice rejection. It must be fixed before submission to ensure your invoice is accepted by the recipient's system.

Many instances of UBL-CR-010 can be automatically corrected using Invoice Navigator's Fixer tool. Upload your invoice and the tool will identify and fix common issues, including elements in wrong order.

UBL-CR-010 is commonly seen in exports from Custom invoice generators. These software packages sometimes generate invoices that need adjustment to meet full compliance standards.

See Also

Related Errors

Last updated: 27 February 2026

Share this guide:

Handle UBL-CR-010 Automatically in Your Pipeline

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