Figures
Capture Figures using a <fig>
element
<fig>
elements must not be captured as a child of
<p>
they must instead be a direct child of the parent
structure (usually a <sec>
or <body>
element).
Each
<fig>
must have the following attributes:Attribute Name | Attribute Value |
---|---|
id | [Container ID]f[Figure Number] |
orientation | Portrait |
position | Float |
The <fig>
element must contain an @id
attribute.
Each <fig>
element may optionally have a
<label>
and a <caption>
child
elements.
Each
<fig>
element must have three child
<graphic>
elements which are used to store the print, high
resolution and online images representing the figure. Each graphic element must contain
a @content-type
attribute depending on which type of image it refers to
as per the table below:Type | @content-type Value |
---|---|
High Resolution | high |
Online | online |