figure
figure — A formal figure, generally an illustration, with a title.
Synopsis
- Sequence of:
- One of: 
 - One or more of:
- Sequence of:
 - empty
 - empty
 - Sequence of:
 revhistoryspeakernotes- Formal elements 
![[+]](figs/web/nav/right.gif)
 - Graphic elements 
![[+]](figs/web/nav/right.gif)
 - Informal elements 
![[+]](figs/web/nav/right.gif)
 - List elements 
![[+]](figs/web/nav/right.gif)
 - Paragraph elements 
![[+]](figs/web/nav/right.gif)
 - Publishing elements 
![[+]](figs/web/nav/right.gif)
 - Verbatim elements 
![[+]](figs/web/nav/right.gif)
 
 caption? (db.caption)
 - One of: 
 
Attributes
Common attributes and common linking attributes.
Additional attributes:
- floatstyle
 - label
 - pgwide (enumeration)
- “0”
 - “1”
 
 
Additional Constraints
- example must not occur among the children or descendants of figure
 - figure must not occur among the children or descendants of figure
 - table must not occur among the children or descendants of figure
 
Description
A figure is a formal example with a title.
      Figures often contain mediaobjects, or other large
      display elements. Frequently, they are given IDs and
      referenced from the text with xref or
      link.
Processing expectations
Formatted as a displayed block.
A figure may contain multiple display
        elements. DocBook does not specify how these elements are to be
        presented with respect to one another.
DocBook does not specify the location of the figure within the final displayed flow of text; it may float or remain where it is located.
A list of figures may be generated at the beginning of a document.
Attributes
Common attributes and common linking attributes.
- floatstyle
 Specifies style information to be used when rendering the float
- label
 Specifies an identifying string for presentation purposes
- pgwide
 Indicates if the element is rendered across the column or the page
Enumerated values: “0” The element should be rendered in the current text flow (with the flow column width).
“1” The element should be rendered across the full text page.
Parents
These elements contain figure: bibliodiv, bibliography, blockquote, caption (db.caption), entry, example, figure, foil, foilgroup, footnote, itemizedlist, legalnotice, listitem, note, orderedlist, para, revdescription, section, sidebar, slides, speakernotes, td, textobject, th, variablelist.
Children
The following elements occur in figure: blockquote, caption (db.caption), epigraph, example, figure, info (db.titleforbidden.info), info (db.titleonlyreq.info), informaltable (db.cals.informaltable), informaltable (db.html.informaltable), itemizedlist, literallayout, mediaobject, note, orderedlist, para, programlisting, revhistory, sidebar, speakernotes, table (db.cals.table), table (db.html.table), title, titleabbrev, variablelist.
See Also
Examples
<article xmlns='http://docbook.org/ns/docbook'>
<title>Example figure</title>
<figure xml:id="ex.pythagorean">
<title>The Pythagorean Theorem Illustrated</title>
<mediaobject>
  <imageobject condition="print">
    <imagedata fileref="figs/print/db5d_ref01.pdf"/>
  </imageobject>
  <imageobject condition="web">
    <imagedata fileref="figs/web/db5d_ref01.png"/>
  </imageobject>
  <textobject><phrase>An illustration of the Pythagorean Theorem</phrase></textobject>
</mediaobject>
</figure>
</article>

![[x]](figs/web/nav/delete.gif)
![[-]](figs/web/nav/down.gif)