<indexterm>
An <indexterm>
element contains content
that is used to produce an index entry. Nested
<indexterm>
elements create multi-level
indexes.
Rendering expectations
The content of @indexterm
entries is not rendered
in the flow of body text; it is rendered only as part of an index.
Content model
(Text |
<data>
|
<sort-as>
|
<foreign>
|
<keyword>
|
<term>
|
<text>
|
<ph>
|
<strong>
|
<em>
|
<b>
|
<i>
|
<line-through>
|
<overline>
|
<sup>
|
<sub>
|
<tt>
|
<u>
|
<indexterm>
|
<index-see>
|
<index-see-also>
)*
Attributes
The following attributes are available on this element: universal
attributes, @keyref
, and the
attributes defined below.
@start
- Specifies an identifier that indicates the start of an index range.
@end
- Specifies an identifier that indicates the end of an index range.
The following attributes are available on this element: universal attributes and the attributes defined below.
@end
- Specifies an identifier that indicates the end of an index range.
@keyref
- Specifies a key name that acts as a redirectable reference based on a key definition within a map. See The keyref attribute for information on using this attribute.
@start
- Specifies an identifier that indicates the start of an index range.
Examples
This section is non-normative.
This section contains examples of how <indexterm>
elements can be
used.
The effect is the same as if the <indexterm>
element had been
located in the map:
<map>
<topicref href="aboutdatabases.dita">
<topicmeta>
<keywords>
<indexterm>databases</indexterm>
</keywords>
</topicmeta>
</topicref>
<!-- ... -->
</map>