application
application — The name of a software program.
Synopsis
application ::= × ⏵
- Zero or more of:
- text
replaceable
- Graphic inlines ⏵
- Indexing inlines ⏵
- Linking inlines ⏵
- Ubiquitous inlines ⏵
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.
- any attribute
Any attribute in any other explicit namespace
- class
Identifies the class of application
Enumerated values: “hardware” A hardware application
“software” A software application
Parents
55 elements contain application
. × ⏵
Children
29 elements occur in application
. × ⏵
See Also
Related elements: database
, filename
, hardware
, productname
.
Examples
1 |<article xmlns='http://docbook.org/ns/docbook'>
|<title>Example application</title>
||
<para><application>XMLmind</application> is one of several word
5 |processors that support DocBook <acronym>XML</acronym>.
|</para>
||
</article>
XMLmind is one of several word processors that support DocBook XML.