Peppol BIS Billing 3.0 · rule
BR-CL-11
What does BR-CL-11 mean? Any registration identifier identification scheme identifier MUST be coded using one of the ISO 6523 ICD list.
Why did my invoice fail BR-CL-11?
Any scheme identifier attached to a legal registration identifier must come from the ISO 6523 ICD list. This qualifies which registry issued the seller's or buyer's legal registration number. In UBL it is the schemeID attribute on cac:PartyLegalEntity/cbc:CompanyID.
Official rule text
Any registration identifier identification scheme identifier MUST be coded using one of the ISO 6523 ICD list.
Common causes
- A national registry abbreviation used instead of the numeric ICD code
- schemeID omitted-then-guessed values that are not in ISO 6523
- EAS or other code list values used in place of ICD codes
How do I fix it?
<cac:PartyLegalEntity> <cbc:CompanyID schemeID="0002">123456789</cbc:CompanyID> </cac:PartyLegalEntity>
Related rules
BR-CL-01 · BR-CL-03 · BR-CL-04 · BR-CL-05 · BR-CL-06 · BR-CL-07 · BR-CL-08 · BR-CL-10
Check your invoice against this rule
Paste it into the live demo, or call POST /v1/validate. See the quickstart.