<?xml version="1.0" encoding="utf-8"?>
<article xmlns="http://docbook.org/ns/docbook" version="5.0">
   <title>Article wrapper</title>
   <para>A centered figure.</para>
   <figure xml:id="figduck" floatstyle="center">
      <title>The Duck</title>
      <mediaobject>
         <imageobject>
            <imagedata format="PNG" fileref="../media/duck-small.png">
               <info>
                  <othercredit>
                     <orgname>O'Reilly &amp; Associates/Dover Archives</orgname>
                  </othercredit>
               </info>
            </imagedata>
         </imageobject>
         <textobject>
            <phrase>The DocBook: TDG Duck</phrase>
         </textobject>
      </mediaobject>
   </figure>

   <para>A centered screenshot.</para>
   <figure xml:id="figduckscreen" floatstyle="center">
      <title>The Duck Screenshot (looks the same)</title>
      <screenshot>
         <mediaobject>
            <imageobject>
               <imagedata format="PNG" fileref="../media/duck-small.png" align="center">
                  <info>
                     <othercredit>
                        <orgname>O'Reilly &amp; Associates/Dover Archives</orgname>
                     </othercredit>
                  </info>
               </imagedata>
            </imageobject>
            <textobject>
               <phrase>The DocBook: TDG Duck</phrase>
            </textobject>
         </mediaobject>
      </screenshot>
   </figure>

</article>
