Example - Book

<book>
  <bookinfo>
    <title>Sample Book</title>
  </bookinfo>
  <chapter> 
    <title>First Chapter</title>
    <sect1>
      <title>First Section</title>
      <para>This is a paragraph.</para>
    </sect1>
    <sect1>...</sect1>
  </chapter>
  <chapter>...</chapter>
  <chapter>...</chapter>
  <chapter>...</chapter>
  <appendix>...</appendix>
  <appendix>...</appendix>
</book>