An example - require the internal DTD subset


A predeclared attribute in the xml namespace, of type ID

<!DOCTYPE foo [
<!ATTLIST foo id ID #IMPLIED>
]>
<foo id="x1"/>