att.tabular

Attributes shared by table cells.
Module MEI.figtable
Members
td, th (direct members of att.tabular)
Attributes
@colspan(optional)The number of columns spanned by this cell. Value of datatype positiveInteger. att.tabular
@rowspan(optional)The number of rows spanned by this cell. Value of datatype positiveInteger. att.tabular
Declaration
<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>