<fig>

Figure

Definition

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 list, several paragraphs, an equation, a display quote, a table, etc., or a mixture of several of these.

The position 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.

Conversion Note: Tag unlabeled graphical objects as <graphic>s rather than <fig>s. A common test to determine if an object is a Figure versus a Graphic is to ask, “If there were a ‘List of Figures’ for this article, should this object appear in that list?”

Attributes

fig-type Type of Figure
id Identifier
position Position
xml:lang Language

Model Information

Content Model

<!ELEMENT  fig          %fig-model;                                   >

Description

The following, in order:

This element may be contained in:

<abstract> Abstract; <ack> Acknowledgments; <app> Appendix; <app-group> Appendix Group; <body> Body of the Article; <boxed-text> Boxed Text; <disp-quote> Quote, Displayed; <fig-group> Figure Group; <gloss-group> Glossary Group; <glossary> Glossary Elements List; <named-content> Named Special (Subject) Content; <notes> Notes; <p> Paragraph; <> Reference List (Bibliographic Reference List); <sec> Section; <trans-abstract> Translated Abstract

Tagged Example

    
...
<sec sec-type="results">
<title>Results</title>
<p>We identified 703 abstracts, of which 687 were not relevant ... Details of randomisation procedures, 
treatment schedules, and numbers of patients followed up 
are given on the <italic>BMJ</italic> website.</p>
<fig id="F1">
<caption>
<p>Deaths among patients receiving day hospital care 
or alternative services. Odds ratios of death by end 
of follow up were calculated by fixed effects model. 
Heterogeneity between trials is presented as 
&#x03C7;<sup>2</sup></p>
</caption>
<alt-text>Deaths hospital/alternative services</alt-text>
<graphic xmlns:xlink="http://www.w3.org/1999/xlink" 
xlink:href="fors2662.f1" alt-version="yes"/>
</fig>
...
</sec>
...


    

Module

display.ent