The colspan and rowspan attributes record tabular display rendering information.
This element is modelled on an element in the HTML standard.
<elementSpec ident="th" module="MEI.figtable">
<desc>(table header) – Designates a table cell containing column or row heading information
as
opposed to one containing data.</desc>
<classes>
<memberOf key="att.common"/>
<memberOf key="att.facsimile"/>
<memberOf key="att.lang"/>
<memberOf key="att.xy"/>
<memberOf key="att.tabular"/>
</classes>
<content>
<rng:zeroOrMore>
<rng:choice>
<rng:text/>
<rng:ref name="model.textComponentLike"/>
<rng:ref name="model.textPhraseLike"/>
<rng:ref name="model.editLike"/>
<rng:ref name="model.transcriptionLike"/>
</rng:choice>
</rng:zeroOrMore>
</content>
<remarks>
<p>The <att>colspan</att> and <att>rowspan</att> attributes record tabular display rendering
information.</p>
</remarks>
<remarks>
<p>This element is modelled on an element in the HTML standard.</p>
</remarks>
</elementSpec>