Fehlercodes · xsd

cvc-complex-type.2.3Im Rechnungssystem

Text content inside an element-only element

So lautet die Ablehnung wörtlich: „[cvc-complex-type.2.3] cvc-complex-type.2.3 is an XSD error raised when an element declared as element-only has non-whitespace text inside it. Mixing text and structural children is not allowed for that complex type.

Was Sie bereithaltenNichts. Die Datei muss im Rechnungssystem neu erzeugt werden; wir prüfen sie danach erneut.
Was wir tunMove the character data into the correct leaf element (e.g. wrap a party name in cbc:Name inside cac:PartyName).
Wenn Sie es selbst im Rechnungssystem eintragen
Vorher
<cac:AccountingSupplierParty><cac:Party><cac:PartyName>Acme Industries BV</cac:PartyName></cac:Party></cac:AccountingSupplierParty>
Nachher
<cac:AccountingSupplierParty><cac:Party><cac:PartyName><cbc:Name>Acme Industries BV</cbc:Name></cac:PartyName></cac:Party></cac:AccountingSupplierParty>
So sieht der Befund ausBeispiel
BefundAufbau fehlerhaft · cvc-complex-type.2.3
Von IhnenNeu exportierte Datei
DanachNeu exportieren
NachweisSHA-256 und /verify-Link nach der Prüfung
cvc-complex-type.2.3: Text content inside an element-only element – Fehlercode erklärt