<row>

<row> contains one row of a table. 14.1.1 TEI Tables
Modulefigures — 14 Tables, Formulæ, and Graphics
Attributes att.tableDecoration (@role, @rows, @cols)
Used by
May contain
figures: cell
Declaration

<rng:element name="row">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.tableDecoration.attributes"/>
<rng:oneOrMore>
<!-- <rng:choice> -->
 <rng:ref name="cell"/>
<!-- <rng:ref name="table"/>-->
<!-- </rng:choice>-->
<!-- <rng:zeroOrMore> <rng:ref name="model.global"/> </rng:zeroOrMore>-->
</rng:oneOrMore>
</rng:element>
element row { att.global.attributes, att.tableDecoration.attributes, cell+ }
Example
<row role="data">
 <cell role="label">Classics</cell>
 <cell>Idle listless and unimproving</cell>
</row>