<graphic>

<graphic> indique l'emplacement d'une image, d'une illustration ou d'un schéma insérés 3.9 Graphics and other non-textual components
Modulecore — 3 Elements Available in All TEI Documents
Attributs att.internetMedia (@mimeType)
widthla largeur d’affichage de l’image
Statut Obligatoire quand applicable
Type de données
data.outputMeasurement
heightla hauteur d’affichage de l’image
Statut Obligatoire quand applicable
Type de données
data.outputMeasurement
scalefacteur d'échelle à appliquer à l'image pour l'afficher à la taille désirée
Statut Obligatoire quand applicable
Type de données
data.numeric
url (uniform resource locator) l'URL cible
Statut Obligatoire quand applicable
Type de données
data.pointer
Utilisé par model.graphicLike model.titlepagePart
Peut contenirElément vide
Declaration
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
}
Exemple
<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>
Note
The mimeType attribute should be used to supply the MIME media type of the image specified by the url attribute.