<row>

<row> (row) contiene una fila de la tabla. [14.1.1 TEI Tables]
Módulo figures — Tables, Formulæ, Graphics, and Notated Music
Atributos
Contenido en
figures: table
Puede contener
figures: cell
Ejemplo
<row role="data">
 <cell role="label">Classics</cell>
 <cell>Idle listless and unimproving</cell>
</row>
Content model
<content>
 <elementRef key="cellminOccurs="1"
  maxOccurs="unbounded"/>

</content>
Declaración
<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+
}