fatalPeppol BIS Billing 3.0profileCIIUBL
GLN must have a valid format according to GS1 rules.
A GLN does not have a valid GS1 format.
A GLN is 13 digits, and the last is a GS1 check digit computed over the first 12. A mistyped digit is caught here.
CII — context ram:URIID[@schemeID = '0088'] | ram:ID[@schemeID = '0088'] | ram:GlobalID[@schemeID = '0088']
matches(normalize-space(), '^[0-9]+$') and u:gln(normalize-space())
UBL — context cbc:EndpointID[@schemeID = '0088'] | cac:PartyIdentification/cbc:ID[@schemeID = '0088'] | cbc:CompanyID[@schemeID = '0088']
matches(normalize-space(), '^[0-9]+$') and u:gln(normalize-space())