<?xml version="1.0" encoding="utf-8"?>
<section xmlns="http://docbook.org/ns/docbook" role="dita-topic"
         xml:base="file:/share/projects/sourceforge/docbook/docbook/relaxng/dita4db/examples/map.xml"
         xml:id="topic1">
   <info>
      <title>Example Topic 1</title>
   </info>
   <para>Some topic content.</para>
   <para xml:id="sometext">Reuse me!</para>
   <section role="dita-topic" xml:id="topic2">
      <info xmlns:xlink="http://www.w3.org/1999/xlink">
         <title>Example Topic 2</title>
      </info>
      <para xmlns:xlink="http://www.w3.org/1999/xlink">Some topic content.</para>
      <para xmlns:xlink="http://www.w3.org/1999/xlink">There's also
<link xlink:href="task1.xml#task1/result">the results</link> of
the <xref xlink:href="task1.xml#task1"/>.</para>

      <orderedlist role="dita-orderedlist">
         <info>
            <title xmlns:xlink="http://www.w3.org/1999/xlink">Product List</title>
         </info>

         <listitem xmlns:xlink="http://www.w3.org/1999/xlink">
            <para>1 <productname>oscillation overthruster</productname>
            </para>
         </listitem>
         <listitem xmlns:xlink="http://www.w3.org/1999/xlink">
            <para>4 <productname>#11 screws</productname>
            </para>
         </listitem>
         <listitem xmlns:xlink="http://www.w3.org/1999/xlink">
            <para>1 <productname>watermelon</productname>
            </para>
         </listitem>
      </orderedlist>

   </section>
   <section role="dita-task" xml:id="task1">
      <info xmlns:xlink="http://www.w3.org/1999/xlink">
         <title>Example Task 1</title>
      </info>

      <para role="dita-prereq">These requirements must be met before you start.</para>

      <para role="dita-context">Do this task only in this context.</para>

      <procedure xmlns:xlink="http://www.w3.org/1999/xlink">
         <step>
            <para>Do this first.</para>
         </step>
         <step>
            <para>Do this second.</para>
         </step>
         <step>
            <para xml:id="reuseme">Reuse me!</para>
         </step>
         <step>
            <para>Do this fourth.</para>
         </step>
      </procedure>

      <para role="dita-result" xml:id="result">This is the expected result.</para>

      <para role="dita-example">For example, this.</para>

      <para role="dita-postreq">These things have to be true after you finish.</para>

      <section role="dita-relatedlinks" xml:id="task1.related">
         <info>
            <title>Related Links</title>
         </info>
         <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="topic1.xml#topic1">Topic One</link>
      </section>
   </section>
</section>