<row>

<row> 包含表格中的一列。 14.1.1 TEI Tables
組件figures — 14 Tables, Formulæ, and Graphics
屬性 att.tableDecoration (@role, @rows, @cols)
屬於
可包含
figures: cell
宣告

<rng:element name="row">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.tableDecoration.attributes"/>
<rng:oneOrMore>
<!-- <rng:choice> -->
 <rng:ref name="cell"/>
<!-- <rng:ref name="table"/>-->
<!-- </rng:choice>-->
<!-- <rng:zeroOrMore> <rng:ref name="model.global"/> </rng:zeroOrMore>-->
</rng:oneOrMore>
</rng:element>
element row { att.global.attributes, att.tableDecoration.attributes, cell+ }
例子
<row role="data">
 <cell role="label">古文</cell>
 <cell>漫無目的且無精進的</cell>
</row>