What does "LSX-00204: extra data at end of complex element" mean?
When trying to validate an XML instance against a schema definition, we consistenly get:
ORA-31154: invalid XML document
ORA-19202: Error occurred in XML processing
LSX-00204: extra data at end of complex element.
Can somebody explain to me, when one would receive such an error, using a small example?
We are pretty sure our document conforms to the XSD. The XSD is very large (11000 lines). I need some clue as to what to look for.