Whole document tree FootnoteRefDescriptionFootnoteRef 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. ParentsThese elements contain FootnoteRef: Application, Attribution, BiblioMisc, BridgeHead, Citation, CiteTitle, Comment, Emphasis, ForeignPhrase, GlossSee, GlossSeeAlso, GlossTerm, LineAnnotation, Link, LiteralLayout, LoTentry, Member, MsgAud, OLink, Para, Phrase, Primary, PrimaryIE, ProductName, ProgramListing, Quote, RefEntryTitle, RefPurpose, Screen, ScreenInfo, Secondary, SecondaryIE, See, SeeAlso, SeeAlsoIE, SeeIE, Seg, SegTitle, SimPara, Subtitle, Synopsis, Term, Tertiary, TertiaryIE, Title, TitleAbbrev, ToCback, ToCentry, ToCfront, ULink, entry. Attributes
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> |