◇◆
symbol Symbol
Stores the symbol (for example, an asterisk, numeral, section mark) that was displayed
in the original document to identify a specific footnote or collaboration, if this
symbol is to be preserved in the XML.
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 used to mark a footnote, such as a dagger “†”. |
Restriction | @symbol is an optional attribute; there is no default. |
Tagged Sample
In <fn>
To preserve a dagger symbol as marking a footnote for a table
...
<table-wrap-foot>
<fn id="TF1-218" symbol="†">
<p>Data not available or incomplete for
this time period.</p></fn>
</table-wrap-foot>
...