fatalPeppol BIS Billing 3.0profileUBL
When Supplier is Greek, the Invoice Id third segment must be a positive integer
The third segment of the invoice id is not a positive integer.
Make the third segment a positive whole number. Zero and empty both fail this check.
UBL — context /ubl-invoice:Invoice/cbc:ID[$isGreekSender] | /ubl-creditnote:CreditNote/cbc:ID[$isGreekSender]
string-length(normalize-space($IdSegments[3]))>0 and string(number($IdSegments[3])) != 'NaN' and xs:integer($IdSegments[3]) >= 0