<figgroup>
A figure group is a grouping of segments within a figure.
Usage information
The <figgroup>
element is useful primarily
as a base for complex specializations, such as nestable groups of
syntax within a syntax diagram. The
<figgroup>
element can nest. It can also contain multiple
cross-references, footnotes, and keywords.
Content model
<title>
?, (
<figgroup>
|
<audio>
|
<dl>
|
<div>
|
<imagemap>
|
<example>
|
<image>
|
<lines>
|
<lq>
|
<note>
|
<hazardstatement>
|
<object>
|
<ol>
|
<p>
|
<pre>
|
<sl>
|
<ul>
|
<video>
|
<cite>
|
<include>
|
<keyword>
|
<ph>
|
<strong>
|
<em>
|
<b>
|
<i>
|
<line-through>
|
<overline>
|
<sup>
|
<sub>
|
<tt>
|
<u>
|
<q>
|
<term>
|
<text>
|
<tm>
|
<xref>
|
<data>
|
<sort-as>
|
<draft-comment>
|
<fn>
|
<foreign>
|
<required-cleanup>
)*
- Optional
<title>
- Zero or more
-
<audio>
-
<b>
-
<cite>
-
<data>
-
<div>
-
<dl>
-
<draft-comment>
-
<em>
-
<example>
-
<figgroup>
-
<fn>
-
<foreign>
-
<hazardstatement>
-
<i>
-
<image>
-
<imagemap>
-
<include>
-
<keyword>
-
<line-through>
-
<lines>
-
<lq>
-
<note>
-
<object>
-
<ol>
-
<overline>
-
<p>
-
<ph>
-
<pre>
-
<q>
-
<required-cleanup>
-
<sl>
-
<sort-as>
-
<strong>
-
<sub>
-
<sup>
-
<term>
-
<text>
-
<tm>
-
<tt>
-
<u>
-
<ul>
-
<video>
-
<xref>
-
Attributes
The following attributes are available on this element: universal attributes.
The following attributes are available on this element: universal attributes.
Example
This section is non-normative.
For the most part,
<figgroup>
is intended to be used as a
base for specialization. This example uses it directly for purposes
of illustration.
The following code sample shows how the <figgroup>
can group content
with associated metadata:
<fig>
<title>Sample complex figure</title>
<figgroup>
<data name="MetaItem" value="13"/>
<data name="MetaThing" value="31"/>
<ph>These elements are grouped with associated metadata</ph>
</figgroup>
</fig>