Skip to main content

<figureGroup>


  • Date:
    27/02/2025
  • Modified:
    27/05/2026
  • Category:
    Elements

The <figureGroup> element groups two or more related <figure> elements that may share a single caption or source.

Notes

  • A <figureGroup> requires at least two <figure>elements. For a single image, use <figure> directly.
  • A shared <caption> is placed once at the start of the group, before the first figure.
  • A shared <source> is placed once at the end of the group, after the last figure.
  • A <pagebreak> is allowed between figures inside the group.

Children elements

ElementExplanationRequired
<title>

Contains the title of the figureGroup. Usually consists of a label and a number. See title.

No
<caption>

The group caption of the complete figureGroup. If a figureGroup has a caption, it must be placed first regardless of position in the print. See caption.

No
<figure>

See figure.

Yes

Examples

Series of images (1)

<figureGroup>
  <title number="1.5">figuur 1.5</title>
  <figure>
    <img alt="" role="informative" src="/img/000000_p000-1.jpg" type="drawing"/>
    <caption>a</caption>
  </figure>
    <figure>
    <img alt="" role="informative" src="/img/000000_p000-2.jpg" type="drawing"/>
    <caption>b</caption>
  </figure>
    <figure>
    <img alt="" role="informative" src="/img/000000_p000-3.jpg" type="drawing"/>
    <caption>c</caption>
  </figure>
    <figure>
    <img alt="" role="informative" src="/img/000000_p000-4.jpg" type="drawing"/>
    <caption>d</caption>
  </figure>
    <figure>
    <img alt="" role="informative" src="/img/000000_p000-5.jpg" type="drawing"/>
    <caption>e</caption>
  </figure>
    <figure>
    <img alt="" role="informative" src="/img/000000_p000-6.jpg" type="drawing"/>
    <caption>f</caption>
  </figure>
</figureGroup>

Series of images (2)

<figureGroup>
  <title number="4">Afb. 4</title>
  <caption>Watervervuiling.</caption>
  <figure>
    <img alt="" src="/img/000000_p000-1.jpg" type="photo"/>
    <caption>1 vervuiling door afvalwater van fabrieken en huishoudens</caption>
  </figure>
  <figure>
    <img alt="" src="/img/000000_p000-2.jpg" type="photo"/>
    <caption>2 vervuiling door een kopermijn</caption>
  </figure>
  <figure>
    <img alt="" src="/img/000000_p000-3.jpg" type="photo"/>
    <caption>3 dode vissen door vervuiling</caption>
  </figure>
</figureGroup>

  • Date:
    27/02/2025
  • Modified:
    27/05/2026
  • Category: