screenshot

$Revision: 1666 $

$Date: 2002-06-12 07:19:37 -0400 (Wed, 12 Jun 2002) $

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

Parameter Entities

The following parameter entities contain screenshot:

Parameter Entities
%admon.mix;%bookcomponent.content;%component.mix;
%divcomponent.mix;%example.mix;%figure.mix;
%footnote.mix;%glossdef.mix;%indexdivcomponent.mix;
%legalnotice.mix;%linespecific.class;%listpreamble.mix;
%para.mix;%qandaset.mix;%refcomponent.mix;
%revdescription.mix;%sidebar.mix;%tabentry.mix;
%tbl.entry.mdl;%textobject.mix; 

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>