<row>

<row> (rangée) contient une rangée d'un tableau. 14.1.1 TEI Tables
Module figures — 14 Tables, Formulæ, and Graphics
En complément des attributs globaux att.tableDecoration (@role, @rows, @cols)
Utilisé par
Peut contenir
figures: cell
Declaration

<rng:element name="row">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.tableDecoration.attributes"/>
 <rng:oneOrMore>
  <rng:ref name="cell"/>
 </rng:oneOrMore>
</rng:element>
element row { att.global.attributes, att.tableDecoration.attributes, cell+ }
Exemple
<row role="data">
 <cell role="label">Classics</cell>
 <cell>Idle listless and unimproving</cell>
</row>