<index>

<index> (index entry) marks a location to be indexed for whatever purpose. 3.8.2 Index Entries
Modulecore — 3 Elements Available in All TEI Documents
Attributes [att.spanning ]
indexNamesupplies a name to specify which index (of several) the index entry belongs to.
Status Optional
Datatype
data.name
Values an application-specific name, consisting of Unicode characters only.
Note
This attribute makes it possible to create multiple indexes for a text.
Declaration
element index
{
   att.global.attributes,
   att.spanning.attributes,
   attribute indexName { data.name }?,
   ( term, index? )*
}
Example
David's other principal backer, Josiah ha-Kohen
<index indexName="NAMES">
 <term>Josiah ha-Kohen b. Azarya</term>
</index> b. Azarya, son of one of the last gaons of Sura
<index indexName="PLACES">
 <term>Sura</term>
</index> was David's own first cousin.
Contained byindex model.global.meta
May contain
core: index term