<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> | <example> | <image> | <lines> | <lq> | <note> | <object> | <ol> | <p> | <pre> | <sl> | <ul> | <video> | <cite> | <include> | <keyword> | <ph> | <q> | <term> | <text> | <tm> | <xref> | <data> | <draft-comment> | <fn> | <foreign> | <required-cleanup>)*
Contained by
Contained by
Inheritance
- topic/figgroup
The <figgroup> element is a base element type. It is defined in the topic module.
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>