DocBook 5.1: The Definitive Guide  (Version 1.5.3 for DocBook 5.1)

screenshot

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

Synopsis

screenshot ::=

Additional Constraints

  • If this element is the root element, it must have a version attribute.

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 screenshots, dialog boxes, and other components of a graphical user interface.

Processing expectations

Formatted as a displayed block.

Children

The following elements occur in screenshot: info (db.info), info (db.titleforbidden.info), mediaobject, subtitle, title, titleabbrev.

Examples

<article xmlns='http://docbook.org/ns/docbook'>
<title>Example screenshot</title>

<screenshot>
  <info>
    <bibliomisc role="resolution">640x480x256</bibliomisc>
  </info>
  <mediaobject>
    <imageobject>
      <imagedata fileref="copilot.gif"/>
    </imageobject>
  </mediaobject>
</screenshot>

</article>