Noeud:Index, Noeud « Next »:Glossary, Noeud « Previous »:List of Titles, Noeud « Up »:Navigational Components
Index = ( IndexInfo?, ( Title, Subtitle?, TitleAbbrev? )?, ( %component.mix; )*, ( IndexDiv* | IndexEntry* ) ) IndexDiv = ( ( Title, Subtitle?, TitleAbbrev? )?, ( ( %indexdivcomponent.mix; )*, ( IndexEntry+ | SegmentedList ) ) ) IndexEntry = ( PrimaryIE, ( SeeIE|SeeAlsoIE )*, ( SecondaryIE, ( SeeIE | SeeAlsoIE | TertiaryIE )* )* )
Elements : Index
, IndexInfo
, Title
, Subtitle
, TitleAbbrev
, IndexDiv
, IndexEntry
, PrimaryIE
, SecondaryIE
, TertiaryIE
, SeeIE
, SeeAlsoIE
.
An index, generally found at the end of the document, contains a list of terms, with references needed to find them in the document.
An index is often automatically generated by the presentation system from the terms to index found in the document.
An Index
is composed of:
IndexInfo
), optional,
Title
, Subtitle
and title abbreviated TitleAbbrev,
optionals,
IndexDiv
), or any number of index
entries (IndexEntry
), but not a mix of them.
An index division is composed of:
Title
, Subtitle
and title abbreviated TitleAbbrev,
optionals,
IndexEntry
), or a segmented list
(SegmentedList)
.
An index entry (IndexEntry
) is composed of:
PrimaryIE
), mandatory,
SeeIE
) and See also entries
(SeeAlsoIE
), which can be mixed,
Each of the secondary entries is composed of:
SecondaryIE
), mandatory,
SeeIE
) and See also
elements (SeeAlsoIE
), which can be mixed.