<graphic>

<graphic> 指出文字文件中內含的圖形、插圖、或圖表的位置。 [3.9 Graphics and other non-textual components]
組件core — 3 Elements Available in All TEI Documents
屬性att.global (@xml:id, @n, @xml:lang, @rend, @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.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 (uniform resource locator) 目標統一資源識別符
狀態 必備的
資料類型

<rng:ref name="data.pointer"/>
data.pointer
屬於
可包含在於
analysis: cl phr s
gaiji: char glyph
linking: ab seg
spoken: u writing
textcrit: lem rdg wit witDetail
verse: rhyme
可包含
宣告

<rng:element name="graphic">
 <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.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:attribute name="url">
  <rng:ref name="data.pointer"/>
 </rng:attribute>
 <rng:zeroOrMore>
  <rng:ref name="model.glossLike"/>
 </rng:zeroOrMore>
</rng:element>
element graphic
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.internetMedia.attributes,
   att.declaring.attributes,
   attribute width { data.outputMeasurement }?,
   attribute height { data.outputMeasurement }?,
   attribute scale { data.numeric }?,
   attribute url { data.pointer },
   model.glossLike*
}
例子
<figure>
 <graphic url="fig1.png"/>
 <head>維納斯</head>
 <figDesc> 波提且利 1484-1486年 畫布、蛋彩 佛羅倫斯,烏菲滋美術館</figDesc>
</figure>