Hi Markus,
Have a look on the line:
<xsd:element name="CFOPC" minOccurs="0">
The XSD specify the element CFOPC can appear 0 or 1 time in the XML IDoc.
I think you should remove all the elements with the attribute minOccurs="0" if they are empty.
Best,
Riccardo