<label>¶
| Appears in | Frequency | 
|---|---|
| Zero or more times | |
| Zero or more times | |
| Zero or more times | |
| Zero or more times | |
| 
 | Zero or more times | 
| Zero or more times | |
| Once | |
| Once | |
| 
 | Zero or more times | 
| Zero or more times | |
| 
 | Zero or more times | 
| 
 | Once | 
| Once | |
| Once | |
| Zero or more times | |
| Once | |
| Zero or more times | 
<label> is meant to identify, numerically and/or alphabetically, a group of elements of a specific type.
Examples:
Example in <aff>:¶
<aff id="aff01">
    <label>a</label>
    ...
</aff>
Example em <fig>:¶
<fig id="f01">
    <label>Figure 1</label>
    ...
</fig>
Example in <table-wrap>:¶
<table-wrap id="t01">
    <label>Table 1</label>
    ...
</table-wrap>
Example in <ref>:¶
<ref id="B01">1</ref>
    <label>1</label>
    ...
</ref>