HomeError code lexicon › BR-CL-11
BR-CL-11 Field BT-30-1 Code list rules (BR-CL)

Fix BR-CL-11: Registration scheme invalid (ISO 6523)

[BR-CL-11]-Any registration identifier identification scheme identifier MUST be coded using one of the ISO 6523 ICD list.

BR-CL-11 in your own invoice? Upload the file and find every error in seconds.

What does BR-CL-11 mean?

The registration identifier of the seller or buyer needs a scheme from the ISO 6523 ICD list, so that the register source is unambiguous.

Common causes of BR-CL-11

How to fix BR-CL-11

  1. Find the faulty spot in the XML. Open the XML of the invoice and go to field BT-30-1 along this XPath://ram:SellerTradeParty/ram:SpecifiedLegalOrganization/ram:ID/@schemeID
  2. Apply the fix. Code the scheme of the registration identifier (BT-30-1 for the seller, BT-47-1 for the buyer) in the attribute @schemeID with an ICD code from ISO 6523, e.g. '0060' (DUNS), '0088' (GLN), '0002' (SIRENE), '0198' (DK CVR), '0208' (Belgian company number).
  3. Validate again. Save the file and validate it again to check that BR-CL-11 is no longer reported.
Concrete fix

Code the scheme of the registration identifier (BT-30-1 for the seller, BT-47-1 for the buyer) in the attribute @schemeID with an ICD code from ISO 6523, e.g. '0060' (DUNS), '0088' (GLN), '0002' (SIRENE), '0198' (DK CVR), '0208' (Belgian company number).

XPath//ram:SellerTradeParty/ram:SpecifiedLegalOrganization/ram:ID/@schemeID

Before / after: the XML example

This is the spot in question before and after the fix (Cross Industry Invoice, ZUGFeRD/Factur-X).

Wrong
<ram:SpecifiedLegalOrganization>
  <ram:ID schemeID="HRB">HRB 12345</ram:ID>
</ram:SpecifiedLegalOrganization>
Correct
<ram:SpecifiedLegalOrganization>
  <ram:ID schemeID="0088">4012345000009</ram:ID>
</ram:SpecifiedLegalOrganization>

Frequent questions about BR-CL-11

Does the rule also apply to the buyer?
Yes, identically for BT-47-1 under ram:BuyerTradeParty/ram:SpecifiedLegalOrganization/ram:ID/@schemeID.
Where do I find the valid ICD codes?
In the ISO/IEC 6523 ICD list, e.g. '0060' for DUNS or '0088' for GLN.

Related error codes

Check BR-CL-11 automatically

Instead of digging through the XML by hand you can validate your ZUGFeRD or XRechnung file online – upload the PDF or the XML and you get every error with rule ID, affected field, fix and XPath, as a readable report or as JSON through the API.

Find every error automatically instead of searching by hand

Upload your ZUGFeRD, Factur-X or XRechnung file – you get every violation back with rule ID, field, fix and XPath.

Validate online for free
Check invoice