spanspec

spanspec — Formatting information for a spanned column in a table

Synopsis

Content Model

spanspec ::=

  • empty

Attributes

Common attributes and common linking attributes.

Additional attributes:

  • align (enumeration)
    • “center”
    • “char”
    • “justify”
    • “left”
    • “right”
  • char
  • charoff
  • colsep
  • nameend
  • namest
  • rowsep
  • spanname

Required attributes are show in bold.

Description

A SpanSpec associates a name with a span between two columns in a table. In the body of the table, cells can refer to the span by name. Cells that refer to a span will span horizontally from the first column to the last column, inclusive.

Cells can also form spans directly, by naming the start and end columns themselves. The added benefit of a SpanSpec is that it can associate formatting information (such as alignment and table rule specifications) with the span. This information does not need to be repeated then, on each spanning cell.

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.

The NameSt and NameEnd attributes of a SpanSpec must refer to named ColSpecs in the same table. In other words, if the SpanSpec

<spanspec spanname="fullyear" namest="jan" nameend="dec"/>
exists in a table, ColSpecs named “jan” and “dec” must also exist in the same table.

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:

colsep

Specifies the presence or absence of the column separator

nameend

FIXME:

namest

FIXME:

rowsep

Specifies the presence or absence of the row separator

spanname

FIXME:

Parents

These elements contain spanspec: entrytbl, tgroup.

See Also

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

ChangeLog

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