<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
          "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<book id="book">
<bookinfo>
<title>Unit Test: author.001</title>
<releaseinfo role="CVS">$Id: author.001.xml 4056 2004-11-23 13:28:50Z nwalsh $</releaseinfo>
<authorgroup>
<corpauthor>SomeCorp</corpauthor>
<author role="first-last">
  <honorific>Mr</honorific>
  <firstname>FirstFirstlast</firstname>
  <othername>Middlename</othername>
  <surname>Surname</surname>
  <lineage>Jr</lineage>
</author>
<author role="last-first">
  <honorific>Mr</honorific>
  <firstname>FirstLastfirst</firstname>
  <othername>Middlename</othername>
  <surname>Surname</surname>
  <lineage>Jr</lineage>
</author>
<author role="family-given">
  <honorific>Mr</honorific>
  <firstname>FirstFamilygiven</firstname>
  <othername>Middlename</othername>
  <surname>Surname</surname>
  <lineage>Jr</lineage>
</author>
</authorgroup>
</bookinfo>

<chapter>
<title>Chapter Title</title>

<para>Content statisfies a book.</para>
</chapter>

</book>
