<?xml version=β1.0β standalone=βyesβ?> <!DOCTYPE root [ <!ELEMENT root (cont1 , (cont1 , cont2?)+)> <!ELEMENT cont1 EMPTY> <!ELEMENT cont2 EMPTY> ]> <root>
<cont1/> <cont1/> <cont1/> <cont1/>
</root>
<?xml version=β1.0β standalone=βyesβ?> <!DOCTYPE root [ <!ELEMENT root (cont1 , (cont1 , cont2?)+)> <!ELEMENT cont1 EMPTY> <!ELEMENT cont2 EMPTY> ]> <root>
<cont1/> <cont1/> <cont1/> <cont1/>
</root>