Description
This element contains the text of a footnote. Each reference to the footnote is created by the <footnoteref> element:
...a footnote<footnoteref linked="F001">*</footnoteref> reference...
... a footnote* reference ...
The reference above is to the following footnote block, which should be placed closely following the first reference to it:
<footnote id="F001">A note at the end of the page</footnote>
Parent Elements
The elements listed below may directly contain this element. They are "parent" elements. Elements in referenced groups are included, up to two levels of group nesting.
Model Diagram
The DTD model for this element:
--+(optional and repeatable choice)
  |  
  |-- para  -- (TEXT and elements)
  |  
  |-- chemeqn  -- (elements)
  |  
  |-- unnumchemeqn  -- (elements)
  |  
  |-- formula  -- (TEXT and elements)
  |  
  |-- compound  -- (elements)
  |  
  |-- structure  
  |  
  |-- matheqn  -- (elements)
  |  
  |-- unnummatheqn  -- (elements)
  |  
  |-- simplelist  -- (elements)
  |  
  |-- itemizedlist  -- (elements)
  |  
  |-- orderedlist  -- (elements)
  |  
  |-- deflist  -- (elements)
  |  
  |-- address-text  -- (TEXT and elements)
  |  
  |-- comment  -- TEXT
DTD Definition
The DTD contains the following element and attribute definitions (note that embedded links are to definitions within the DTD page of this guide):
<!ELEMENT footnote                       (para | 
                                              chemeqn | unnumchemeqn | formula | compound | structure | 
                                              matheqn | unnummatheqn | 
                                              simplelist | itemizedlist | orderedlist | deflist | 
                                              address-text | comment)*>
<!ATTLIST footnote
               %a-group-CommonIDAttrs;>
.
Defined in DTD section Inline-level Content : Formatting and Identifying : Format-Oriented
General Attributes (shared with other elements)
Common Optional ID Attributes (a-group-CommonIDAttrs)