<see-also> See-Also

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

Usage/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

Base Attributes

Models and Context
May be contained in
Description
Content Model
<!ELEMENT see-also      (#PCDATA %see-also-elements;)*               >
Expanded Content Model

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

Tagged Samples
Pointer to related term
... 
<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>
...
Points to alternate term (See) and 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>
...