1<!DOCTYPE doc [ 2<!ELEMENT doc (a , b)*> 3<!ELEMENT a (#PCDATA)> 4<!ELEMENT b (#PCDATA)> 5]> 6<doc><a>This</a><b> is a valid document</b></doc> 7