§

<graphic>

<graphic> indicates the location of an inline graphic, illustration, or figure. [3.9. ]
Modulecore
AttributesAttributes att.global (@xml:id, @n, @xml:lang, @rend, @style) att.media (@width, @height, @scale) att.resourced (@url)
width
Status Optional
height
Status Optional
scale
Status Optional
Member of
Contained by
May contain
core: desc
Declaration
element graphic
{
   attribute width { text }?,
   attribute height { text }?,
   attribute scale { text }?,
   model.descLike*
}
Example
<figure>
 <graphic url="fig1.png"/>
 <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>
</figure>
Note

The mimeType attribute should be used to supply the MIME media type of the image specified by the url attribute.