att.tabular

Attributes shared by table cells.
Module
Attributes
colspan, rowspan
colspan(optional)The number of columns spanned by this cell. Value is a positive integer.
rowspan(optional)The number of rows spanned by this cell. Value is a positive integer.
colspan(optional)The number of columns spanned by this cell. Value is a positive integer.
rowspan(optional)The number of rows spanned by this cell. Value is a positive integer.
Figures and tables component declarations.
colspan(optional)The number of columns spanned by this cell. Value is a positive integer.
rowspan(optional)The number of rows spanned by this cell. Value is a positive integer.
Available at
tdDesignates a table cell that contains data as opposed to a cell that contains column or row heading information.
thDesignates a table cell containing column or row heading information as opposed to one containing data.
Figures and tables component declarations.
tdDesignates a table cell that contains data as opposed to a cell that contains column or row heading information.
thDesignates 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 xml:lang="en">Attributes shared by table cells.</desc>
<attList>
<attDef ident="colspan" usage="opt">
<desc xml:lang="en">The number of columns spanned by this cell.</desc>
<datatype>
<rng:data type="positiveInteger"/>
</datatype>
</attDef>
<attDef ident="rowspan" usage="opt">
<desc xml:lang="en">The number of rows spanned by this cell.</desc>
<datatype>
<rng:data type="positiveInteger"/>
</datatype>
</attDef>
</attList>
</classSpec>