<figure>

<figure> 図表を示すまたは含む要素をまとめる. 14 図,表,式
モジュールfigures — 14 図,表,式
属性 att.placement (@place)
当該モジュールを使用するもの
下位
宣言

<rng:element name="figure">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.placement.attributes"/>
<rng:zeroOrMore>
 <rng:choice>
  <rng:ref name="model.headLike"/>
  <rng:ref name="model.pLike"/>
  <rng:ref name="figDesc"/>
  <rng:ref name="model.graphicLike"/>
  <rng:ref name="model.egLike"/>
  <rng:ref name="floatingText"/>
  <rng:ref name="figure"/>
  <rng:ref name="model.global"/>
 </rng:choice>
</rng:zeroOrMore>
</rng:element>
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>