If an element is declared with the content model of ANY, this means the declared element can contain any type of content (Any element in the document including parsed character data).
Giving an element the content model ANY is often not a good idea as it removes syntax checking.