Fehlercodes · xsd
cvc-complex-type.2.4.dIm Rechnungssystem
Unexpected child element in invoice XML
So lautet die Ablehnung wörtlich: „[cvc-complex-type.2.4.d] cvc-complex-type.2.4.d is an XSD schema-validation error raised by Xerces-based parsers when the invoice contains an element the schema does not allow at that position. The parser has finished accepting the declared children for the current parent and encountered one more element it was not expecting.“
Was Sie bereithaltenNichts. Die Datei muss im Rechnungssystem neu erzeugt werden; wir prüfen sie danach erneut.
Was wir tunIdentify the offending element, compare the parent against the schema content model, and either remove, reorder, or restructure the generator output.
Wenn Sie es selbst im Rechnungssystem eintragen
Vorher
<cac:InvoiceLine><cbc:ID>1</cbc:ID><cbc:InvoicedQuantity unitCode="EA">1</cbc:InvoicedQuantity><cbc:LineExtensionAmount currencyID="EUR">100.00</cbc:LineExtensionAmount><cac:Item><cbc:Name>Widget</cbc:Name></cac:Item><cac:Price><cbc:PriceAmount currencyID="EUR">100.00</cbc:PriceAmount></cac:Price><cbc:Note>Extra note added after Price</cbc:Note></cac:InvoiceLine>
Nachher
<cac:InvoiceLine><cbc:ID>1</cbc:ID><cbc:Note>Extra note added after Price</cbc:Note><cbc:InvoicedQuantity unitCode="EA">1</cbc:InvoicedQuantity><cbc:LineExtensionAmount currencyID="EUR">100.00</cbc:LineExtensionAmount><cac:Item><cbc:Name>Widget</cbc:Name></cac:Item><cac:Price><cbc:PriceAmount currencyID="EUR">100.00</cbc:PriceAmount></cac:Price></cac:InvoiceLine>
So sieht der Befund ausBeispiel
BefundAufbau fehlerhaft · cvc-complex-type.2.4.d
Von IhnenNeu exportierte Datei
DanachNeu exportieren
NachweisSHA-256 und /verify-Link nach der Prüfung