<?xml version="1.0" encoding="UTF-8"?>
<task xml:lang="en" xml:id="task1" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<info>
<title>Example Task 1</title>
</info>

<prereq>These requirements must be met before you start.</prereq>

<context>Do this task only in this context.</context>

<procedure>
<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>

<result xml:id="result">This is the expected result.</result>

<example>For example, this.</example>

<postreq>These things have to be true after you finish.</postreq>

<relatedlinks xml:id="task1.related">
<link xlink:href="topic1.xml">Topic One</link>
</relatedlinks>
</task>

