att.tableDecoration

att.tableDecoration provides attributes used to decorate rows or cells of a table. 14 Tables, Formulæ, and Graphics
Modultei — 1 The TEI Infrastructure
Mitglieder cell row
Attribute
roleindicates the kind of information held in this cell or in each cell of this row.
Zustand Optional
Datentyp
data.enumerated
Empfohlene Werte sind:
label
labelling or descriptive information only.
data
data values. [Vorgabe]
Anmerkung
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.
Zustand Optional
Datentyp
data.count
Werte A number; a value greater than one indicates that this cell (or row) spans several rows.
Anmerkung
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.
Zustand Optional
Datentyp
data.count
Werte A number; a value greater than one indicates that this cell or row spans several columns.
Anmerkung
Where an initial cell spans an entire row, it may be better treated as a heading.