Belongs to http://docbook.org/ns/docbook XML Namespace. Defined in PBS XML Schema grammar.
This is a empty type of element.
Specifications for a column in a table
The dbk:colspec element may include the following attributes:
Name | Optional | Allowed Values | Default Value | Comments |
---|---|---|---|---|
role | Yes | |||
xml:id | Yes | text | ||
version | Yes | |||
xml:lang | Yes | |||
xml:base | Yes | |||
revisionflag | Yes | Any one of: "changed" , "added" , "deleted" , "off" | ||
colnum | Yes | "positiveInteger" datatype | The number of the column to which this specification applies. Must be greater than any preceding column number. Defaults to one more than the number of the preceding column, if there is one, or one. | |
char | Yes | Specifies the alignment character when align is set to char . | ||
colsep | Yes | Any one of: "0" , "1" | Specifies the presence or absence of the column separator | |
colwidth | Yes | Specifies the width of the column. | ||
charoff | Yes | "decimal" datatype | Specifies the percentage of the column's total width that should appear to the left of the first occurance of the character identified in char when align is set to char . | |
colname | Yes | Provides a name for a column specification. | ||
rowsep | Yes | Any one of: "0" , "1" | Specifies the presence or absence of the row separator | |
align | Yes | Any one of: "center" , "char" , "justify" , "left" , "right" | Specifies the horizontal alignment of text in an entry. | |
rowheader | Yes | Any one of: "firstcol" , "headers" , "norowheader" | Indicates whether or not the entries in the first column should be considered row headers |