figure (hendiVar)
Back
<figure> (figure) groups elements representing or containing graphic information such as an illustration, formula, or figure.
Other Customizations
Attributes
xml:id
opt
(identifier)
provides a unique identifier for the element bearing the attribute.
rend
opt
(rendition)
WeGA: rendering information for the output(!)
Possible values
inline
Specifies whether the image is to be rendered inline.
maxSize
The image should be output in maximum size (dependent on display size and resolution).
float-right
The image should be output on the right, with text floating around.
float-left
The image should be output on the left, with text floating around.
Example
<figure>
<head>The View from the Bridge</head>
<figDesc>A Whistleresque view showing four or five sailing boats in the foreground, and a
series of buoys strung out between them.</figDesc>
<graphic url="http://www.example.org/fig1.png" scale="0.5"/>
</figure>