v6.xml   [plain text]


<!DOCTYPE doc [
<!ELEMENT doc (a, b)>
<!ELEMENT a EMPTY>
<!ELEMENT b EMPTY>
]>
<doc>
<a/>
<b/>
</doc>