Peppol BIS Billing 3.0 · rule
BR-CL-26
What does BR-CL-26 mean? Delivery location identifier scheme identifier MUST belong to the ISO 6523 ICD code list
Why did my invoice fail BR-CL-26?
The scheme identifier of a delivery location identifier must come from the ISO 6523 ICD code list. It qualifies the identifier of the place goods are delivered to (commonly a GLN). In UBL it is the schemeID attribute on cac:Delivery/cac:DeliveryLocation/cbc:ID.
Official rule text
Delivery location identifier scheme identifier MUST belong to the ISO 6523 ICD code list
Common causes
- Scheme name text ("GLN") instead of the numeric ICD code 0088
- An EAS code used instead of an ICD code
- A schemeID value not present in the ISO 6523 list
How do I fix it?
<cac:Delivery>
<cac:DeliveryLocation>
<cbc:ID schemeID="0088">5790000435975</cbc:ID>
</cac:DeliveryLocation>
</cac:Delivery>
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.