<fig-group>
Figure Group
Container element for figures that are to be displayed together.
Attributes
Model Description
The following, in order:
- <label> Label of a Figure, Reference, Etc., zero or one
- <caption> Caption of a Figure, Table, Etc., zero or one
- <abstract> Abstract, zero or more
- <kwd-group> Keyword Group, zero or more
- Any combination of:
- Accessibility Elements
- External Linking Elements
- Any combination of:
This element may be contained in:
<ack>, <app>, <app-group>, <bio>, <body>, <boxed-text>, <disp-quote>, <glossary>, <index>, <index-div>, <index-group>, <license-p>, <named-content>, <non-normative-example>, <non-normative-note>, <normative-example>, <normative-note>, <notes>, <p>, <ref-list>, <sec>, <styled-content>, <td>, <term-display>, <term-sec>, <th>
Example
...
<fig-group id="overview4">
<caption><title>Figures 12-14 Overview Diagrams</title>
<p>Diagrams of the mechanizm from three perspectives</p>
</caption>
<fig id="fg-12">
<label>a.</label>
<caption><p>View A: From the Front</p></caption>
<graphic xlink:href="frontView.png"/>
</fig>
<fig id="fg-13">
<label>b.</label>
<caption><p>View B: From the Side</p></caption>
<graphic xlink:href="sideView.png"/>
</fig>
<fig id="fg-14">
<label>c.</label>
<caption><p>View C: From Above</p></caption>
<graphic xlink:href="topView.png"/>
</fig>
</fig-group>
...