CELL

  Description:
    contains one cell of a table.
  Attributes:
        role:  indicates the kind of information held in the cell.
        Data type:  CDATA
              Suggested values include:
              label :  labelling or descriptive information only.
              data :  data values.
        Default value:  data
        Remarks:  The value specified overrides any default specified by
              the role attribute of the parent <row> element, for this
              cell only.
        This attribute is optional.
        rows:  indicates the number of rows occupied by this cell.
        Data type:  NUMBER
        Value:  A number; a value greater than one indicates that this
              cell spans several rows.
        Default value:  1
        Remarks:  Where several cells span several rows, it may be more
              convenient to use nested tables.
        This attribute is optional.
        cols:  indicates the number of columns occupied by this cell.
        Data type:  NUMBER
        Value:  A number; a value greater than one indicates that this
              cell spans several columns.
        Default value:  1
        Remarks:  Where an initial cell spans an entire row, it should be
              treated as a heading.
        This attribute is optional.
  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>
  Part:  additional tag set for formulae
  Member of classes:
  DTD file:  teifig2
  Data description:
  May occur within:  row
  May contain:  #PCDATA abbr add address anchor att bibl biblFull
        biblStruct c caesura camera caption castList cit cl corr date
        dateRange dateStruct del distinct emph expan figure foreign formu-
        la gap gi gloss handShift hi label lang link list listBibl m meas-
        ure mentioned move name note num orig oRef oVar phr ptr pRef pVar
        q quote ref reg rs s seg sic sound soCalled stage table tag tech
        term text time timeRange timeStruct title val view w xptr xref
  Declaration:
       <!ELEMENT cell          - O  (%paraContent)                     >
       <!ATTLIST cell               %a.global
                 role               CDATA               data
                 rows               NUMBER              1
                 cols               NUMBER              1              >
  Discussed in 22.1.1, "The TEI Table DTD," on page 39.
  This tag is recommended when applicable.

Content


Tag Minimization
Open Tag: REQUIRED
Close Tag: OPTIONAL
See ATTRIBUTES
See CONTENT DECLARATION


Parent Elements


Top Element List
All Element List
Tree
teilite DTD