<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, @style, @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 (표준 원본 위치 지정소) 대상 URL
상태 필수적
자료 유형

<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
포함할 수 있다
core: desc
선언

<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.descLike"/>
 </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.descLike*
}
<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>