Fehlercodes · xsd

cvc-pattern-validIm Rechnungssystem

Value does not match the regex pattern declared in the schema

So lautet die Ablehnung wörtlich: „[cvc-pattern-valid] cvc-pattern-valid is an XSD facet-validation error raised when an element or attribute value fails the xsd:pattern regular expression declared on its simple type. The canonical message reads: "Value 'X' is not facet-valid with respect to pattern 'P' for type 'T'." In EN 16931 invoice payloads it usually fires on identifier fields (BT-30 Seller legal registration ID, BT-46 Buyer identifier, BT-90 Bank assigned creditor identifier), date fields with a stricter UN/CEFACT format pattern, and country-CIUS extensions like the Italian fattura tax-ID pattern.

Was Sie bereithaltenNichts. Die Datei muss im Rechnungssystem neu erzeugt werden; wir prüfen sie danach erneut.
Was wir tunRead the failing pattern and value out of the validator message; apply a deterministic transformation (trim, upper-case, pad, strip prefix) where one is safe, otherwise the caller must supply the corrected identifier.
Wenn Sie es selbst im Rechnungssystem eintragen
Vorher
<cbc:EndpointID schemeID="0088">123 456 789 01</cbc:EndpointID>
Nachher
<cbc:EndpointID schemeID="0088">1234567890123</cbc:EndpointID>
So sieht der Befund ausBeispiel
BefundAufbau fehlerhaft · cvc-pattern-valid
Von IhnenNeu exportierte Datei
DanachNeu exportieren
NachweisSHA-256 und /verify-Link nach der Prüfung