Noeud:Index, Noeud « Next »:, Noeud « Previous »:List of Titles, Noeud « Up »:Navigational Components



Index


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:

An index division is composed of:

An index entry (IndexEntry) is composed of:

Each of the secondary entries is composed of: