◇◆
<fig-group> Figure Group
Container element for figures that are to be displayed together.
Attributes
Models and Context
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>, <tbx:crossReference>, <tbx:definition>, <tbx:entailedTerm>, <tbx:example>, <tbx:externalCrossReference>, <tbx:note>, <tbx:pronunciation>, <tbx:see>, <tbx:source>, <tbx:term>, <tbx:usageNote>, <td>, <term-display>, <term-sec>, <th>
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:
Content Model
<!ELEMENT fig-group %fig-group-model; >
Expanded Content Model
(label?, (caption)?, (abstract)*, (kwd-group)*, (alt-text | long-desc | email | ext-link | uri)*, (fig | alternatives | graphic | media)*)
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>
...