<graphic>

<graphic> インラインの図,絵,表などの場所を示す. 3.9 Graphics and other non-textual components
モジュールcore — 3 Elements Available in All TEI Documents
属性 att.internetMedia (@mimeType)
width当該画像の幅.
状態 使えるならば必須
データ型
height当該画像の高さ.
状態 使えるならば必須
データ型
scale希望する表示の際の大きさを示す.
状態 使えるならば必須
データ型
data.numeric
url (uniform resource locator) 当該データのURL.
状態 使えるならば必須
データ型
data.pointer
当該モジュールを使用するもの model.graphicLike model.titlepagePart
下位空要素
宣言
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>
解説
The mimeType attribute should be used to supply the MIME media type of the image specified by the url attribute.