index — An index to a book or part of a book.
Common attributes and common linking attributes.
Additional attributes:
An index contains the formatted index of a document.
Formatted as a displayed block. An index in a book frequently causes a forced page break in print media.
In many processing systems, indexes are generated automatically or semiautomatically and never appear instantiated as DocBook markup.
Often an empty index is used to indicate where the automatically generated index should be rendered.
Authors can choose to have several types of indexes: for example, function, command, and concept indexes. This can be achieved in DocBook with the type attribute. All of the indexterms with a particular type will be collected together in the index with the same type.
All indexterms, irrespective of their type, appear in an index that has no type attribute.
Common attributes and common linking attributes.
Specifies an identifying string for presentation purposes
Identifies the editorial or publication status of the element on which it occurs
Specifies the target index for this term
The following elements occur in index: address, anchor, bibliolist, blockquote, bridgehead, calloutlist, dialogue, drama, epigraph, equation, example, figure, formalpara, glosslist, indexterm (db.indexterm.endofrange), indexterm (db.indexterm.singular), indexterm (db.indexterm.startofrange), info (db.info), info (db.titleforbidden.info), informalequation, informalexample, informalfigure, informaltable, itemizedlist, literallayout, mediaobject, note, orderedlist, para, poetry, procedure, qandaset, remark, revhistory, sidebar, simpara, simplelist, subtitle, table, task, title, titleabbrev, variablelist.
An index without a title.
1 <index xmlns='http://docbook.org/ns/docbook'> 2 <indexentry> <primaryie>Example</primaryie> 4 <secondaryie>Chapter</secondaryie> <seeie>Example Chapter</seeie> 6 </indexentry> 8 <indexentry> <primaryie>Example Chapter, 35-48</primaryie> 10 <seealsoie>Examples</seealsoie> </indexentry> 12 <indexentry> 14 <primaryie>Examples, 18, 36, 72-133</primaryie> </indexentry> 16 </index>