Whole document tree
    

Whole document tree

ITermSet

ITermSet

Name

ITermSet --  Group of IndexTerms in a metadata container

Content Model

  IndexTerm+

Attributes

This element has common and Role attributes.

Tag Minimization

Both the start- and end-tags are required for this element.

Description

ITermSet is a container for a group of IndexTerms within a metadata container, such as BookInfo and Sect1Info. More than one ITermSet can be supplied within such a container, but no element-specific facility is supplied for differentiating sibling ITermSets, nor for differentiating IndexTerms contianed in an ITermSet from those in the text of the document.

ITermSet has common attributes.

Children

ITermSet contains IndexTerm.

In some contexts, some of these elements may be invalid due to exclusions in parent elements.

Examples

<CHAPTER>
<DOCINFO>
<ITERMSET>
<INDEXTERM SCOPE="local" SIGNIFICANCE="preferred">
<PRIMARY>rotating your terminal
</PRIMARY>
</INDEXTERM>
<INDEXTERM>
<PRIMARY>display device
</PRIMARY>
<SEE>terminal
</SEE>
</INDEXTERM>
<INDEXTERM>
<PRIMARY>terminal
</PRIMARY>
<SECONDARY>rotation of
</SECONDARY>
<TERTIARY>side to side
</TERTIARY>
</INDEXTERM>
<INDEXTERM SCOPE="all">
<PRIMARY>terminal
</PRIMARY>
<SECONDARY SORTAS="adjustments">adjustment of
</SECONDARY>
<SEEALSO>troubleshooting
</SEEALSO>
</INDEXTERM>
</ITERMSET>
</DOCINFO>
<TITLE>A Chapter About IndexTerms</TITLE>
<PARA>IndexTerms can be collected
in metadata container, within an ITermSet.
</PARA>
<PARA>This paragraph deals with two subjects that should
be listed in
the index:  how to rotate your terminal and how to adjust
it.  The information on rotation goes in the index
to the current document; that on adjustment goes in that
index and the index to the document set of which the
current document is a part.
For the topic of rotation, this is the best place to look
for information, so the 
<SGMLTAG CLASS="attribute">Significance</SGMLTAG> attribute is set to 
&ldquo;Preferred&rdquo;. 
</PARA>
</CHAPTER>