<?xml version="1.0" encoding="utf-8"?>
<book xmlns="http://docbook.org/ns/docbook" xml:id="book" version="5.2">
<info>
  <title>Unit Test: autotoc.005</title>
</info>

<preface xml:id="forward">
  <title>Foreword</title>
  <para>A preface.</para>
</preface>

<toc/>

<part>
<title>Part I</title>
<preface xml:id="preface">
  <title>Preface</title>
  <para>Another preface.</para>
</preface>

<chapter>
  <title>First chapter</title>
  <figure><title>Figure One</title><para>…</para></figure>
  <figure><title>Figure Two</title><para>…</para></figure>
  <para>…</para>
</chapter>

<chapter>
  <title>Second chapter</title>
  <figure><title>Figure Three</title><para>…</para></figure>
  <para>…</para>
</chapter>

<chapter>
  <title>Third chapter</title>
  <para>…</para>
</chapter>
</part>

<toc/>

<part>
<title>Part II</title>
<appendix>
  <title>First Appendix</title>
  <para>…</para>
</appendix>
<appendix>
  <title>Second Appendix</title>
  <para>…</para>
</appendix>
</part>

</book>
