I have an XSD with an any-element (<xs:any/>
)
When I create an instance of this XSD and place a CDATA section in it, I get validation errors.
I also tried with attributes like:
minOccurs="0" maxOccurs="unbounded" processContents="skip"
I use XmlSpy for schema validation.