The <glossScopeNote> element contains a clarification
of the subject designated by the <glossterm>,
such as examples of included or excluded companies or products. For
instance, a scope note for "Linux" might explain that the term doesn't
apply to UNIX products and may give some examples of Linux products
that are included as well as UNIX products that are excluded.
Contains
Note: These models represent only the default document types distributed by OASIS.
Actual content models will differ with each new document type.
Contained by
Doctype |
Content model |
ditabase, glossary, glossentry, glossgroup |
glossBody |
Inheritance
-
topic/note concept/note glossentry/glossScopeNote
Example
<glossentry id="linuxOS" xml:lang="en-us">
<glossterm>Linux Operating System</glossterm>
<glossdef>An operating system based on the kernel created by Linus Torvald.</glossdef>
<glossBody>
<glossPartOfSpeech value="noun"/>
<glossScopeNote>Doesn't apply to UNIX products that bundle other
kernels. Also, doesn't apply to the Linux Open Source Project that
work on Linux distributions but, instead, only to the distributions
themselves. Examples include RedHat, SuSE, and Ubuntu. </glossScopeNote>
</glossBody>
</glossentry>
Attributes
Name |
Description |
Data Type |
Default Value |
Required? |
type |
Defines the type of a note. For example, if the note is a
tip, the word
Tip is used to draw the reader's attention to it.
Note that this differs from the type
attribute on many other DITA elements. See
The type attribute for detailed information
on supported values and processing implications. |
(note | tip | fastpath | restriction | important | remember
| attention | caution | notice | danger | warning | other |
-dita-use-conref-target) |
|
No |
othertype |
Indicates an alternate note type, when the type is not
available in the type attribute value list. This value is used as the
user-provided note title when the type attribute value is set to
"other." |
CDATA |
#IMPLIED |
No |
univ-atts attribute group (includes select-atts, id-atts,
and localization-atts groups) |
A set of related attributes, described in
univ-atts attribute group |
|
|
|
global-atts attribute group (xtrf, xtrc) |
A set of related attributes, described in
global-atts attribute group |
|
|
|
class, outputclass |
Common attributes described in
Other common DITA attributes |
|
|
|