<informaltable> (Informal Table) Description .email comment.
Description
This element contains a CALS table model to help create formatting constructs, and are not referenced from the text. Unlike formal tables (see <formaltable>), there is no title (and table number) and no option to replace the CALS model with graphic images.
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:
--+(sequence)
  |  
 table  -- (elements)
  |  
 endnotes (optional) -- (TEXT and elements)
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 informaltable                  (table, endnotes?)>
<!ATTLIST informaltable
                doi                      CDATA  #IMPLIED 
               %a-group-CommonIDAttrs;>
.
Defined in DTD section Block-level Content : Tables
General Attributes (shared with other elements)
Common Optional ID Attributes (a-group-CommonIDAttrs)
Local Attributes (defined for this element alone)
Attribute: doi (Digital Object Identifier)
Introduced in version 1.8.
Description
This attribute holds a Digital Object Identifier for the table, which will be the same as the DOI for the article, but with a suffix that conists of the table identifier, as in "10.1081/CAR-120026597-T0001".
Specification
This attribute is not required. It has text content.
DTD Definition
                doi                      CDATA  #IMPLIED 
.