Fehlercodes · EN 16931
Seller electronic address must have a scheme identifier
So lautet die Ablehnung wörtlich: „[BR-62] Peppol BIS Billing 3.0 requires that the Seller electronic address (BT-34) — the cbc:EndpointID on cac:AccountingSupplierParty — carries a schemeID attribute. Without it, the address cannot be resolved on the Peppol network and the invoice is rejected before it reaches the buyer.“
The Schematron assertion checks: cbc:EndpointID/@schemeID. If the attribute is missing or empty on cac:AccountingSupplierParty/cac:Party/cbc:EndpointID, BR-62 fires. The schemeID must be a value from the Peppol Electronic Address Scheme (EAS) code list (e.g. 0088 GLN, 0106 Dutch KvK, 0184 Danish CVR, 0192 Norwegian ORG, 0208 Belgian CBE, 9930 German VAT).
<cac:AccountingSupplierParty>
<cac:Party>
<cbc:EndpointID>12345678</cbc:EndpointID>
</cac:Party>
</cac:AccountingSupplierParty><cac:AccountingSupplierParty>
<cac:Party>
<cbc:EndpointID schemeID="0106">12345678</cbc:EndpointID>
</cac:Party>
</cac:AccountingSupplierParty>Die Reihenfolge ist Teil der Regel: steht das Element an der falschen Stelle, lehnt der Validator mit BR-62 ab.