<graphic>

<graphic> テキスト列中にある図,絵,図表の場所を示す. 3.9 図等の非テキスト内容
モジュールcore — 3 コアモジュール
属性 att.internetMedia (@mimeType) att.declaring (@decls)
width 当該画像の表示幅.
状態 使えるならば必須
データ型

<rng:ref name="data.outputMeasurement"/>
data.outputMeasurement
height 当該画像の表示高.
状態 使えるならば必須
データ型

<rng:ref name="data.outputMeasurement"/>
data.outputMeasurement
scale 希望する表示の大きさを示す単位.
状態 使えるならば必須
データ型

<rng:ref name="data.numeric"/>
data.numeric
url URL.
状態 使えるならば必須
データ型

<rng:ref name="data.pointer"/>
data.pointer
当該モジュールを使用するもの
下位空要素
宣言

<rng:element name="graphic">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.internetMedia.attributes"/>
<rng:ref name="att.declaring.attributes"/>
<rng:optional>
 <rng:attribute name="width">
  <rng:ref name="data.outputMeasurement"/>
 </rng:attribute>
</rng:optional>
<rng:optional>
 <rng:attribute name="height">
  <rng:ref name="data.outputMeasurement"/>
 </rng:attribute>
</rng:optional>
<rng:optional>
 <rng:attribute name="scale">
  <rng:ref name="data.numeric"/>
 </rng:attribute>
</rng:optional>
<rng:optional>
 <rng:attribute name="url">
  <rng:ref name="data.pointer"/>
 </rng:attribute>
</rng:optional>
<rng:empty/>
</rng:element>
element graphic
{
   att.global.attributes,
   att.internetMedia.attributes,
   attribute width { data.outputMeasurement }?,
   attribute height { data.outputMeasurement }?,
   attribute scale { data.numeric }?,
   attribute url { data.pointer }?,
   empty
}
<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>
解説
属性mimeTypeは,属性urlが指定する画像のMIME タイプを示すために使われるべきである.