DocBook Publishers: The Definitive Guide  (Version 1.2.1 for DocBook 5.1)

areaset

areaset — A set of related areas in a graphic or code example.

Synopsis

areaset ::=

  • One or more of:
    • area (db.area.inareaset)

Attributes

Common attributes (ID required).

Additional attributes:

  • label
  • Exactly one of:
    • units (enumeration)
      • “calspair”
      • “linecolumn”
      • “linecolumnpair”
      • “linerange”
    • Each of:
      • units (enumeration)
        • “other”
      • otherunits (NMTOKEN)

Required attributes are shown in bold.

Description

An areaset contains one or more areas. These areas are bound in a set in order to associate them with a single callout description. See area for a more complete description of the areas.

For a complete description of callouts, see callout.

Processing expectations

Suppressed.

Attributes

Common attributes (ID required).

label

Specifies an identifying string for presentation purposes

otherunits

Identifies the units used in the coords attribute when the units attribute is “other” . This attribute is forbidden otherwise.

units

Identifies the units used in the coords attribute. The default units vary according to the type of callout specified: calspair for graphics and linecolumn for line-oriented elements.

Enumerated values:
“calspair”

Coordinates expressed as a pair of CALS graphic coordinates.

“linecolumn”

Coordinates expressed as a line and column.

“linecolumnpair”

Coordinates expressed as a pair of lines and columns.

“linerange”

Coordinates expressed as a line range.

Parents

These elements contain areaset: areaspec.

Children

The following elements occur in areaset: area (db.area.inareaset).