<see>

See

Used in an embedded index entry to hold preferred terms that make “See” references in a generated index.

Remarks

Best Practice:The primary (useful) content of a <see> element is one or more <index-term> elements to which the user is being directed. Thus a typical embedded See reference would contain only an <index-term>, with words such as “See” (or similar) generated by a display application. Many other elements are allowed within a <see> element for those rare cases where additional narrative explanation of the index-term is provided.

Attributes

Content Model

<!ELEMENT see           (#PCDATA %see-elements;)*                    >

Expanded Content Model

(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | hr | bold | fixed-case | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | ruby | alternatives | inline-graphic | inline-media | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | index-term | index-term-range-end | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | x | disp-formula | disp-formula-group | array | code | graphic | media | preformat)*

Description

Any combination of:

This element may be contained in:

Example 1

Directs the reader to an alternate term:
    
...
<sec id="sec10-3-3">
<title>Interstate Compacts<index-term id="idx313"><term>Interstate 
compacts</term>
<see><index-term>
<term>States, Agreements with other States</term>
</index-term></see>
</index-term></title>
<p>For many years after the Constitution was adopted, boundary 
disputes continued to predominate as the subject matter of agreements 
among the States.  Since the turn of the twentieth century, however, the 
interstate compact has been used to an increasing extent as an instrument 
for state cooperation ...</p>
...
</sec>
...

   

Example 2

Points the user to an alternate term (See) and some related terms (See Also):
... 
<p>Fu attribuito prevalentemente ad 
Aristotele<index-term index-type="person" id="idx108">
<term 
  vocab-term-identifier="http://xmlns.com/foaf/spec/#term_Person"
>Aristotle</term>
<see><index-term><term>Aristoteles</term>
</index-term></see>
</index-term>, anche se l&rsquo;origine avicenniana era 
tramandata dalle sottoscrizioni di parecchi manoscritti e nota a commentatori 
come ad esempio Adamo di Bockenfield<index-term index-type="person" id="idx903">
<term 
  vocab-term-identifier="http://xmlns.com/foaf/spec/#term_Person"
>Adamo di Bockenfield</term>
<see-also><index-term><term>Adam de Bocfeld</term>
</index-term></see-also>
<see-also><index-term><term>Adam Bockenfield</term>
</index-term></see-also>
</index-term></p>
...