<?xml version="1.0"?>
<!DOCTYPE novel [
<!ELEMENT novel (foreword, chapter+)>
<!ELEMENT foreword (paragraph+)>
<!ELEMENT chapter (paragraph+)>
<!ELEMENT paragraph (#PCDATA)>
]>
<novel>
   <foreword>
      <paragraph>
         This is the great American novel.
      </paragraph>
   </foreword>
   <chapter>
      <paragraph>
         It was a dark and stormy night.
      </paragraph>
      <paragraph>
         Suddenly, a shot rang out!
      </paragraph>
   </chapter>
   <chapter>
      <paragraph>
   </chapter>
</novel>
