<graphic>

<graphic> indica la localización de un gráfico, ilustración o figura. 3.9 Graphics and other non-textual components
Módulocore — 3 Elements Available in All TEI Documents
Atributos att.internetMedia (@mimeType)
widthla anchura de la imagen.
Estado Obligatorios cuando se aplican
Tipo de datos
data.outputMeasurement
heightla altura de la imagen.
Estado Obligatorios cuando se aplican
Tipo de datos
data.outputMeasurement
scaleUn factor de escala aplicado a la imagen para convertir esta al tamaño deseado.
Estado Obligatorios cuando se aplican
Tipo de datos
data.numeric
url (uniform resource locator) La meta URL
Estado Obligatorios cuando se aplican
Tipo de datos
data.pointer
Used by model.graphicLike model.titlepagePart
May containEmpty element
Declaración
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
}
Ejemplo
<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>
Nota
The mimeType attribute should be used to supply the MIME media type of the image specified by the url attribute.