<row>

<row> (rangée) contient une rangée d'un tableau. [14.1.1 TEI Tables]
Module figures — Tables, Formulæ, Graphics, and Notated Music
Attributs
Contenu dans
figures: table
Peut contenir
figures: cell
Exemple
<row role="data">
 <cell role="label">Etudes classiques</cell>
 <cell>Inoccupé indolent et sans amélioration</cell>
</row>
Modèle de contenu
<content>
 <elementRef key="cellminOccurs="1"
  maxOccurs="unbounded"/>

</content>
Schéma Declaration
<rng:element name="row">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.tableDecoration.attributes"/>
 <rng:oneOrMore>
  <rng:ref name="cell"/>
 </rng:oneOrMore>
</rng:element>
element row
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.tableDecoration.attributes,
   cell+
}