Description
This element holds the name of the author of a written letter, or a reference to a graphic file of the author's signature.
<closing align="right">
  <para>Yours</para>
  <signature><graphic fileref="JohnSmith.gif"/></signature>
</closing>
or:
<closing align="right">
  <para>Yours</para>
  <signature>John Smith</signature>
</closing>
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.
Parent elements: <closing>
Model Diagram
The DTD model for this element:
--+(choice of TEXT with elements repeated) 
  |  
  |-- sub  -- (TEXT and elements)
  |  
  |-- sup  -- (TEXT and elements)
  |  
  |-- graphic  
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 signature                      (#PCDATA | sub | sup | graphic)*>
<!ATTLIST signature
               %a-group-CommonIDAttrs;>
.
Defined in DTD section Block-level Content : Letters
General Attributes (shared with other elements)
Common Optional ID Attributes (a-group-CommonIDAttrs)