hardware

hardware — A physical part of a computer system.

Synopsis

Description

A hardware element identifies some physical component of a computer system. Even though DocBook provides a broad range of inlines for describing the various software components of a system, it provides relatively few for describing hardware.

If you need to identify a number of different hardware components, you may wish to consider extending DocBook, or at least using the role attribute to further classify hardware.

Processing expectations

Formatted inline.

Parents [+]

This element occurs in 50 elements.

Children [+]

This element contains 16 elements.

Examples

  1 <article xmlns='http://docbook.org/ns/docbook'>
  2 <title>Example hardware</title>
    
  4 <para>The <acronym>IRQ</acronym> of the <hardware>SCSI Controller</hardware>
    can be set to 7, 11, or 15.  The factory default setting is 7.
  6 </para>
    
  8 </article>

The IRQ of the SCSI Controller can be set to 7, 11, or 15. The factory default setting is 7.

Last revised by Norman Walsh on 6 Jun 2011 (git hash: 6ffcc7640bbc5f852a318e452c9f210f03292cb9)