<figure>

Figure

A block of graphic or textual material that is identified as a “Figure”, usually bearing a caption and a label such as “Figure” or “Figure 3.”. A Figure is defined as an element that would appear in the Table of Figures, if there were one.

Remarks

The content of a Figure need not be graphical in nature; the content of a figure may be a graphic, a type of list, an equation, a block quote, an informal table, etc., or a mixture of several of these.

The @floatstyle attribute may be used to indicate whether this element must be anchored at its exact location within the text or whether it may float, for example, to the top of the next page, into the next column, to the end of a logical file, or within a separate window.

...
<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" floatstyle="1" xreflabel="Gourds">
<mediaobject>
<imageobject>
<imagedata format="jpg" fileref="19450212-2.jpg" scale="50"/>
</imageobject>
<caption>
<para>New World Gourds</para>
</caption>
</mediaobject>
</figure>
<para>...</para>
</section>
...

Attributes

floatstyle Float Style
label Label
pgwide Page Wide
xml:id XML Unique Identifier
xreflabel Cross-Reference Label

Model Description

The following, in order:

This element may be contained in:

<appendix>, <blockquote>, <listitem>, <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" floatstyle="1" xreflabel="Gourds">
<mediaobject>
<imageobject>
<imagedata format="jpg" fileref="19450212-2.jpg" scale="50"/>
</imageobject>
<caption>
<para>New World Gourds</para>
</caption>
</mediaobject>
</figure>
<para>...</para>
</section>
...


        

Module

balisage-1-1