<figure>

<figure> 所標記的區塊包含圖示、插圖、或圖表。 [14.4 Specific Elements for Graphic Images]
組件figures — 14 Tables, Formulæ, Graphics and Notated Music
屬性att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.placement (@place) att.typed (@type, @subtype)
屬於
可包含在於
analysis: cl m phr s span w
figures: cell figure table
gaiji: char glyph
linking: ab seg
nets: graph
spoken: u writing
tagdocs: valDesc
textcrit: app lem rdg wit witDetail
verse: metSym rhyme
可包含
宣告

<rng:element name="figure">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.placement.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:ref name="model.headLike"/>
   <rng:ref name="model.common"/>
   <rng:ref name="figDesc"/>
   <rng:ref name="model.graphicLike"/>
   <rng:ref name="model.global"/>
   <rng:ref name="model.divBottomPart"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element figure
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.placement.attributes,
   att.typed.attributes,
   (
      model.headLikemodel.commonfigDescmodel.graphicLikemodel.globalmodel.divBottomPart
   )*
}
例子
<figure>
 <head>圖一: 橋上的視野</head>
 <figDesc>前景有四五隻風帆,中間一堆救生圈串連。</figDesc>
 <graphic url="http://www.example.org/fig1.png" scale="0.5"/>
</figure>