table
A formal (captioned) HTML table in a document
Element information
Namespace: http://docbook.org/ns/docbook
Schema document: docbook.xsd
Other elements with the same name: table
Type: Anonymous
Properties: Local, Qualified
Content
- Sequence [1..1]
- Sequence [0..1]
- info [0..1] A wrapper for information about a component or other block without a title
from group db.titleforbidden.info - caption [1..1] An HTML table caption
- Choice [1..1]
- thead [0..1] A table header consisting of one or more rows in an HTML table
- tfoot [0..1] A table footer consisting of one or more rows in an HTML table
- Choice [1..1]
- tbody [1..*] A wrapper for the rows of an HTML table or informal HTML table
- tr [1..*] A row in an HTML table
from group db.html.tbody
from group db.html.table.infofrom group db.html.captionfrom group db.html.theadfrom group db.html.tfoot - Sequence [0..1]
from type db.html.table.model
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
xml:id | [0..1] | Unspecified | from group db.common.attributes | |
version | [0..1] | xsd:anySimpleType | Specifies the DocBook version of the element and its descendants | from group db.common.base.attributes |
xml:lang | [0..1] | Unspecified | from group db.common.base.attributes | |
xml:base | [0..1] | Unspecified | from group db.common.base.attributes | |
remap | [0..1] | xsd:anySimpleType | Provides the name or similar semantic identifier assigned to the content in some previous markup scheme | from group db.common.base.attributes |
xreflabel | [0..1] | xsd:anySimpleType | Provides the text that is to be generated for a cross reference to the element | from group db.common.base.attributes |
revisionflag | [0..1] | db.revisionflag.enumeration | Identifies the revision status of the element | from group db.common.base.attributes |
dir | [0..1] | db.dir.enumeration | Identifies the direction of text in an element | from group db.common.base.attributes |
arch | [0..1] | xsd:anySimpleType | Designates the computer or chip architecture to which the element applies | from group db.effectivity.attributes |
audience | [0..1] | xsd:anySimpleType | Designates the intended audience to which the element applies, for example, system administrators, programmers, or new users. | from group db.effectivity.attributes |
condition | [0..1] | xsd:anySimpleType | provides a standard place for application-specific effectivity | from group db.effectivity.attributes |
conformance | [0..1] | xsd:anySimpleType | Indicates standards conformance characteristics of the element | from group db.effectivity.attributes |
os | [0..1] | xsd:anySimpleType | Indicates the operating system to which the element is applicable | from group db.effectivity.attributes |
revision | [0..1] | xsd:anySimpleType | Indicates the editorial revision to which the element belongs | from group db.effectivity.attributes |
security | [0..1] | xsd:anySimpleType | Indicates something about the security level associated with the element to which it applies | from group db.effectivity.attributes |
userlevel | [0..1] | xsd:anySimpleType | Indicates the level of user experience for which the element applies | from group db.effectivity.attributes |
vendor | [0..1] | xsd:anySimpleType | Indicates the computer vendor to which the element applies. | from group db.effectivity.attributes |
wordsize | [0..1] | xsd:anySimpleType | Indicates the word size (width in bits) of the computer architecture to which the element applies | from group db.effectivity.attributes |
annotations | [0..1] | xsd:anySimpleType | Identifies one or more annotations that apply to this element | from group db.common.attributes |
class | [0..1] | xsd:anySimpleType | This attribute assigns a class name or set of class names to an element. Any number of elements may be assigned the same class name or names. Multiple class names must be separated by white space characters. | from group db.html.coreattrs |
style | [0..1] | xsd:anySimpleType | This attribute specifies style information for the current element. | from group db.html.coreattrs |
title | [0..1] | xsd:anySimpleType | This attribute offers advisory information about the element for which it is set. | from group db.html.coreattrs |
lang | [0..1] | xsd:anySimpleType | This attribute specifies the base language of an element's attribute values and text content. The default value of this attribute is unknown. | from group db.html.i18n |
onclick | [0..1] | xsd:anySimpleType | Occurs when the pointing device button is clicked over an element. | from group db.html.events |
ondblclick | [0..1] | xsd:anySimpleType | Occurs when the pointing device button is double clicked over an element. | from group db.html.events |
onmousedown | [0..1] | xsd:anySimpleType | Occurs when the pointing device button is pressed over an element. | from group db.html.events |
onmouseup | [0..1] | xsd:anySimpleType | Occurs when the pointing device button is released over an element. | from group db.html.events |
onmouseover | [0..1] | xsd:anySimpleType | Occurs when the pointing device is moved onto an element. | from group db.html.events |
onmousemove | [0..1] | xsd:anySimpleType | Occurs when the pointing device is moved while it is over an element. | from group db.html.events |
onmouseout | [0..1] | xsd:anySimpleType | Occurs when the pointing device is moved away from an element. | from group db.html.events |
onkeypress | [0..1] | xsd:anySimpleType | Occurs when a key is pressed and released over an element. | from group db.html.events |
onkeydown | [0..1] | xsd:anySimpleType | Occurs when a key is pressed down over an element. | from group db.html.events |
onkeyup | [0..1] | xsd:anySimpleType | Occurs when a key is released over an element. | from group db.html.events |
summary | [0..1] | xsd:anySimpleType | Provides a summary of the table's purpose and structure for user agents rendering to non-visual media such as speech and Braille. | from group db.html.table.attributes |
width | [0..1] | Anonymous | Specifies the desired width of the entire table and is intended for visual user agents. When the value is a percentage value, the value is relative to the user agent's available horizontal space. In the absence of any width specification, table width is determined by the user agent. | from group db.html.table.attributes |
border | [0..1] | xsd:nonNegativeInteger | Specifies the width (in pixels only) of the frame around a table. | from group db.html.table.attributes |
frame | [0..1] | Anonymous | Specifies which sides of the frame surrounding a table will be visible. | from group db.html.table.attributes |
rules | [0..1] | Anonymous | Specifies which rules will appear between cells within a table. The rendering of rules is user agent dependent. | from group db.html.table.attributes |
cellspacing | [0..1] | Anonymous | Specifies how much space the user agent should leave between the left side of the table and the left-hand side of the leftmost column, the top of the table and the top side of the topmost row, and so on for the right and bottom of the table. The attribute also specifies the amount of space to leave between cells. | from group db.html.table.attributes |
cellpadding | [0..1] | Anonymous | Specifies the amount of space between the border of the cell and its contents. If the value of this attribute is a pixel length, all four margins should be this distance from the contents. If the value of the attribute is a percentage length, the top and bottom margins should be equally separated from the content based on a percentage of the available vertical space, and the left and right margins should be equally separated from the content based on a percentage of the available horizontal space. | from group db.html.table.attributes |
role | [0..1] | xsd:anySimpleType | from group db.html.table.attlist | |
label | [0..1] | xsd:anySimpleType | Specifies an identifying string for presentation purposes | from group db.html.table.attlist |
orient | [0..1] | Anonymous | Specifies the orientation of the table | from group db.html.table.attlist |
pgwide | [0..1] | db.pgwide.enumeration | Indicates if the element is rendered across the column or the page | from group db.html.table.attlist |
tabstyle | [0..1] | xsd:anySimpleType | Specifies the table style | from group db.html.table.attlist |
floatstyle | [0..1] | xsd:anySimpleType | Specifies style information to be used when rendering the float | from group db.html.table.attlist |
Used in
- Group db.html.table
- Anonymous type of element acknowledgements via reference to db.all.blocks
- Anonymous type of element annotation via reference to db.all.blocks
- Anonymous type of element answer via reference to db.all.blocks
- Anonymous type of element appendix via reference to db.component.contentmodel
- Anonymous type of element article via reference to db.all.blocks
- Anonymous type of element bibliodiv via reference to db.all.blocks
- Anonymous type of element bibliography via reference to db.all.blocks
- Anonymous type of element bibliolist via reference to db.all.blocks
- Anonymous type of element blockquote via reference to db.all.blocks
- Anonymous type of element callout via reference to db.all.blocks
- Anonymous type of element calloutlist via reference to db.all.blocks
- Anonymous type of element caption via reference to db.all.blocks
- Anonymous type of element caution via reference to db.all.blocks
- Anonymous type of element chapter via reference to db.component.contentmodel
- Anonymous type of element colophon via reference to db.all.blocks
- Anonymous type of element constraintdef via reference to db.all.blocks
- Anonymous type of element db.setindex.components via reference to db.all.blocks
- Anonymous type of element dedication via reference to db.all.blocks
- Anonymous type of element entry via reference to db.all.blocks
- Anonymous type of element example via reference to db.all.blocks
- Anonymous type of element figure via reference to db.all.blocks
- Anonymous type of element footnote via reference to db.all.blocks
- Anonymous type of element glossary via reference to db.all.blocks
- Anonymous type of element glossdef via reference to db.all.blocks
- Anonymous type of element glossdiv via reference to db.all.blocks
- Anonymous type of element glosslist via reference to db.all.blocks
- Anonymous type of element important via reference to db.all.blocks
- Anonymous type of element index via reference to db.all.blocks
- Anonymous type of element indexdiv via reference to db.all.blocks
- Anonymous type of element informalexample via reference to db.all.blocks
- Anonymous type of element informalfigure via reference to db.all.blocks
- Anonymous type of element itemizedlist via reference to db.all.blocks
- Anonymous type of element legalnotice via reference to db.all.blocks
- Anonymous type of element listitem via reference to db.all.blocks
- Anonymous type of element msgexplan via reference to db.all.blocks
- Anonymous type of element msgtext via reference to db.all.blocks
- Anonymous type of element note via reference to db.all.blocks
- Anonymous type of element orderedlist via reference to db.all.blocks
- Anonymous type of element para via reference to db.nopara.blocks
- Anonymous type of element partintro via reference to db.toplevel.blocks.or.sections
- Anonymous type of element preface via reference to db.component.contentmodel
- Anonymous type of element procedure via reference to db.all.blocks
- Anonymous type of element qandadiv via reference to db.all.blocks
- Anonymous type of element qandaset via reference to db.all.blocks
- Anonymous type of element question via reference to db.all.blocks
- Anonymous type of element refsect1 via reference to db.all.blocks
- Anonymous type of element refsect2 via reference to db.all.blocks
- Anonymous type of element refsect3 via reference to db.all.blocks
- Anonymous type of element refsection via reference to db.all.blocks
- Anonymous type of element refsynopsisdiv via reference to db.all.blocks
- Anonymous type of element revdescription via reference to db.all.blocks
- Anonymous type of element sect1 via reference to db.all.blocks
- Anonymous type of element sect2 via reference to db.all.blocks
- Anonymous type of element sect3 via reference to db.all.blocks
- Anonymous type of element sect4 via reference to db.all.blocks
- Anonymous type of element sect5 via reference to db.all.blocks
- Anonymous type of element section via reference to db.recursive.blocks.or.sections
- Anonymous type of element setindex via reference to db.all.blocks
- Anonymous type of element sidebar via reference to db.all.blocks
- Anonymous type of element simplesect via reference to db.all.blocks
- Anonymous type of element step via reference to db.all.blocks
- Anonymous type of element taskprerequisites via reference to db.all.blocks
- Anonymous type of element taskrelated via reference to db.all.blocks
- Anonymous type of element tasksummary via reference to db.all.blocks
- Anonymous type of element td via reference to db.all.blocks
- Anonymous type of element textobject via reference to db.all.blocks
- Anonymous type of element th via reference to db.all.blocks
- Anonymous type of element tip via reference to db.all.blocks
- Anonymous type of element toc via reference to db.all.blocks
- Anonymous type of element tocdiv via reference to db.all.blocks
- Anonymous type of element variablelist via reference to db.all.blocks
- Anonymous type of element warning via reference to db.all.blocks
- Group db.all.blocks via reference to db.html.table
- Group db.component.contentmodel via reference to db.html.table
- Group db.formal.blocks via reference to db.html.table
- Group db.nopara.blocks via reference to db.html.table
- Group db.recursive.blocks.or.sections via reference to db.html.table
- Group db.table via reference to db.html.table
- Group db.table.choice via reference to db.html.table
- Group db.toplevel.blocks.or.sections via reference to db.html.table
- Type db.admonition.contentmodel via reference to db.all.blocks