<?xml version="1.0"?>
<!DOCTYPE root [
<!ELEMENT root (#PCDATA)>
<!ELEMENT a ANY>
<!--* Missing Name in AttDef *-->
<!ATTLIST a (abc|def) "def" >
]>
<root>Any content</root>
