Error codes · xsd
cvc-complex-type.2.3In your invoicing software
Text content inside an element-only element
This is the rejection, word for word: „[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.“
What to have readyNothing. The file has to be re-exported from your invoicing software; we check it again afterwards.
What we doMove the character data into the correct leaf element (e.g. wrap a party name in cbc:Name inside cac:PartyName).
If you enter it yourself in your invoicing software
Before
<cac:AccountingSupplierParty><cac:Party><cac:PartyName>Acme Industries BV</cac:PartyName></cac:Party></cac:AccountingSupplierParty>
After
<cac:AccountingSupplierParty><cac:Party><cac:PartyName><cbc:Name>Acme Industries BV</cbc:Name></cac:PartyName></cac:Party></cac:AccountingSupplierParty>
What the finding looks likeExample
FindingStructure invalid · cvc-complex-type.2.3
From youA re-exported file
ThenRe-export
ProofSHA-256 and /verify link after the check