<book>
  <id>sample-book</id>
  <title>Sample Book</title>
  <chapters>
    <chapter>
      <id>sample-chapter</id>
      <title>Sample Chapter</title>
      <sections>
        <section>
          <id>section1</id>
          <title>Section 1</title>
        </section>
        <section>
          <id>section2</id>
          <title>Section 2</title>
        </section>
      </sections>
    </chapter>
  </chapters>
</book>
