errorcii-d16b

CII-SR-001:Invalid CII namespace

CII (Cross Industry Invoice) documents must use the correct namespace declaration.

Severity
Fatal
Rule set
cii-d16b
Country
All EU
Fix type
BLOCKED

Engine Classification

Financial or legal field · Modification blocked by policy

Reason: CII (Cross Industry Invoice) documents require correct XML namespace declarations. This is a fundamental format issue that must be fixed in your invoicing software or XML generation tool. The namespace must be urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100.

What is CII-SR-001?

CII-SR-001 is a fatal validation rule defined in the cii-d16b specification. It validates the rsm:CrossIndustryInvoice namespace 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: XPath: /rsm:CrossIndustryInvoice namespace

This error requires manual correction — financial fields are protected by policy.Get API Access

Why This Error Matters

Incorrect namespaces prevent CII validation and processing.

CII-SR-001 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.

Validator Behavior

  • ·Causes invoice rejection
  • ·Fails CII schema validation
  • ·Error returned: CII-SR-001
  • ·Specification: cii-d16b

How to Fix It

1.

Check root element

Must be rsm:CrossIndustryInvoice

2.

Verify namespace

urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100

3.

Add component namespaces

Include ram, udt, qdt namespaces

XML Example

Generic example based on the rule's target XPath. Your actual XML structure may differ.

Before
<!-- Triggers validation error -->
<rsm:CrossIndustryInvoice namespace></rsm:CrossIndustryInvoice namespace>
After
<!-- Corrected -->
<rsm:CrossIndustryInvoice namespace>VALID_VALUE</rsm:CrossIndustryInvoice namespace>

Technical Reference

XPathXPath: /rsm:CrossIndustryInvoice namespace
Speccii-d16b

Code Example

<rsm:CrossIndustryInvoice
  xmlns:rsm="urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100"
  xmlns:ram="urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100"
  xmlns:udt="urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100">

Common Causes

  • ·Wrong namespace version
  • ·Missing component namespaces
  • ·Typos in namespace URIs

Seeing this in production? The API handles CII-SR-001 automatically. See the fix response →

Commonly Seen In

ZUGFeRD generatorsCII exporters

Frequently Asked Questions

CII (Cross Industry Invoice) documents must use the correct namespace declaration.

Use the correct CII D16B namespace. This error involves a protected field — Invoice Navigator flags it in your pipeline so your team can correct it at the source.

Yes, CII-SR-001 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.

CII-SR-001 involves a financial or legal field that cannot be auto-modified by policy. Invoice Navigator detects and flags this error immediately, but the correction must be made manually in your ERP or invoicing software.

CII-SR-001 is commonly seen in exports from ZUGFeRD generators, CII exporters. These software packages sometimes generate invoices that need adjustment to meet full compliance standards.

Related Content

Last updated: 3 March 2026

Share this guide:

Detect CII-SR-001 Before Submission

This error involves a financial or legal field that cannot be auto-modified. The compliance engine flags it immediately with a clear diagnosis so your team can fix it at the source.