◇◆
<index-term-range-end> Index Term Range End
The marker (an EMPTY element) for the end of a range when an index term embedded into the narrative of
a document is the start of a range.
Usage/Remarks
When the <index-term> is the start of a range, the
@rid attribute of an <index-term-range-end> must point to the @id of the
<index-term>.
This is an EMPTY element, since all the information naming
the index term is already present in the <index-term> element to which this element
points.
Models and Context
May be contained in
<addr-line>, <alt-title>, <article-title>, <attrib>, <award-id>, <bold>, <code>, <collab>, <comment>, <compl>, <def-head>, <element-citation>, <fixed-case>, <full>, <funding-source>, <intro>, <italic>, <license-p>, <main>, <meta-value>, <mixed-citation>, <monospace>, <named-content>, <overline>, <p>, <preformat>, <roman>, <sans-serif>, <sc>, <see>, <see-also>, <see-also-entry>, <see-entry>, <strike>, <styled-content>, <sub>, <subtitle>, <sup>, <supplement>, <td>, <term>, <term-head>, <th>, <title>, <trans-subtitle>, <trans-title>, <underline>, <verse-line>
Description
This is an EMPTY element
Content Model
<!ELEMENT index-term-range-end %index-term-range-end-model; >
Expanded Content Model
EMPTY
Tagged Sample
Start and end of range
@rid of <index-term-range-end> must point to the @id of the structure that starts the range, in this case a section title
...
<sec>
<title>Controlled Vocabularies — Purpose, Concepts, Principles,
and Structure<index-term id="idx2313"><term>Controlled Vocabularies</term>
</index-term></title>
<sec><title>Purpose</title> ...</sec>
<sec><title>Concepts</title>
<sec><title>Terms</title> ...</sec>
<sec><title>Content Objects</title> ...
<p>... any new metadata elements sets or
schema.<index-term-range-end rid="idx2313"/></p>
</sec>
</sec>
</sec>
...