<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:ref name="cell"/>
 </rng:oneOrMore>
</rng:element>
element row { att.global.attributes, att.tableDecoration.attributes, cell+ }
例子
<row role="data">
 <cell role="label">古文</cell>
 <cell>漫無目的且無精進的</cell>
</row>