<figure>

<figure> (figure) groups elements representing or containing graphic information such as an illustration, formula, or figure. [14.4. Specific Elements for Graphic Images]
Module figures
Attributes Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source)) att.placement (place) att.typed (type) att.written (hand)
Member of
Contained by
May contain
Examples

<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>
Source Github

<elementSpec module="figures" ident="figure">
   
<gloss>figure</gloss>
   
<desc>groups elements representing or containing graphic information
 such as an illustration, formula,  or    figure.
</desc>
   
<classes>
      
<memberOf key="att.global"/>
      
<memberOf key="model.global"/>
      
<memberOf key="att.placement"/>
      
<memberOf key="att.typed"/>
      
<memberOf key="att.written"/>
   
</classes>
   
<content>
      
<alternate minOccurs="0" maxOccurs="unbounded">
         
<classRef key="model.headLike"/>
         
<classRef key="model.common"/>
         
<elementRef key="figDesc"/>
         
<classRef key="model.graphicLike"/>
         
<classRef key="model.global"/>
         
<classRef key="model.divBottom"/>
      
</alternate>
   
</content>
</elementSpec>