<?xml version="1.0" encoding="utf-8"?>
<article xmlns="http://docbook.org/ns/docbook">
  <section>
    <sectioninfo>
      <title>Complex directives</title>
    </sectioninfo>
    <section>
      <title><anchor ID="complex_directives"/>Complex directives</title>
      <mediaobject>
        <imageobject>
          <imagedata fileref="mylogo.jpeg"/>
        </imageobject>
        <textobject>
          <para>My Logo</para>
        </textobject>
      </mediaobject>
      <mediaobject>
        <imageobject>
          <imagedata fileref="larch.png"/>
        </imageobject>
        <caption>
          <para>The larch.</para>
        </caption>
        <textobject>
          <para>larch.png</para>
        </textobject>
      </mediaobject>
      <para/>
      <note>
        <para> This is a paragraph</para>
      </note>
      <itemizedlist>
        <listitem>
          <para>Here is a bullet list.</para>
        </listitem>
      </itemizedlist>
      <caution>
        <para> modify at your own risk!</para>
      </caution>
      <mediaobject>
        <imageobject>
          <imagedata fileref="larch.png"/>
        </imageobject>
        <caption>
          <para>The larch.</para>
        </caption>
        <textobject>
          <para>larch.png</para>
        </textobject>
      </mediaobject>
      <para/>
    </section>
  </section>
</article>
