screenshot

$Revision: 1.3 $

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

screenshot — A representation of what the user sees or might see on a computer screen

Synopsis

Content Model

screenshot ::=
(screeninfo?,
 (graphic|graphicco|mediaobject|mediaobjectco))

Attributes

Common attributes

Description

A ScreenShot is a graphical environment for displaying an image of what the user might see on a computer screen. It is often used to display application screen shots, dialog boxes, and other components of a graphical user interface.

Processing expectations

Formatted as a displayed block.

Children

The following elements occur in screenshot: graphic, graphicco, mediaobject, mediaobjectco, screeninfo.

See Also

computeroutput, lineannotation, literallayout, programlisting, screen, synopsis, userinput.

Examples

<!DOCTYPE screenshot PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
          "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">

<screenshot>
<screeninfo>640x480x256</screeninfo>
<graphic fileref="copilot.gif"></graphic>
</screenshot>