How to fix aligned-ibrp-s-05 in UAE e-invoicing
What is aligned-ibrp-s-05?
aligned-ibrp-s-05 is a fatal validation rule in the UAE's Peppol PINT-AE e-invoicing specification — one of the UAE-specific rules. It is checked against each invoice line and belongs to the VAT categories & rates rule group. An e-invoice that fails aligned-ibrp-s-05 is rejected by the Accredited Service Provider gateway before it reaches the FTA.
What the official rule says
Where it applies
This rule is checked against each invoice line of your UBL 2.1 invoice:
cac:InvoiceLine/cac:Item/cac:ClassifiedTaxCategory[normalize-space(cbc:ID) = 'S'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] | cac:CreditNoteLine/cac:Item/cac:ClassifiedTaxCategory[normalize-space(cbc:ID) = 'S'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Business terms referenced
| Term ID | Field | Other rules |
|---|---|---|
| IBG-25 | Invoice line | view → |
| IBT-151 | Invoiced item VAT category code | view → |
| IBT-152 | Invoiced item VAT rate | view → |
Field names are derived automatically from the official rule corpus.
Why this happens
On a standard-rated (category S) invoice line, the stated VAT rate must be greater than zero — in the UAE that means the 5% standard rate. A standard-rated line with a 0% rate is contradictory and fatally rejected; if the supply is genuinely zero-rated, its category must be Z, not S.
How to fix it
1. If the line should be standard-rated: set Percent to 5. 2. If the line is genuinely zero-rated: change the category ID from S to Z. 3. Check the VAT breakdown (IBG-23) reflects the same category and rate.
Technical test condition (Schematron)
(cbc:Percent castable as xs:decimal and xs:decimal(cbc:Percent) > 0)
Test your invoice against aligned-ibrp-s-05 now
Upload your UBL XML — we check all 302 PINT-AE rules including this one, in one second. Your file is validated in memory and never stored.
Related rules
Rule text sourced from the official OpenPeppol PINT-AE validation artifacts (version 2026.5), refreshed weekly. Explanations are qmetrics' own guidance, not official FTA/MoF text.