<cell> contains one cell of a table.
Attributes:
role indicates the kind of information held in the cell.
Datatype: CDATA
Legal values:
label labelling or descriptive information only.
data data values.
Default: data
Note

The value specified overrides any default specified by the role attribute of the parent <row> element, for this cell only.

rows indicates the number of rows occupied by this cell.
Datatype: NUMBER
Values: A number; a value greater than one indicates that this cell spans several rows.
Default: 1
Note

Where several cells span several rows, it may be more convenient to use nested tables.

cols indicates the number of columns occupied by this cell.
Datatype: NUMBER
Values: A number; a value greater than one indicates that this cell spans several columns.
Default: 1
Note

Where an initial cell spans an entire row, it should be treated as a heading.

Example
<row>
  <cell role=label>General conduct</cell>
  <cell role=data>Not satisfactory, on account of his great
       unpunctuality and inattention to duties</cell>
</row>
Note

Tagsetadditional tag set for formulae
Class
Filenameteifig2
Content:
Parentsrow
Children#PCDATA abbr add address app att bibl biblFull biblStruct c caesura camera caption castList cit cl corr damage date dateRange dateStruct del distinct emph expan figure foreign formula fw geogName gi gloss handShift hi label lang link list listBibl m measure mentioned move name note num oRef oVar orgName orig pRef pVar persName phr placeName ptr q quote ref reg restore rs s seg sic soCalled sound space stage supplied table tag tech term text time timeRange timeStruct title unclear val view w witDetail xptr xref
Declaration
<!ELEMENT cell          - O  (%paraContent)                     >
<!ATTLIST cell               %a.global
          role               CDATA               data
          rows               NUMBER              1
          cols               NUMBER              1              >
See 22.1.1

Back to index