| | The element table is defined in module CALStable. It belongs to group block. Purpose A formal table in a documentContent model (caption? , legend* , tgroup+ , legend*)Attributes
| Name | Type | Value | Purpose |
|---|
label | CDATA | optional | specifies an identifying string for presentation purposes. | tabstyle | NMTOKEN | optional | | tocentry | CDATA |
"1"
| | frame | ENUMERATION: all | top | bottom | topbot | sides | none | optional |
Frame specifies how the table is to be framed | colsep | CDATA | optional | | rowsep | CDATA | optional |
If rowsep has the value 1 (true), then a
rule will be drawn below all the rows in the table
(unless other, interior elements, suppress some or all of the rules).
A value of 0 (false) suppresses the rule. The rule below the last row
in the table is controlled by the Frame
attribute and the RowSep
of the last row is ignored.
| orient | ENUMERATION: port | land | optional |
specifies the orientation of the table.
| pgwide | CDATA | optional |
If pgwide has the value 0 (false), then the
table is rendered in the current text flow (with flow
column width). A value of 1 (true) specifies that the table should be
rendered across the full text page. | id | ID | optional | an unique ID to refer to e.g. with link
|
Description
The table element identifies a formal table.
DiML uses the CALS table model, which describes tables geometrically using rows, columns, and cells.
Tables may include column headers and footers, but there is no provision for
row headers.
Parents
These elements contain table:
p, vita.
Children
These elements may occur inside of table:
caption, legend, tgroup
|