◇◆
symbol Symbol
Stores the symbol (for example, an asterisk, numeral, section mark) that was displayed
in the original document to identify a specific footnote, if this symbol is to be
preserved.
Usage/Remarks
For example, it might be useful to store the symbol to disambiguate mis-tagged cases
in which an author has stated “see footnote b” or “see footnote
14” in the text, but the “see” note has not been tagged as an
<xref> element. When the cross-reference has
not been tagged, the normal ID/IDREF connection between footnote and
reference is missing, and the only connection between the two is the visually matching
symbols (“b” and “14”, respectively).
OPTIONAL on many elements; click for list and usage
| Value | Meaning |
|---|---|
| Text, numbers, or special characters | The symbol, such as a dagger “†”, used to mark a footnote or inclusion in a collaboration. |
| Restriction | @symbol is an optional attribute; there is no default. |
Tagged Sample
With <fn>
To preserve a dagger symbol as marking a footnote for a table
<table-wrap>...
<table frame="box" rules="all" cellpadding="5">
<tbody>...</tbody>
</table>
<table-wrap-foot>
<fn id="TF1-218" symbol="dagger">
<p>Data not available or incomplete for
this time period.</p></fn>
</table-wrap-foot>
</table-wrap>