«^»
1.4. Well-formed, DTDs and valid

<!ELEMENT consumables (product*)>
<!ELEMENT product (category, item, price)>
<!ELEMENT category (#PCDATA)>
<!ELEMENT item (#PCDATA)>
<!ELEMENT price (#PCDATA)>

http://www.dur.ac.uk/barry.cornelius/papers/xml.processing.using.php/code/consumables.dtd.