Identifies the editorial or publication status of the element on which it occurs
A recursive section
Identifies the relationship between the bibliographic elemnts
A cooked entry in a bibliography
A cooked container for related bibliographic information
Untyped bibliographic information
A bibliography
A section of a bibliography
Specifies the alignment character when align is set to char . 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 . 0 100 Specifies how the table is to be framed. Note that there is no way to obtain a border on only the starting edge (left, in left-to-right writing systems) of the table. all Frame all four sides of the table. In some environments with limited control over table border formatting, such as HTML, this may imply additional borders. bottom Frame only the bottom of the table. none Place no border on the table. In some environments with limited control over table border formatting, such as HTML, this may disable other borders as well. sides Frame the left and right sides of the table. top Frame the top of the table. topbot Frame the top and bottom of the table. Specifies the presence or absence of the column separator 0 No column separator rule. 1 Provide a column separator rule on the right Specifies the presence or absence of the row separator 0 No row separator rule. 1 Provide a row separator rule below Specifies the orientation of the table land 90 degrees counter-clockwise from the rest of the text flow. port The same orientation as the rest of the text flow. Specifies the table style Indicates whether or not the entries in the first column should be considered row headers firstcol Indicates that entries in the first column of the table are functionally row headers (analogous to the way that a thead provides column headers). headers Indicates that row headers are identified by use of the headers attribute on entries in the table. norowheader Indicates that entries in the first column have no special significance with respect to column headers. Specifies the horizontal alignment of text in an entry. center Centered. char Aligned on a particular character. justify Left and right justified. left Left justified. right Right justified. Specifies the vertical alignment of text in an entry. bottom Aligned on the bottom of the entry. middle Aligned in the middle. top Aligned at the top of the entry. Specifies a column specification by name. Specifies a starting column by name. Specifies a span by name. Specifies a starting column by name. Specifies an ending column by name. Provides a name for a column specification. Provides a name for a span specification.
Additional style information for downstream processing; typically the name of a style. The number of columns in the table. Must be an integer greater than zero. A wrapper for the main content of a table, or part of a table
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. Specifies the width of the column. Specifications for a column in a table
Specifies a starting column by name. Specifies an ending column by name. Formatting information for a spanned column in a table
A table header consisting of one or more rows
A table footer consisting of one or more rows
A wrapper for the rows of a table or informal table
A row in a table
Specifies the number of additional rows which this entry occupies. Defaults to zero. Specifies the rotation of this entry. A value of 1 (true) rotates the cell 90 degrees counter-clockwise. A value of 0 (false) leaves the cell unrotated. 0 Do not rotate the cell. 1 Rotate the cell 90 degrees counter-clockwise. Specifies the scope of a header. row Applies to the row col Applies to the column rowgroup Applies to the row group colgroup Applies to the column group Specifies the entry or entries which serve as headers for this element. A cell in a table table must not occur among the children or descendants of entry informaltable must not occur among the children or descendants of entry
Additional style information for downstream processing; typically the name of a style. The number of columns in the entry table. Must be an integer greater than zero. A subtable appearing in place of an entry in a table
A table header consisting of one or more rows
A wrapper for the rows of a table or informal table
A row in a table
Indicates if the short or long title should be used in a List of Tables 0 Indicates that the full title should be used. 1 Indicates that the short short title (titleabbrev) should be used. Indicates if the table should appear in a List of Tables 0 Indicates that the table should not occur in the List of Tables. 1 Indicates that the table should appear in the List of Tables. A formal table in a document example must not occur among the children or descendants of table figure must not occur among the children or descendants of table
A table without a title
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. This attribute specifies style information for the current element. This attribute offers advisory information about the element for which it is set. This attribute specifies the base language of an element's attribute values and text content. The default value of this attribute is unknown. Occurs when the pointing device button is clicked over an element. Occurs when the pointing device button is double clicked over an element. Occurs when the pointing device button is pressed over an element. Occurs when the pointing device button is released over an element. Occurs when the pointing device is moved onto an element. Occurs when the pointing device is moved while it is over an element. Occurs when the pointing device is moved away from an element. Occurs when a key is pressed and released over an element. Occurs when a key is pressed down over an element. Occurs when a key is released over an element. Specifies the alignment of data and the justification of text in a cell. left Left-flush data/Left-justify text. This is the default value for table data. center Center data/Center-justify text. This is the default value for table headers. right Right-flush data/Right-justify text. justify Double-justify text. char Align text around a specific character. If a user agent doesn't support character alignment, behavior in the presence of this value is unspecified. This attribute specifies a single character within a text fragment to act as an axis for alignment. The default value for this attribute is the decimal point character for the current language as set by the lang attribute (e.g., the period in English and the comma in French). User agents are not required to support this attribute. When present, this attribute specifies the offset to the first occurrence of the alignment character on each line. If a line doesn't include the alignment character, it should be horizontally shifted to end at the alignment position. When charoff is used to set the offset of an alignment character, the direction of offset is determined by the current text direction (set by the dir attribute). In left-to-right texts (the default), offset is from the left margin. In right-to-left texts, offset is from the right margin. User agents are not required to support this attribute. An explicit offset. [0-9]+% A percentage offset. Specifies the vertical position of data within a cell. top Cell data is flush with the top of the cell. middle Cell data is centered vertically within the cell. This is the default value. bottom Cell data is flush with the bottom of the cell. baseline All cells in the same row as a cell whose valign attribute has this value should have their textual data positioned so that the first text line occurs on a baseline common to all cells in the row. This constraint does not apply to subsequent text lines in these cells. Provides a summary of the table's purpose and structure for user agents rendering to non-visual media such as speech and Braille. 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. An explicit width. [0-9]+% A percentage width. Specifies the width (in pixels only) of the frame around a table. Specifies which sides of the frame surrounding a table will be visible. void No sides. This is the default value. above The top side only. below The bottom side only. hsides The top and bottom sides only. lhs The left-hand side only. rhs The right-hand side only. vsides The right and left sides only. box All four sides. border All four sides. Specifies which rules will appear between cells within a table. The rendering of rules is user agent dependent. none No rules. This is the default value. groups Rules will appear between row groups (see thead, tfoot, and tbody) and column groups (see colgroup and col) only. rows Rules will appear between rows only. cols Rules will appear between columns only. all Rules will appear between all rows and columns. 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. An explicit spacing. [0-9]+% A percentage spacing. 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. An explicit padding. [0-9]+% A percentage padding. Provides an abbreviated form of the cell's content and may be rendered by user agents when appropriate in place of the cell's content. Abbreviated names should be short since user agents may render them repeatedly. For instance, speech synthesizers may render the abbreviated headers relating to a particular cell before rendering that cell's content. This attribute may be used to place a cell into conceptual categories that can be considered to form axes in an n-dimensional space. User agents may give users access to these categories (e.g., the user may query the user agent for all cells that belong to certain categories, the user agent may present a table in the form of a table of contents, etc.). Please consult an HTML reference for more details. Specifies the list of header cells that provide header information for the current data cell. The value of this attribute is a space-separated list of cell names; those cells must be named by setting their id attribute. Authors generally use the headers attribute to help non-visual user agents render header information about data cells (e.g., header information is spoken prior to the cell data), but the attribute may also be used in conjunction with style sheets. Specifies the set of data cells for which the current header cell provides header information. This attribute may be used in place of the headers attribute, particularly for simple tables. row The current cell provides header information for the rest of the row that contains it col The current cell provides header information for the rest of the column that contains it. rowgroup The header cell provides header information for the rest of the row group that contains it. colgroup The header cell provides header information for the rest of the column group that contains it. Specifies the number of rows spanned by the current cell. The default value of this attribute is one (1 ). The value zero (0 ) means that the cell spans all rows from the current row to the last row of the table section (thead , tbody , or tfoot ) in which the cell is defined. Specifies the number of columns spanned by the current cell. The default value of this attribute is one (1 ). The value zero (0 ) means that the cell spans all columns from the current column to the last column of the column group (colgroup ) in which the cell is defined.
A formal (captioned) HTML table in a document example must not occur among the children or descendants of table figure must not occur among the children or descendants of table
An HTML table without a title
An HTML table caption note must not occur among the children or descendants of caption example must not occur among the children or descendants of caption figure must not occur among the children or descendants of caption table must not occur among the children or descendants of caption sidebar must not occur among the children or descendants of caption
This attribute, whose value must be an integer > 0, specifies the number of columns spanned by the col element; the col element shares its attributes with all the columns it spans. The default value for this attribute is 1 (i.e., a single column). If the span attribute is set to N > 1, the current col element shares its attributes with the next N-1 columns. Specifies a default width for each column spanned by the current col element. It has the same meaning as the width attribute for the colgroup element and overrides it. Specifications for a column in an HTML table
This attribute, which must be an integer > 0, specifies the number of columns in a column group. In the absence of a span attribute, each colgroup defines a column group containing one column. If the span attribute is set to N > 0, the current colgroup element defines a column group containing N columns. User agents must ignore this attribute if the colgroup element contains one or more col elements. This attribute specifies a default width for each column in the current column group. In addition to the standard pixel, percentage, and relative values, this attribute allows the special form 0* (zero asterisk) which means that the width of the each column in the group should be the minimum width necessary to hold the column's contents. This implies that a column's entire contents must be known before its width may be correctly computed. Authors should be aware that specifying 0* will prevent visual user agents from rendering a table incrementally. This attribute is overridden for any column in the column group whose width is specified via a col element. A group of columns in an HTML table
A table header consisting of one or more rows in an HTML table
A table footer consisting of one or more rows in an HTML table
A wrapper for the rows of an HTML table or informal HTML table
A row in an HTML table
A table header entry in an HTML table
A table entry in an HTML table
devicefile A device directory A directory extension A filename extension headerfile A header file (as for a programming language) libraryfile A library file partition A partition (as of a hard disk) symlink A symbolic link Identifies the class of filename Specifies the path of the filename The name of a file
The name of an executable program or other software command
Data, generally text, displayed or presented by a computer
Data entered by the user
A literal listing of all or part of a program
daemon A daemon or other system process (syslogd) domainname A domain name (example.com) etheraddress An ethernet address (00:05:4E:49:FD:8E) event An event of some sort (SIGHUP) eventhandler An event handler of some sort (hangup) filesystem A filesystem (ext3) fqdomainname A fully qualified domain name (my.example.com) groupname A group name (wheel) ipaddress An IP address (127.0.0.1) library A library (libncurses) macro A macro netmask A netmask (255.255.255.192) newsgroup A newsgroup (comp.text.xml) osname An operating system name (Hurd) process A process (gnome-cups-icon) protocol A protocol (ftp) resource A resource securitycontext A security context (a role, permission, or security token, for example) server A server (mail.example.com) service A service (ppp) systemname A system name (hephaistos) username A user name (ndw) Identifies the nature of the system item Identifies the nature of the non-standard system item Identifies the kind of systemitemgraphic identifier other Indicates that the system item is some 'other' kind. A system-related item or term
An option for a software command
Inline text that is some literal value
A message set off from the text note must not occur among the children or descendants of note
Points to the element whose content is to be used as the text of the link Points to an internal link target by identifying the value of its xml:id attribute Identifies a link target with a URI Identifies the XLink link type simple An XLink simple link type Identifies the XLink role of the link Identifies the XLink arcrole of the link Identifies the XLink title of the link new An application traversing to the ending resource should load it in a new window, frame, pane, or other relevant presentation context. replace An application traversing to the ending resource should load the resource in the same window, frame, pane, or other relevant presentation context in which the starting resource was loaded. embed An application traversing to the ending resource should load its presentation in place of the presentation of the starting resource. other The behavior of an application traversing to the ending resource is unconstrained by XLink. The application should look for other markup present in the link to determine the appropriate behavior. none The behavior of an application traversing to the ending resource is unconstrained by this specification. No other markup is present to help the application determine the appropriate behavior. Identifies the XLink show behavior of the link onLoad An application should traverse to the ending resource immediately on loading the starting resource. onRequest An application should traverse from the starting resource to the ending resource only on a post-loading event triggered for the purpose of traversal. other The behavior of an application traversing to the ending resource is unconstrained by this specification. The application should look for other markup present in the link to determine the appropriate behavior. none The behavior of an application traversing to the ending resource is unconstrained by this specification. No other markup is present to help the application determine the appropriate behavior. Identifies the XLink actuate behavior of the link Specifies a keyword or keywords identifying additional style information Specifies the format of the data Indentifies the location of the data by URI Identifies the location of the data by external identifier (entity name) continues Line numbering continues from the immediately preceding element with the same name. restarts Line numbering restarts (begins at 1, usually). Determines whether line numbering continues from the previous element or restarts. numbered Lines are numbered. unnumbered Lines are not numbered. Determines whether lines are numbered. Specifies the initial line number. Identifies the language (i.e. programming language) of the verbatim content. Can be used to indicate explicitly that whitespace in the verbatim environment is preserved. Whitespace must always be preserved in verbatim environments whether this attribute is specified or not. preserve Whitespace must be preserved. Specifies an identifying string for presentation purposes Specifies the width (in characters) of the element compact The spacing should be "compact". normal The spacing should be "normal". Specifies (a hint about) the spacing of the content 0 The element should be rendered in the current text flow (with the flow column width). 1 The element should be rendered across the full text page. Indicates if the element is rendered across the column or the page Specifies style information to be used when rendering the float Specifies the width of the element Specifies the depth of the element Specifies the width of the content rectangle Specifies the depth of the content rectangle 0 False (do not scale-to-fit; anamorphic scaling may occur) 1 True (scale-to-fit; anamorphic scaling is forbidden) Specifies the scaling factor Specifies a classid for a media object player Specifies the autoplay setting for a media object player center Centered horizontally char Aligned horizontally on the specified character justify Fully justified (left and right margins or edges) left Left aligned right Right aligned bottom Aligned on the bottom of the region middle Centered vertically top Aligned on the top of the region
The text of the title of a section of a document or of a formal block-level element
The abbreviation of a title
The subtitle of a document
A wrapper for information about a component or other block
A wrapper for information about a component or other block with a required title
A wrapper for information about a component or other block with only a title
A wrapper for information about a component or other block with only a required title
A wrapper for information about a component or other block without a title
Identifies the controlled vocabulary used by this set's terms A set of terms describing the subject matter of a document
Specifies a ranking for this subject relative to other subjects in the same set One of a group of terms describing the subject matter of a document
A term in a group of terms describing the subject matter of a document
A set of keywords describing the content of a document
One of a set of keywords describing the content of a document
A portion of a document that is isolated from the main narrative flow sidebar must not occur among the children or descendants of sidebar
A summary
A short description or note about a person
A quotation set off from the main text
The source of a block quote or epigraph
A short inscription at the beginning of a document or component
Identifies the desired footnote mark A footnote note must not occur among the children or descendants of footnote footnote must not occur among the children or descendants of footnote example must not occur among the children or descendants of footnote figure must not occur among the children or descendants of footnote table must not occur among the children or descendants of footnote sidebar must not occur among the children or descendants of footnote epigraph must not occur among the children or descendants of footnote
A paragraph
Identifies the type of mark to be used on items in this list A list in which each entry is marked with a bullet or other dingbat
continues Specifies that numbering should begin where the preceding list left off restarts Specifies that numbering should begin again at 1 Indicates how list numbering should begin relative to the immediately preceding list Specifies the initial line number. ignore Specifies that numbering should ignore list nesting inherit Specifies that numbering should inherit from outer-level lists Indicates whether or not item numbering should be influenced by list nesting arabic Specifies Arabic numeration (1, 2, 3, …) upperalpha Specifies upper-case alphabetic numeration (A, B, C, …) loweralpha Specifies lower-case alphabetic numeration (a, b, c, …) upperroman Specifies upper-case Roman numeration (I, II, III, …) lowerroman Specifies lower-case Roman numeration (i, ii, iii …) Indicates the desired numeration A list in which each entry is marked with a sequentially incremented label
Specifies the keyword for the type of mark that should be used on this item, instead of the mark that would be used by default A wrapper for the elements of a list item
Indicates a length beyond which the presentation system may consider a term too long and select an alternate presentation for that term, item, or list A list in which each entry is composed of a set of one or more terms and an associated description
A wrapper for a set of terms and the associated description in a variable list
The word or phrase being defined or described in a variable list
A formal example, with a title example must not occur among the children or descendants of example figure must not occur among the children or descendants of example table must not occur among the children or descendants of example
monospaced The literal layout should be formatted with a monospaced font normal The literal layout should be formatted with the current font Specifies the class of literal layout A block of text in which line breaks and white space are to be reproduced faithfully
A formal figure, generally an illustration, with a title example must not occur among the children or descendants of figure figure must not occur among the children or descendants of figure table must not occur among the children or descendants of figure
A displayed media object (video, audio, image, etc.)
An inline media object (video, audio, image, and so on)
A wrapper for video data and its associated meta-information
A wrapper for audio data and its associated meta-information
A wrapper for image data and its associated meta-information
A wrapper for a text description of an object and its associated meta-information
Specifies the (horizontal) alignment of the video data Specifies the vertical alignment of the video data Determines if anamorphic scaling is forbidden Pointer to external video data
Specifies the (horizontal) alignment of the video data Determines if anamorphic scaling is forbidden Specifies the vertical alignment of the video data Pointer to external audio data
Specifies the (horizontal) alignment of the image data Specifies the vertical alignment of the image data Determines if anamorphic scaling is forbidden Pointer to external image data
Identifies the encoding of the text in the external file Pointer to external text data
Specifies the name of the parameter Specifies the value of the parameter Specifies the type of the value of the parameter Application specific parameters for a media player
A caption note must not occur among the children or descendants of caption example must not occur among the children or descendants of caption figure must not occur among the children or descendants of caption table must not occur among the children or descendants of caption sidebar must not occur among the children or descendants of caption
The institutional affiliation of an individual
The title of an individual in an organization
consortium A consortium corporation A corporation informal An informal organization nonprofit A non-profit organization Specifies the nature of the organization Specifies the nature of the organization other Indicates a non-standard organization class Identifies the non-standard nature of the organization The name of an organization
A division of an organization
The personal name of an individual
The name of an individual author
Wrapper for author information when a document has multiple authors or collaborators
The initials or other short identifier for an author
An organization and associated metadata
Copyright information about a document
The year of publication of a document
The name of the individual or organization that holds a copyright
The date of publication or revision of a document
The name or number of an edition of a document
The name of the editor of a document
A statement of legal obligations or requirements
copyeditor A copy editor graphicdesigner A graphic designer productioneditor A production editor technicaleditor A technical editor translator A translator indexer An indexer proofreader A proof-reader coverdesigner A cover designer interiordesigner An interior designer illustrator An illustrator reviewer A reviewer typesetter A typesetter conversion A converter (a persons responsible for conversion, not an application) Identifies the nature of the contributor Identifies the nature of the non-standard contribution Identifies the nature of the contributor other Identifies a non-standard contribution A person or entity, other than an author or editor, credited in a document
The title of a person
A given name of a person
The given name of a person
An inherited or family name; in western cultures the last name
The portion of a person's name indicating a relationship to ancestors
A component of a person's name that is not a first name, surname, or lineage
The date of publication of a document
The name of the publisher of a document
Information about a particular release of a document
A history of the revisions to a document
An entry describing a single revision in the history of the revisions to a document
A document revision number
A description of a revision to a document
A extended description of a revision to a document
The volume number of a document in a set (as of books in a set or articles in a journal)
The number of an issue of a journal
An email address
A comment on a line in a verbatim listing
command A command function A function option An option parameter A parameter Identifies the nature of the replaceable text Content that may or must be replaced by the user
An abbreviation, especially one followed by a period
An often pronounceable word made from the initial (or selected) letters of a name or phrase
article An article bbs A bulletin board system book A book cdrom A CD-ROM chapter A chapter (as of a book) dvd A DVD emailmessage An email message gopher A gopher page journal A journal manuscript A manuscript newsposting A posting to a newsgroup part A part (as of a book) refentry A reference entry section A section (as of a book or article) series A series set A set (as of books) webpage A web page wiki A wiki page Identifies the nature of the publication being cited The title of a cited work
Emphasized text
A span of text
A limited span of text
An inline quotation
A subscript (as in H2 O, the molecular formula for water)
A superscript (as in x2 , the mathematical notation for x multiplied by itself)
copyright A copyright registered A registered copyright service A service trade A trademark Identifies the class of trade mark A trademark
A cross reference to a footnote (a footnote mark) @linkend on footnoteref must point to a footnote.
A cross reference to another part of the document
A hypertext link
A text-only annotation, often used for accessibility
changed added deleted off
A set of slides (or foils) If this element is the root element, it must have a version attribute.
A group of slides (or foils)
A slide (or foil)
Speaker notes