Check this:
http://www.w3.org/TR/xmlschema-0/#anyType
I just tested and created an XML schema with one element having content of the xsd:anyType.
Then I created an instance of the schema and pasted another XML document into the above mentioned element.
It passed validation with the note that it were not able to find the schema for the data in the anyType element.
It would not, however, accept the XML header: <?xml version="1.0" encoding="UTF-8"?>
Best wishes!