<see-also>

See-Also

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

Remarks

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

Attributes

Content Model

<!ELEMENT see-also      (#PCDATA %see-also-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

Points the reader to a term that may contain related information:
    
... 
<p>However, the First Amendment does not bar the 
issuance or execution of a warrant to search a 
newsroom<index-term><term>Newspapers</term>
<see-also><index-term><term>Speech and press</term>
</index-term></see-also></index-term> to obtain 
photographs of demonstrators who had injured several 
policemen, although the Court appeared ...</p>
...

   

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>
...