att.tabular

Attributes shared by table cells.
Module
MEI.figtable
Attributes
colspan, rowspan
colspan(optional)The number of columns spanned by this cell. Value of datatype positiveInteger.
rowspan(optional)The number of rows spanned by this cell. Value of datatype positiveInteger.
colspan(optional)The number of columns spanned by this cell. Value of datatype positiveInteger.
rowspan(optional)The number of rows spanned by this cell. Value of datatype positiveInteger.
Figures and tables component declarations.
colspan(optional)The number of columns spanned by this cell. Value of datatype positiveInteger.
rowspan(optional)The number of rows spanned by this cell. Value of datatype positiveInteger.
Available at
td(table data) – Designates a table cell that contains data as opposed to a cell that contains column or row heading information.
th(table header) – Designates a table cell containing column or row heading information as opposed to one containing data.
td(table data) – Designates a table cell that contains data as opposed to a cell that contains column or row heading information.
th(table header) – Designates a table cell containing column or row heading information as opposed to one containing data.
Declaration
<classSpec ident="att.tabular" module="MEI.figtable" type="atts">
<desc>Attributes shared by table cells.</desc>
<attList org="group">
<attDef ident="colspan" usage="opt">
<desc>The number of columns spanned by this cell.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="positiveInteger"/>
</datatype>
</attDef>
<attDef ident="rowspan" usage="opt">
<desc>The number of rows spanned by this cell.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="positiveInteger"/>
</datatype>
</attDef>
</attList>
</classSpec>