<formaltable> (
Formal Table)
Description
Description
This element contains a formal table, which has an optional title and end notes, but mainly consists of a CALS table model or graphic images of tables or similar structures. Formal tables are numbered and are likely to be referenced from other text in the article (unlike informal tables, for which see
<informaltable>).
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)
|
title (optional) -- (TEXT and elements)
|
|--+(choice)
| |
| |--+(sequence)
| | |
| | table -- (elements)
| | |
| | endnotes (optional) -- (TEXT and elements)
| |
| |-- graphic (repeatable)
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 formaltable (title?, ((table, endnotes?) | graphic+))>
<!ATTLIST formaltable
doi CDATA #IMPLIED
%a-group-CommonIDAttrs;>
.
Defined in DTD section
Block-level Content : Tables
General Attributes (shared with other elements)
Local Attributes (defined for this element alone)
Attribute:
doi (
Digital Object Identifier)
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
.