<?xml version="1.0" encoding="utf-8"?>
<set xmlns="http://docbook.org/ns/docbook" version="5.0">
   <info>
      <title>Unit Test: index.001</title>
      <author>
         <personname>
            <firstname>Norman</firstname>
            <surname>Walsh</surname>
         </personname>
         <email>ndw@nwalsh.com</email>
      </author>
   </info>
   <book>
      <title>First Book</title>
      <chapter>
         <title>Chapter</title>
         <para>Some test data
<indexterm>
               <primary>First Book</primary>
            </indexterm>
         </para>
      </chapter>
      <index/>
   </book>
   <book>
      <title>Second Book</title>
      <chapter>
         <title>Chapter</title>
         <para>Some test data
<indexterm>
               <primary>Second Book</primary>
            </indexterm>
         </para>
      </chapter>
      <index/>
   </book>
   <book>
      <title>Third Book</title>
      <part>
         <title>Part Title</title>
         <chapter>
            <title>Chapter</title>
            <para>Some test data
<indexterm>
                  <primary>Third Book</primary>
               </indexterm>
            </para>
         </chapter>
         <index/>
      </part>
   </book>
   <setindex/>
</set>
