This is an alpha version of this book.

application

Name

application — The name of a software program

Synopsis

Mixed Content Model

application ::=
(#PCDATA|footnoteref|xref|abbrev|acronym|citation|citerefentry|
 citetitle|emphasis|firstterm|foreignphrase|glossterm|footnote|
 phrase|quote|trademark|wordasword|link|olink|ulink|action|
 application|classname|methodname|interfacename|exceptionname|
 ooclass|oointerface|ooexception|command|computeroutput|database|
 email|envar|errorcode|errorname|errortype|filename|function|
 guibutton|guiicon|guilabel|guimenu|guimenuitem|guisubmenu|
 hardware|interface|keycap|keycode|keycombo|keysym|literal|
 constant|markup|medialabel|menuchoice|mousebutton|option|
 optional|parameter|prompt|property|replaceable|returnvalue|
 sgmltag|structfield|structname|symbol|systemitem|token|type|
 userinput|varname|nonterminal|anchor|author|authorinitials|
 corpauthor|modespec|othercredit|productname|productnumber|
 revhistory|remark|subscript|superscript|inlinegraphic|
 inlinemediaobject|inlineequation|synopsis|cmdsynopsis|
 funcsynopsis|classsynopsis|fieldsynopsis|constructorsynopsis|
 destructorsynopsis|methodsynopsis|indexterm|beginpage)*

Attributes

Common attributes

Name

Type

Default

class

Enumeration:

hardware
software
None
moreinfo

Enumeration:

none
refentry
"none"

Parameter Entities

The following parameter entities contain application:

Parameter Entities
%cptr.char.mix; %ndxterm.char.mix; %para.char.mix;
%refclass.char.mix; %refinline.char.mix; %refname.char.mix;
%tbl.entry.mdl; %tech.char.class; %title.char.mix;

Description

The appelation “application” is usually reserved for larger software packages—WordPerfect, for example, but not grep. In some domains, Application may also apply to a piece of hardware.

Processing expectations

Formatted inline. The MoreInfo attribute can help generate a link or query to retrieve additional information.

[4.0] Future Changes

The InterfaceDefinition element will be discarded in DocBook V4.0. It will no longer be available in the content model of this element.

Attributes

class

Class identifies an application as either a hardware application or a software application.

moreinfo

If MoreInfo is set to RefEntry, it implies that a RefEntry exists which further describes the Application.

See Also

database, filename, hardware, medialabel, productname.

Examples

<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
          "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<para>
<application>Word Perfect</application> is one of several word
processors to claim support for <acronym>SGML</acronym>.
</para>

Word Perfect is one of several word processors to claim support for SGML.

For additional examples, see also envar, medialabel, systemitem .

Copyright © 1999, 2000, 2001 O'Reilly & Associates, Inc.