Faktura

PEPPOL-COMMON-R041

fatalPeppol BIS Billing 3.0profileCIIUBL

Norwegian organization number MUST be stated in the correct format.

Why it fails

A Norwegian organisation number is malformed.

How to fix it

Nine digits, no spaces, with a valid MOD-11 check digit.

What the validator checks

CII — context ram:URIID[@schemeID = '0192'] | ram:ID[@schemeID = '0192'] | ram:GlobalID[@schemeID = '0192']

matches(normalize-space(), '^[0-9]{9}$') and u:mod11(normalize-space())

UBL — context cbc:EndpointID[@schemeID = '0192'] | cac:PartyIdentification/cbc:ID[@schemeID = '0192'] | cbc:CompanyID[@schemeID = '0192']

matches(normalize-space(), '^[0-9]{9}$') and u:mod11(normalize-space())

Related rules

Part of PEPPOL-COMMON — Peppol identifier formats.

Validate an invoice against this rule →

This is a Peppol BIS Billing 3.0 rule: an invoice can be perfectly valid EN 16931 and still be rejected by it.