<graphic>

<graphic> indicates the location of an inline graphic, illustration, or figure. 3.9 Graphics and other non-textual components
Modulcore — 3 Elements Available in All TEI Documents
Attribute att.internetMedia (@mimeType)
widthThe display width of the image
Zustand Obligatorisch wenn zutreffend
Datentyp
data.outputMeasurement
heightThe display height of the image
Zustand Obligatorisch wenn zutreffend
Datentyp
data.outputMeasurement
scaleA scale factor to be applied to the image to make it the desired display size
Zustand Obligatorisch wenn zutreffend
Datentyp
data.numeric
url (uniform resource locator) A URL which refers to the image itself.
Zustand Obligatorisch wenn zutreffend
Datentyp
data.pointer
Verwendet von model.graphicLike model.titlepagePart
Kann enthaltenEmpty element
Deklaration
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
}
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>
Anmerkung
The mimeType attribute should be used to supply the MIME media type of the image specified by the url attribute.