areaset
areaset — A set of related areas in a graphic or code example
Synopsis
Content Model
areaset ::=
(area+)
Attributes
Name | Type | Default | ||||||
coords | CDATA | Required | ||||||
otherunits | NMTOKEN | None | ||||||
label | CDATA | None | ||||||
units |
| None |
Description
An AreaSet
contains one or more Area
s. 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.
Future Changes
The Coords
attribute will be removed in DocBook V5.0.
Attributes
coords
Coords
provides the coordinates of theAreaSet
. The coordinates should be interpreted using theUnits
(orOtherUnits
) specified. This attribute is erroneous since the enclosedArea
s must also provideCoords
. It will go away in DocBook 4.0.label
Label
specifies an identifying number or string that may be used in presentation.otherunits
If none of the
Units
are applicable, setUnits
toOther
and setOtherUnits
to some application-specific description of the desired units.units
Units
indicate howCoords
are to be interpreted.
Examples
For examples, see graphicco
, mediaobjectco
, programlistingco
.