<!-- CDATA sections, comments and PIs may occur in ANY content. -->
<!DOCTYPE foo [
<!ELEMENT foo ANY>
]>
<foo>
a <![CDATA[cdata section]]> in mixed content.
a <!-- comment --> in mixed content.
a <?processing instruction?> in mixed content.
</foo>
