tei:att.tableDecoration.attributes

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
cols xs:nonNegativeInteger 1 optional
(columns) indicates the number of columns occupied by this cell or
row.
role union of(restriction of xs:token, restriction of xs:token, restriction of xs:token) data optional
indicates the kind of information held in this cell or in each cell of
this row. Suggested values include: 1] label; 2] data
rows xs:nonNegativeInteger 1 optional
indicates the number of rows occupied by this cell or
row.

Used By

Elements tei:cell, tei:row

Source

<xs:attributeGroup name="att.tableDecoration.attributes">
  <xs:attributeGroup ref="tei:att.tableDecoration.attribute.role"/>
  <xs:attributeGroup ref="tei:att.tableDecoration.attribute.rows"/>
  <xs:attributeGroup ref="tei:att.tableDecoration.attribute.cols"/>
</xs:attributeGroup>