◇◆
<fig-group> Figure Group
Container element for figures that are to be displayed together.
Usage/Remarks
One figure may contain many graphics; this container element has been defined to
combine more than one <fig> elements.
Position
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.
Attributes
Models and Context
May be contained in
<abstract>, <ack>, <answer>, <app>, <app-group>, <bio>, <body>, <book-app-group>, <boxed-text>, <disp-quote>, <explanation>, <floats-group>, <glossary>, <index>, <index-div>, <index-group>, <license-p>, <named-book-part-body>, <named-content>, <notes>, <option>, <p>, <question>, <question-preamble>, <ref-list>, <sec>, <styled-content>, <toc>, <toc-div>, <toc-entry>, <toc-group>, <trans-abstract>
Description
The following, in order:
- <object-id> Object Identifier, zero or more
- <label> Label (of an Equation, Figure, Reference, etc.), zero or one
- <caption> Caption of a Figure, Table, etc., zero or one
- <legend> Legend, zero or more
- <contrib-group> Contributor Group, zero or more
- <abstract> Abstract, zero or more
- <kwd-group> Keyword Group, zero or more
- <subj-group> Subject Group, zero or more
- Any combination of:
- Accessibility Elements
- Linking Elements
- Any combination of:
- Any combination of:
- Ownership Elements
Content Model
<!ELEMENT fig-group %fig-group-model; >
Expanded Content Model
((object-id)*, label?, (caption)?, (legend)*, (contrib-group)*, (abstract)*, (kwd-group)*, (subj-group)*, (alt-text | long-desc | email | ext-link | uri)*, (fig | xref | alternatives | graphic | media)*, (attrib | permissions)*)
Tagged Samples
Captions for both <fig-group> and individual <fig>s
...
<fig-group id="dogpix4">
<caption>
<title>Figures 12-14 Bonnie Lassie</title>
<p>Three perspectives on My Dog</p>
</caption>
<fig id="fg-12">
<label>a.</label>
<caption><p>View A: From the Front, Laughing</p></caption>
<graphic xlink:href="frontView.png"/>
</fig>
<fig id="fg-13">
<label>b.</label>
<caption><p>View B: From the Side, Best Profile</p></caption>
<graphic xlink:href="sideView.png"/>
</fig>
<fig id="fg-14">
<label>c.</label>
<caption><p>View C: In Motion, A Blur on Feet</p></caption>
<graphic xlink:href="motionView.png"/>
</fig>
</fig-group>
...
Group attribution
...
<fig-group id="bird-photos2">
<caption><title>Figure 1a-b. House Sparrow</title>
<p>Characteristics</p></caption>
<fig id="fg-1a">
<label>a.</label>
<caption><p>View A: Shape and Size</p></caption>
<graphic xlink:href="sparrow632.png"/>
</fig>
<fig id="fg-1b">
<label>b.</label>
<caption><p>View B: Color Pattern</p></caption>
<graphic xlink:href="sideView.png"/>
</fig>
<attrib>
<string-name><given-names>B.T.</given-names>
<surname>Usdin</surname></string-name>
</attrib>
</fig-group>
...
Related Resources
- For a discussion on the use of <fig-group>, see Figures and Figure Groups.
- See: Hierarchy diagram - Figure Group