<graphic>

<graphic> (graphic) 指出文字文件中內含的圖形、插圖、或圖表的位置。 [3.10 Graphics and Other Non-textual Components 11.1 Digital Facsimiles]
組件 core — Elements Available in All TEI Documents
屬性
俱乐部会员
可包含在於
analysis: cl phr s
gaiji: char glyph
linking: ab seg
spoken: u writing
tagdocs: eg
textcrit: lem rdg wit witDetail
verse: rhyme
可包含
core: desc

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

Within the body of a text, a graphic element indicates the presence of a graphic component in the source itself. Within the context of a facsimile or sourceDoc element, however, a graphic element provides an additional digital representation of some part of the source being encoded.

例子
<figure>
 <graphic url="fig1.png"/>
 <head>維納斯</head>
 <figDesc> 波提且利 1484-1486年 畫布、蛋彩 佛羅倫斯,烏菲滋美術館</figDesc>
</figure>
Content model
<content>
 <classRef key="model.descLike"
  minOccurs="0maxOccurs="unbounded"/>

</content>
宣告
<rng:element name="graphic">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.media.attributes"/>
 <rng:ref name="att.internetMedia.attributes"/>
 <rng:ref name="att.resourced.attributes"/>
 <rng:ref name="att.declaring.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:zeroOrMore>
  <rng:ref name="model.descLike"/>
 </rng:zeroOrMore>
</rng:element>
element graphic
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.media.attributes,
   att.internetMedia.attributes,
   att.resourced.attributes,
   att.declaring.attributes,
   att.typed.attributes,
   model.descLike*
}