Whole document tree
    

Whole document tree

FootnoteRef

FootnoteRef

Name

FootnoteRef -- Location of a footnote mark

Content Model

  EMPTY

Tag Minimization

The start-tag is required for this element. The end-tag is optional, if your SGML declaration allows minimization.

Description

FootnoteRef identifies the location for a footnote mark. It has no content, and has Linkend, Label, and common attributes. You can use the Label attribute to hold the contents of the mark (such as an asterisk, *, or a number, 84). The Linkend attribute, which is required, should have as its value the ID of the associated Footnote. See Footnote.

Attributes

Linkend

ID of target pointed to by this element.

Label

Label holds an identifying number or string to be output in some manner when the element it is applied to is rendered.

Examples

<PARA>
Citation is a reference to some published work by means
of a reference string, such as <CITATION>Rohmer, 1919</CITATION>;
if you want to refer to a published work by means
of its title, use CiteTitle, as for 
<CITETITLE PUBWORK="book">Tales of Secret Egypt</CITETITLE>
by Sax Rohmer, a book 
full of local color.<FOOTNOTEREF LINKEND="foo123" LABEL="dagger">
<FOOTNOTE ID="foo123">
<PARA>Published at the height of the Egyptology craze.</PARA>
</FOOTNOTE>
</PARA>