Next Up Previous Contents
Next: C.1.32 Element figure
Up: C.1 Element listing
Previous: C.1.30 Element em
[ID index][Keyword index]

C.1.31 Element entry

C.1.31.1 Description

A single cell in a table row. You need not supply all the entries for a row. If an entry element supplies the `colname' or `namest' attributes, then that attribute refers to a colspec element in the same tgroup, and this entry is taken to have the column number corresponding to that colspec. If you wish an entry to span more than one column, then supply both the `namest' and `nameend' attributes. It is an error if the `colname' or `namest' attributes are inconsistent with the number of entry elements actually supplied. Example:

<tgroup cols=4>
<colspec colname=second colnum=2>
<colspec colname=last colnum=4 align=right>
<row>
<entry colname=second>two<entry>three<entry>four
<row>
<entry>uno<entry namest=second nameend=last>due a quattro

C.1.31.2 Parents

row

C.1.31.3 Content

(( #pcdata | em | strong | quote | code | kbd | cite | m | angle | foreign | ref | docxref | webref | url | citation | coderef | mequation | meqnarray) * )

entry
 |_((#PCDATA |
 |___em |
 |___strong |
 |___quote |
 |___code |
 |___kbd |
 |___cite |
 |___m |
 |___angle |
 |___foreign |
 |___ref |
 |___docxref |
 |___webref |
 |___url |
 |___citation |
 |___coderef |
 |___mequation |
 |___meqnarray)*)

C.1.31.4 Attribute entry/rowsep

If present and non-zero, this indicates that there should be a line separating this row from the next (not supported).

C.1.31.5 Attribute entry/align

Alignment of this entry (not supported).

C.1.31.6 Attribute entry/namest

Indicates the start of a horizontal span.

C.1.31.7 Attribute entry/valign

Controls the vertical alignment of the entry's contents (not supported).

C.1.31.8 Attribute entry/colname

Identifies which column this entry corresponds to.

C.1.31.9 Attribute entry/char

Character to align on (not supported).

C.1.31.10 Attribute entry/morerows

If present and non-zero, this indicates the number of rows deep this entry is to be. That is, this indicates vertical spanning where the `namest' and `nameend' attributes indicate horizontal spanning (not supported).

C.1.31.11 Attribute entry/nameend

Indicates the end of the horizontal span.

C.1.31.12 Attribute entry/colsep

If present and non-zero, then this column will have a line separator following it (not supported).

C.1.31.13 Attribute entry/charoff

Offset for character alignment (not supported).


Next Up Previous Contents
Next: C.1.32 Element figure
Up: C.1 Element listing
Previous: C.1.30 Element em
[ID index][Keyword index]
The Starlink SGML Set
Starlink System Note 70
Norman Gray, Mark Taylor
21 April 1999. Release DR-0.7-13. Last updated 24 August 2001