<figure>

<figure> groups elements representing or containing graphic information such as an illustration or figure. 14 Tables, Formulæ, and Graphics
組件figures — 14 Tables, Formulæ, and Graphics
屬性 att.placement (@place)
屬於figure model.inter model.titlepagePart
可包含
宣告
element figure
{
   att.global.attributes,
   att.placement.attributes,
   (
      model.headLikemodel.pLikefigDescmodel.graphicLikemodel.egLikefloatingTextfiguremodel.global
   )*
}
例子
<figure>
 <head>Figure One: 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.pngscale="0.5"/>
</figure>