<label>

Aparece em:

Ocorre:

Zero ou mais vezes

<label> tem como função identificar, numérica e/ou alfabéticamente, um grupo de elementos de tipo específico.

Exemplos:

Exemplo em <aff>:

<aff id="aff01">
    <label>a</label>
    ...
</aff>

Exemplo em <corresp>:

<corresp id="c01">
   <label>*</label>
   ...
</corresp>

Exemplo em <fig>:

<fig id="f01">
    <label>Figure 1</label>
    ...
</fig>

Exemplo em <table-wrap>:

<table-wrap id="t01">
    <label>Table 1</label>
    ...
</table-wrap>

Exemplo em <ref>:

<ref id="B01">1</ref>
    <label>1</label>
    ...
</ref>

Exemplo em <app>:

<app id="app01">
    <label>Apêndice</label>
    ...
</app>