att.tableDecoration

att.tableDecoration provides attributes used to decorate rows or cells of a table. 14 Tables, Formulæ, and Graphics
Moduletei — 1 The TEI Infrastructure
Members cell row
AttributesIn addition to global attributes
roleindicates the kind of information held in this cell or in each cell of this row.
Status Optional
Datatype

<rng:ref name="data.enumerated"/>
data.enumerated
Suggested values include:
label
labelling or descriptive information only.
data
data values. [Default]
Note
When this attribute is specified on a row, its value is the default for all cells in this row. When specified on a cell, its value overrides any default specified by the role attribute of the parent row element.
rowsindicates the number of rows occupied by this cell or row.
Status Optional
Datatype

<rng:ref name="data.count"/>
data.count
Values A number; a value greater than one indicates that this cell (or row) spans several rows.
Note
Where several cells span several rows, it may be more convenient to use nested tables.
cols(columns) indicates the number of columns occupied by this cell or row.
Status Optional
Datatype

<rng:ref name="data.count"/>
data.count
Values A number; a value greater than one indicates that this cell or row spans several columns.
Note
Where an initial cell spans an entire row, it may be better treated as a heading.