← Terug naar foutbibliotheek

UBL-ENDPOINT-001 · UBL · Peppol BIS Billing 3

UBL: EndpointID schemeID is missing

The electronic address cannot be interpreted reliably without its identifier scheme.

UBL 2.1, Peppol BIS Billing 3 (November 2025 Release)Laatste professionele controle: 2026-07-05

Betekenis

The electronic address cannot be interpreted reliably without its identifier scheme.

Typische oorzaak

The endpoint was copied as free text without mapping its scheme.

Betrokken velden / XML-paden

/ubl:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID

Ongeldig voorbeeld

<cbc:EndpointID>0088:123456789</cbc:EndpointID>

Gecorrigeerd voorbeeld

<cbc:EndpointID schemeID="0088">123456789</cbc:EndpointID>

Herstelstappen

  1. Determine the identifier type.
  2. Store value and schemeID separately.
  3. Run Peppol/UBL rules again.