<caption>

Appears in

Frequency

<boxed-text>

Zero or more times

<disp-formula>

Zero or more times

<fig>

Zero or more times

<element-media>

Zero or more times

<supplementary-material>

Zero or more times

<table-wrap>

Zero or more times

Describes a caption for various types of objects. <caption> involves the element <title> to hold the descriptive text of a table, figure, media, formula or similar object, as well as the element <p> to identify additional text.

Examples:

Example of <fig> with <caption>:

...
<fig id="f03">
    <label>Figura 3</label>
    <caption>
        <title>Percentual de atividade mitocondrial (método MTT) das células dos diferentes grupos experimentais em relação às células do grupo controle</title>
    </caption>
    <graphic xlink:href="figure.tiff"/>
</fig>
...

Example of <fig> with <caption> with aditional information:

...
<fig id="f03">
      <label>Figura 4</label>
      <caption>
          <title>Despesas realizadas pelas IES brasileiras em 2005 como percentuais do PIB</title>
          <p>(Valores em R$ bilhões, a preços de janeiro de 2010, corrigidos pelo IPCA)</p>
      </caption>
      <graphic xlink:href="figure.tiff"/>
  </fig>
  ...