<row>
<row> (row) contains one row of a table. [14.1.1. TEI Tables]
Module | figures |
Attributes | Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source)) att.tableDecoration (role, rows, cols) |
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 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> </elementSpec> |