<row>

<row> 表の1行を示す. 14.1.1 TEIにおける表
モジュールfigures — 14 図,表,式
属性 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">Classics</cell>
 <cell>Idle listless and unimproving</cell>
</row>