<graphic>

<graphic> indicates the location of an inline graphic, illustration, or figure. 3.9 Graphics and other non-textual components
Modul core — 3 Elements Available in All TEI Documents
Neben global gültigen Attributen att.internetMedia (@mimeType) att.declaring (@decls)
width The display width of the image
Zustand Obligatorisch wenn zutreffend
Datentyp

<rng:ref name="data.outputMeasurement"/>
data.outputMeasurement
height The display height of the image
Zustand Obligatorisch wenn zutreffend
Datentyp

<rng:ref name="data.outputMeasurement"/>
data.outputMeasurement
scale A scale factor to be applied to the image to make it the desired display size
Zustand Obligatorisch wenn zutreffend
Datentyp

<rng:ref name="data.numeric"/>
data.numeric
url (uniform resource locator) A URL which refers to the image itself.
Zustand Obligatorisch wenn zutreffend
Datentyp

<rng:ref name="data.pointer"/>
data.pointer
Verwendet von
Kann enthalten Leeres Element
Deklaration

<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,
   att.declaring.attributes,
   attribute width { data.outputMeasurement }?,
   attribute height { data.outputMeasurement }?,
   attribute scale { data.numeric }?,
   attribute url { data.pointer }?,
   empty
}
Beispiel
<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>