uslm:CellGroup
The cell group is used to describe a cell in a tabular structure found within legislation. The @colspan and @rowspan attributes are inspired by the HTML attributes of the same name. Consequently, the names are specified as all lower-case which is a minor inconsistency to the naming convention used for all other attributes.
Attribute group information
Namespace: http://schemas.gpo.gov/xml/uslm
Schema document: uslm-components-2.1.0.xsd
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
colspan | [0..1] | xsd:integer | The @colspan attribute, like the corresponding HTML attribute, defines the number of columns a column tag must span. If this attribute is not set, then the column span is one. | Default value is "1". |
rowspan | [0..1] | xsd:integer | The @rowspan attribute, like the corresponding HTML attribute, defines the number of rows a specific column tag must span. If this attribute is not set, then the row span is one. | Default value is "1". |
leaders | [0..1] | uslm:ShortStringSimpleType | This is deprecated in USLM 2 and may be removed in a future version. The @leaders attribute specifies whether leaders should be shown either trailing or following the text content. The character included as the value is the character used to render the leaders. Use the CSS text-align character to position the text. If the text is aligned to the left, then the leaders will show to the right and if the text is aligned to the right, then the leaders will show to the left. |
Used in
- Type uslm:ColumnType (Element uslm:column)