<index>

The <index> tag creates the back-matter division that holds a book or article’s generated index. It usually contains an optional <title> and an <index-list>, while the actual entries are authored elsewhere with <idx>.

Syntax

Attributes

Attributes for <index>
AttributeRequired?Values
component = "…"optionalstring
label = "…"optionalstring
xml:id = "…"optionalstring
xml:lang = "…"optionalstring

Children

The following may appear as children: <idx> <index-list> <plaintitle> <shorttitle> <title>

Parents

This element may appear as an immediate child of the following elements: <backmatter>

Examples