see
see — Part of an index term directing the reader instead to another entry in the index.
Synopsis
see ::=
- Zero or more of:
- text
inlinestagedirtemplatename- Bibliography inlines
- Graphic inlines
- Indexing inlines
- Linking inlines
- Markup inlines
- Math inlines
- Product inlines
- Publishing inlines
abbrevacronymcorefdateemphasis(db.emphasis)firstterm(db._firstterm)firstterm(db.firstterm)footnotefootnoterefforeignphrase(db.foreignphrase)glossterm(db._glossterm)glossterm(db.glossterm)phrase(db.phrase)quote(db.quote)revnumbersubscriptsuperscriptwordasword
- Technical inlines
- Ubiquitous inlines
abbrevacronymaltanchorbibliorefcorefdateemphasis(db._emphasis)firstterm(db._firstterm)footnotefootnoterefforeignphrase(db._foreignphrase)glossterm(db._glossterm)indexterm(db.indexterm.endofrange)indexterm(db.indexterm.singular)indexterm(db.indexterm.startofrange)inlinemediaobjectlinkolinkphrase(db._phrase)quote(db._quote)remarksubscriptsuperscripttrademarkwordaswordxref
Attributes
Common attributes and common linking attributes.
Additional attributes:
- class (enumeration)
- “normal”
- “under”
Description
The use of see in an
indexterm indicates that the reader should be
directed elsewhere in the index when encountering this term.
The content of see identifies another term in
the index which the reader should consult instead
of the current term.
Processing expectations
Suppressed. This element provides data for processing but it is not rendered in the primary flow of text.
It is possible for multiple indexterms, taken
together, to form an illogical index. For example, given the following
indexterms:
|<indexterm><primary>Extensible Markup Language</primary>|<see>XML</see></indexterm>|<indexterm><primary>Extensible Markup Language</primary>|<secondary>definition of</secondary>|</indexterm>
there’s no way to construct a logical index because an entry in
the index should never have both a see and other
content.
DocBook cannot detect these errors. You will have to rely on an external process to find them.
Attributes
Common attributes and common linking attributes.
- any attribute
Any attribute in any other explicit namespace
- class
Identifies the class of 'see'
Enumerated values: “normal” Normal
“under” See 'under'
Parents
These elements contain see: indexterm (db.indexterm.singular), indexterm (db.indexterm.startofrange).
Children
The following elements occur in see: text, abbrev, acronym, alt, anchor, author, biblioref, citation, citebiblioid, citetitle, coref, date, editor, email, emphasis (db._emphasis), emphasis (db.emphasis), firstterm (db._firstterm), firstterm (db.firstterm), footnote, footnoteref, foreignphrase (db._foreignphrase), foreignphrase (db.foreignphrase), glossterm (db._glossterm), glossterm (db.glossterm), indexterm (db.indexterm.endofrange), indexterm (db.indexterm.singular), indexterm (db.indexterm.startofrange), inlineequation, inlinemediaobject, inlinestagedir, jobtitle, link, literal, olink, optional, org, orgname, person, personname, phrase (db._phrase), phrase (db.phrase), productname, productnumber, quote (db._quote), quote (db.quote), remark, revnumber, subscript, superscript, templatename, termdef, trademark, uri, wordasword, xref.
See Also
Related elements: indexterm, primary, secondary, seealso, tertiary.