ErrorPeppol BIS 3.0Input required

GR-R-001-4

When Supplier is Greek, the Invoice Id third segment must be a positive integer

What does this rule mean?

The invoice number of a Greek seller must carry a positive integer in its third segment.

Greece encodes the invoice number structurally so myDATA can attribute it without further data.

Official rule message (standard)

When Supplier is Greek, the Invoice Id third segment must be a positive integer

Where the rule applies

Syntax: UBL

Affected element (XPath):

  • /ubl-invoice:Invoice/cbc:ID[$isGreekSender] | /ubl-creditnote:CreditNote/cbc:ID[$isGreekSender]

Technical test

The rule passes when this Schematron expression holds true:

string-length(normalize-space($IdSegments[3]))>0 and string(number($IdSegments[3])) != 'NaN' and xs:integer($IdSegments[3]) >= 0

How to fix it

A missing or incorrect business entry only you can supply. Add or correct it, then re-check.

Build the invoice number following the Greek segment scheme.

Correct the affected entry in your XML, then re-check the invoice. Validation runs locally in your browser — your file never leaves your machine.

Check an e-invoice here

Drop an XML or ZUGFeRD PDF file here. Validation runs locally in your browser against EN 16931 — your file never leaves your machine.

100% local — no upload, no account.

Related rules

← Back to the error library