application
application — The name of a software program.
Synopsis
- Zero or more of:
- text
phrase
(db._phrase)replaceable
- Graphic inlines
- Indexing inlines
- Linking inlines
- Ubiquitous inlines
alt
anchor
annotation
biblioref
indexterm
(db.indexterm.endofrange)indexterm
(db.indexterm.singular)indexterm
(db.indexterm.startofrange)inlinemediaobject
link
olink
remark
subscript
superscript
xref
Attributes
Common attributes and common linking attributes.
Additional attributes:
- class (enumeration)
- “hardware”
- “software”
Description
The appellation “application” is usually reserved for larger
software packages. For example, WordPerfect
is an application, but grep is not. In some domains,
application
may also apply to a piece of
hardware.
Processing expectations
Formatted inline.
Attributes
Common attributes and common linking attributes.
- class
Identifies the class of application
Enumerated values: “hardware” A hardware application
“software” A software application
This element occurs in 51 elements.
This element contains 16 elements.
See Also
Examples
1 <article xmlns='http://docbook.org/ns/docbook'> 2 <title>Example application</title> 4 <para><application>XMLmind</application> is one of several word processors that support DocBook <acronym>XML</acronym>. 6 </para> 8 </article>
XMLmind is one of several word processors that support DocBook XML.