att.tableDecoration

att.tableDecoration provides attributes used to decorate rows or cells of a table. [14. Tables, Formulæ, Graphics, and Notated Music]
Module figures
Members cell row
Attributes Attributes
role (role) indicates the kind of information held in this cell or in each cell of this row.
Status Optional
Datatype teidata.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.
rows (rows) indicates the number of rows occupied by this cell or row.
Status Optional
Datatype teidata.count
Default 1
Note
A value greater than one indicates that this cell spans several rows. Where several cells span multiple 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 teidata.count
Default 1
Note
A value greater than one indicates that this cell or row spans several columns. Where an initial cell spans an entire row, it may be better treated as a heading.
Source Github

<classSpec module="figures" type="atts" ident="att.tableDecoration">
   
<desc>provides attributes used to decorate rows or cells of a table.</desc>
   
<attList>
      
<attDef ident="role" usage="opt">
         
<gloss>role</gloss>
         
<desc>indicates the kind of information held in this cell or
in each cell of this row.
</desc>
         
<datatype>
            
<dataRef key="teidata.enumerated"/>
         
</datatype>
         
<defaultVal>data</defaultVal>
         
<valList type="semi">
            
<valItem ident="label">
               
<desc>labelling or descriptive information only.</desc>
            
</valItem>
            
<valItem ident="data">
               
<desc>data values.</desc>
            
</valItem>
         
</valList>
      
</attDef>
      
<attDef ident="rows" usage="opt">
         
<gloss>rows</gloss>
         
<desc>indicates the number of rows occupied by this cell or row.</desc>
         
<datatype>
            
<dataRef key="teidata.count"/>
         
</datatype>
         
<defaultVal>1</defaultVal>
      
</attDef>
      
<attDef ident="cols" usage="opt">
         
<gloss>columns</gloss>
         
<desc>indicates the number of columns occupied by this cell or
 row.
</desc>
         
<datatype>
            
<dataRef key="teidata.count"/>
         
</datatype>
         
<defaultVal>1</defaultVal>
      
</attDef>
   
</attList>
</classSpec>