Skip to content
WorkAlio
EN 16931 core rules

BR-25: Item name (BT-153) is required

What this rule requires

Item name (BT-153) is required.

ExampleEN 16931 (UBL)

An invoice built like a valid one, except for this:

<cac:Item>
  <cac:ClassifiedTaxCategory>
    <cbc:ID>S</cbc:ID>
    <cbc:Percent>19.00</cbc:Percent>
    <cac:TaxScheme>
      <cbc:ID>VAT</cbc:ID>
    </cac:TaxScheme>
  </cac:ClassifiedTaxCategory>
</cac:Item>

The validator says: Item name (BT-153) is required and the document does not contain it.

How to fix it

Add Item name to the invoice.

Frequently asked questions

What does BR-25 mean?
Item name (BT-153) is required. The rule runs under EN 16931 (UBL), Peppol BIS 3.0, and XRechnung 3.0 (UBL).
How do I fix BR-25?
Add Item name to the invoice. In UBL the element is /Invoice/cac:InvoiceLine/cac:Item/cbc:Name.

Runs under these profiles

  • EN 16931 (UBL)
  • Peppol BIS 3.0
  • XRechnung 3.0 (UBL)

Element path

  • Item name (BT-153)UBL /Invoice/cac:InvoiceLine/cac:Item/cbc:NameCII /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/NameRead from what WorkAlio's CII parser accepts — there is no CII writer yet, so this path is not independently verified the way the UBL path is.