<fig-group> Figure Group

Container element for figures that are to be displayed together.
Related Elements
Both figures (<fig>) and graphics (<graphic>) may appear either grouped within a <fig-group> or singly within textual material.
Attributes
orientation (default = portrait)
position (default = float)

Base Attributes

Models and Context
May be contained in
Model Description
Tagged Sample

Note captions for both <fig-group> and <fig>

...
<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>
...
Related Resources