Skip to main content
Version: DocBook V4.5

screenshot

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.

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>