acronym
acronym — An often pronounceable word made from the initial (or selected) letters of a name or phrase.
Synopsis
acronym ::= × ⏵
- Zero or more of:
- text
- Graphic inlines ⏵
- Indexing inlines ⏵
- Linking inlines ⏵
- Ubiquitous inlines ⏵
Attributes
Common attributes and common linking attributes.
No additional attributes.
Description
A pronounceable contraction of initials. An acronym is often printed in all capitals or small capitals, although this is sometimes incorrect (consider dpi or bps).
Processing expectations
Formatted inline.
Attributes
Common attributes and common linking attributes.
- any attribute
Any attribute in any other explicit namespace
Parents
106 elements contain acronym
. × ⏵
Children
27 elements occur in acronym
. × ⏵
See Also
Related elements: abbrev
, emphasis
, foreignphrase
, phrase
, quote
, wordasword
.
Examples
1 |<article xmlns='http://docbook.org/ns/docbook'>
|<title>Example acronym</title>
||
<para>In the United States, <acronym>NASA</acronym> stands for the
5 |National Aeronautics and Space Administration.
|</para>
||
</article>
In the United States, NASA stands for the National Aeronautics and Space Administration.