colspec

colspec — Specifications for a column in a table

Synopsis

Content Model

colspec ::=

  • empty

Attributes

Common attributes and common linking attributes.

Additional attributes:

  • align (enumeration)
    • “center”
    • “char”
    • “justify”
    • “left”
    • “right”
  • char
  • charoff
  • colname
  • colnum (integer)
  • colsep
  • colwidth
  • rowsep

Description

The attributes of this empty element specify the presentation characteristics of entries in a column of a table.

Each ColSpec refers to a single column. Columns are numbered sequentially from left to right in the table. If the ColNum attribute is not specified, the ColSpec is for the next column after the preceeding ColSpec or column 1 if it is the first ColSpec.

Processing expectations

Suppressed. This element is expected to obey the semantics of the CALS Table Model Document Type Definition, as specified by OASIS Technical Memorandum TM 9502:1995.

Attributes

Common attributes and common linking attributes.

align

FIXME:

Enumerated values:

center

FIXME:

char

FIXME:

justify

FIXME:

left

FIXME:

right

FIXME:

char

FIXME:

charoff

FIXME:

colname

FIXME:

colnum

FIXME:

colsep

Specifies the presence or absence of the column separator

colwidth

FIXME:

rowsep

Specifies the presence or absence of the row separator

Parents

These elements contain colspec: entrytbl, tfoot (db.cals.tfoot), tgroup, thead (db.cals.entrytbl.thead), thead (db.cals.thead).

See Also

entry, entrytbl, informaltable, row, spanspec, table, tbody, tfoot, tgroup, thead

ChangeLog

This alpha reference page is $Revision: 1.3 $ published $Date: 2005/07/07 16:40:32 $.