index
index — An index to a book or part of a book.
Synopsis
- Sequence of:
- One of: 
 - Zero or more of:
annotationbridgeheadremarkrevhistory- Indexing inlines 
![[-]](figs/web/nav/down.gif)
 - Admonition elements 
![[-]](figs/web/nav/down.gif)
 - Formal elements 
![[-]](figs/web/nav/down.gif)
 - Graphic elements 
![[-]](figs/web/nav/down.gif)
 - Informal elements 
![[-]](figs/web/nav/down.gif)
informalequationinformalexampleinformalfigureinformaltable(db.cals.informaltable)informaltable(db.html.informaltable)
 - List elements 
![[-]](figs/web/nav/down.gif)
 - Paragraph elements 
![[-]](figs/web/nav/down.gif)
 - Publishing elements 
![[-]](figs/web/nav/down.gif)
 - Synopsis elements 
![[-]](figs/web/nav/down.gif)
 - Technical elements 
![[-]](figs/web/nav/down.gif)
 - Verbatim elements 
![[-]](figs/web/nav/down.gif)
 
 - One of: 
- Zero or more of:
 - Zero or more of:
 segmentedlist
 
 - One of: 
 
Additional Constraints
- If this element is the root element, it must have a version attribute.
 
Description
An index contains the formatted index of a
      document.
Processing expectations
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.
Attributes
- label
 Specifies an identifying string for presentation purposes
- status
 Identifies the editorial or publication status of the element on which it occurs
- type
 Specifies the target index for this term
Examples
An index with a title and
indexdivs.
<index xmlns='http://docbook.org/ns/docbook'> <title>Index</title> <indexdiv><title>D</title> <indexentry> <primaryie>database (bibliographic), 253, 255</primaryie> <secondaryie>structure, 255</secondaryie> <secondaryie>tools, 259</secondaryie> </indexentry> <indexentry> <primaryie>dates (language specific), 179</primaryie> </indexentry> <indexentry> <primaryie>DC fonts, <emphasis>172</emphasis>, 177</primaryie> <secondaryie>Math fonts, 177</secondaryie> </indexentry> </indexdiv> </index>
An index without a title or divisions.
An index without a title.
<index xmlns='http://docbook.org/ns/docbook'> <indexentry> <primaryie>Example</primaryie> <secondaryie>Chapter</secondaryie> <seeie>Example Chapter</seeie> </indexentry> <indexentry> <primaryie>Example Chapter, 35-48</primaryie> <seealsoie>Examples</seealsoie> </indexentry> <indexentry> <primaryie>Examples, 18, 36, 72-133</primaryie> </indexentry> </index>




![[+]](figs/web/nav/right.gif)