computeroutput

$Revision: 1.3 $

$Date: 2002/06/12 11:18:07 $

computeroutput — Data, generally text, displayed or presented by a computer

Synopsis

Mixed Content Model

computeroutput ::=
(#PCDATA|link|ulink|command|computeroutput|email|filename|literal|
 option|replaceable|systemitem|userinput|inlinemediaobject)*

Attributes

Common attributes

Name

Type

Default

moreinfo

Enumeration:

none
refentry
"none"

Description

ComputerOutput identifies lines of text generated by a computer program (messages, results, or other output).

Note that ComputerOutput is not a verbatim environment, but an inline.

Processing expectations

Formatted inline. The MoreInfo attribute can help generate a link or query to retrieve additional information. It’s often presented in a fixed width font.

Children

The following elements occur in computeroutput: command, computeroutput, email, filename, inlinemediaobject, link, literal, option, replaceable, systemitem, ulink, userinput.

Attributes

moreinfo

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

See Also

filename, lineannotation, literal, literallayout, option, programlisting, replaceable, systemitem, userinput.

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>
The output from the date command,
<computeroutput>Sun  Nov 16, 1997  21:03:29</computeroutput>,
uses fixed-width fields so that it can easily be parsed.
</para>

The output from the date command, Sun Nov 16, 1997 21:03:29, uses fixed-width fields so that it can easily be parsed.