<row>

<row> (row) contains one row of a table. [14.1.1. TEI Tables]
Module figures
Attributes
att.tableDecoration
role
rows
cols
att.global
@xml:id
@n
@xml:lang
att.global.rendition
@style
@rendition
att.global.linking
copyOf
@corresp
@next
@prev
Contained by
figures: table
May contain
figures: cell
Examples

<row role="data">
   
<cell role="label">Classics</cell>
   
<cell>Idle listless and unimproving</cell>
</row>
Source Github

<elementSpec rend="change" module="figures" ident="row">
   
<gloss>row</gloss>
   
<desc>contains one row of a table.</desc>
   
<classes>
      
<memberOf key="att.global"/>
      
<memberOf key="att.tableDecoration"/>
   
</classes>
   
<content>
      
<elementRef key="cell" minOccurs="1" maxOccurs="unbounded"/>
   
</content>
   
<attList>
      
<attDef ident="copyOf" mode="delete"/>
   
</attList>
</elementSpec>