Whole document tree
    

Whole document tree

SeeAlsoIE

SeeAlsoIE

Name

SeeAlsoIE -- "See also" entry in an Index

Description

"See also" entry in an Index, not in the text, occurring unnested within IndexEntry at the PrimaryIE or SecondaryIE level. It contains plain text and in-line elements. It has common and Linkends attributes.

Usage

The Linkends attribute should have the value of some list of IndexEntry IDs.

Parents

SeeAlsoIE occurs in IndexEntry.

Attributes

Linkends

IDs of targets pointed to by this element.

Examples

<INDEX ID="ind123">
<TITLE>Index of Themes</TITLE>
<PARA ID="ind124">The index covers the themes of this book
and is self-referential.</PARA>
<INDEXDIV> 
<TITLE>Big Themes</TITLE>
<INDEXENTRY ID="ind125">
<PRIMARYIE LINKENDS="ind123 ind124">Index</PRIMARYIE>
<SECONDARYIE>of Themes</SECONDARYIE>
<TERTIARYIE>start of</TERTIARYIE>
</INDEXENTRY>
</INDEXDIV> 
<INDEXDIV> 
<TITLE>Little Themes</TITLE>
<INDEXENTRY>
<PRIMARYIE LINKENDS="ind123">Explanations</PRIMARYIE>
<SECONDARYIE>unsatisfactory</SECONDARYIE>
<SEEIE LINKEND="ind125">Index</SEEIE>
<SEEALSOIE LINKENDS="ind123 ind124">Index, first paragraph</SEEALSOIE>
</INDEXENTRY
</INDEXDIV>
</INDEX>