<figure>

Figure

Any illustrative text or image(s), to be called out and labeled as a figure.

Attributes

floatstyle Float Style
xml:id XML Unique Identifier
xreflabel Cross-Reference Label

Expanded Content Model

(title?, (blockquote | equation | figure | informaltable | itemizedlist | mediaobject | note | orderedlist | para | programlisting | table | variablelist)+, caption?)

Description

The following, in order:

This element may be contained in:

<appendix>, <article>, <blockquote>, <figure>, <listitem>, <note>, <para>, <section>

Example

...
      <section>
        <title>Gourds</title>
        <para>The native people grew a variety of large broad-leafed, ground-covering vines which
          produced what they called “macocqwer” or gourds. (<emphasis role="ital">See</emphasis>
          <xref linkend="gourds"/>.) Varying in color among shades of green, yellow, and orange,
          these gourds served a number of functions, not chief of which was as a food source. There
          were two distinct types, soft-shelled and hard-shelled. ...</para>
        <figure xml:id="gourds" xreflabel="Gourds">
          <title>Gourds</title>
          <mediaobject>
            <imageobject>
              <imagedata format="jpg" fileref="19450212-2.jpg"/>
            </imageobject>
          </mediaobject>
          <caption>
            <para>While gourds, pumpkins and squashes were new to the English, they were soon
              discovered to be very useful for warding off starvation.</para>
          </caption>
        </figure>
        <para>...</para>
      </section>
      ...

Module

balisage-1-3.dtd