Fehlercodes · xsd
Invoice XML structure does not match the required schema
So lautet die Ablehnung wörtlich: „[cvc-complex-type.2.4.a] Your invoice file has a structural problem — required data elements are missing, in the wrong position, or unexpected elements are present. This is an XML Schema validation error, which means the basic structure of the file does not conform to the e-invoicing standard (UBL 2.1 or CII D16B). This is different from a business rule error: business rules check whether the data makes sense, while this error means the file format itself is wrong.“
XSD error cvc-complex-type.2.4.a: "The content of element 'X' is not complete. One of 'Y' is expected." This fires when the XML document does not satisfy the content model of a complex type definition. Possible causes: missing required child element, element in wrong namespace, elements in wrong order (UBL is sequence-ordered), or unexpected element present.