Reference. Reference for the DocBook DTD

[Prev] [Next]


GlossSeeAlso

Name

GlossSeeAlso---Cross-reference from one GlossDef to another GlossEntry

Synopsis

Content Model
  (#PCDATA | FootnoteRef | XRef | Abbrev | Acronym | Citation
  | CiteRefEntry | CiteTitle | Emphasis | FirstTerm
  | ForeignPhrase | GlossTerm | Footnote | Phrase | Quote
  | Trademark | WordAsWord | Link | OLink | ULink | Action
  | Application | ClassName | Command | ComputerOutput
  | Database | Email | EnVar | ErrorCode | ErrorName
  | ErrorType | Filename | Function | GUIButton | GUIIcon
  | GUILabel | GUIMenu | GUIMenuItem | GUISubmenu | Hardware
  | Interface | InterfaceDefinition | KeyCap | KeyCode
  | KeyCombo | KeySym | Literal | Markup | MediaLabel
  | MenuChoice | MouseButton | MsgText | Option | Optional
  | Parameter | Prompt | Property | Replaceable | ReturnValue
  | SGMLTag | StructField | StructName | Symbol | SystemItem
  | Token | Type | UserInput | Anchor | Author | AuthorInitials
  | CorpAuthor | ModeSpec | OtherCredit | ProductName
  | ProductNumber | RevHistory | Comment | Subscript
  | Superscript | InlineGraphic | InlineEquation | Synopsis
  | CmdSynopsis
  | FuncSynopsis)+

Attributes

This element has common and Role attributes.

Name Value(s) Type Default Value
OtherTerm IDREF #CONREF  

Tag Minimization

The start-tag is required for this element. The end-tag is optional, if your SGML declaration allows minimization.

Description

Cross-reference from one GlossDef to another GlossEntry. It may contain plain text and in-line elements, or no content, and has common and OtherTerm attributes. OtherTerm is a reference to the GlossTerm within the cross-referenced GlossEntry; that GlossTerm should be displayed at the point of the GlossSee.

Parents

GlossSeeAlso occurs in GlossDef.

Children

GlossSeeAlso contains these elements: Abbrev, Acronym, Action, Anchor, Application, Author, AuthorInitials, Citation, CiteRefEntry, CiteTitle, ClassName, CmdSynopsis, Command, Comment, ComputerOutput, CorpAuthor, Database, Email, Emphasis, EnVar, ErrorCode, ErrorName, ErrorType, Filename, FirstTerm, Footnote, FootnoteRef, ForeignPhrase, FuncSynopsis, Function, GUIButton, GUIIcon, GUILabel, GUIMenu, GUIMenuItem, GUISubmenu, GlossTerm, Hardware, InlineEquation, InlineGraphic, Interface, InterfaceDefinition, KeyCap, KeyCode, KeyCombo, KeySym, Link, Literal, Markup, MediaLabel, MenuChoice, ModeSpec, MouseButton, MsgText, OLink, Option, Optional, OtherCredit, #PCDATA, Parameter, Phrase, ProductName, ProductNumber, Prompt, Property, Quote, Replaceable, ReturnValue, RevHistory, SGMLTag, StructField, StructName, Subscript, Superscript, Symbol, Synopsis, SystemItem, Token, Trademark, Type, ULink, UserInput, WordAsWord, and XRef.

Attributes

OtherTerm

OtherTerm is a reference to the GlossEntry whose GlossTerm should be displayed at the point of the GlossSee or GlossSeeAlso.

Examples

<GLOSSARY>
<TITLE>Words You Must Know</TITLE>
<PARA>These are words you must know to pass the SGML test.
</PARA>
<GLOSSDIV>
<TITLE>Words Pertaining to Markup</TITLE>
<GLOSSENTRY SORTAS="RME">
<GLOSSTERM>Reportable Markup Error</GLOSSTERM>
<ACRONYM>RME</ACRONYM>
<ABBREV>Markerror</ABBREV>
<GLOSSDEF>
<PARA>A mistake you made.</PARA>
</GLOSSDEF>
<GLOSSDEF SUBJECT="Errors">
<PARA>A mistake someone else made.</PARA>
<GLOSSSEEALSO OTHERTERM="gl123">
</GLOSSDEF>
</GLOSSENTRY>
</GLOSSDIV>
<GLOSSDIV>
<TITLE>Words Not Pertaining to Markup So Much</TITLE>
<GLOSSENTRY>
<GLOSSTERM ID="gl123">Document</GLOSSTERM>
<GLOSSDEF>
<PARA>A piece of writing; it sounds fancier if you
call it a Document.</PARA>
</GLOSSDEF>
</GLOSSENTRY>
<GLOSSENTRY>
<GLOSSTERM>Instance</GLOSSTERM>
<GLOSSSEE>Document</GLOSSSEE>
</GLOSSENTRY>
</GLOSSDIV>
<BIBLIOGRAPHY>
<BIBLIOENTRY>
<BOOKBIBLIO>
<TITLE>Recursive Tooth Exercises
</TITLE>
<AUTHORGROUP>
<AUTHOR>
<FIRSTNAME>George</FIRSTNAME>
<SURNAME>Tirebiter</SURNAME>
</AUTHOR>
</AUTHORGROUP>
</BOOKBIBLIO>
</BIBLIOENTRY>
</BIBLIOGRAPHY>
</GLOSSARY>


[Prev] GlossList
[Next] GlossSee
[Reference Home] [Davenport Group Home]