<binaryObject>

<binaryObject> fournit des données binaires encodées qui représentent une image ou un autre objet insérés dans le texte ou un autre objet
Modulecore — 3 Elements Available in All TEI Documents
Attributs att.internetMedia (@mimeType)
widthla largeur d'affichage de l'objet
Statut Obligatoire quand applicable
Type de données
data.outputMeasurement
heightla hauteur d'affichage de l'objet
Statut Obligatoire quand applicable
Type de données
data.outputMeasurement
scalefacteur d'échelle à appliquer à l'objet pour l'afficher à la taille désirée
Statut Obligatoire quand applicable
Type de données
data.numeric
encodingl'encodage utilisé pour encoder les données binaires. Sans autre spécification il est supposé s'agir de Base64
Statut Optionel
Type de données 1–∞ occurrences of
data.word
séparé par un espace
Utilisé par model.graphicLike model.titlepagePart
Peut contenirDes données textuelles uniquement
Declaration
element binaryObject
{
   att.global.attributes,
   att.internetMedia.attributes,
   attribute width { data.outputMeasurement }?,
   attribute height { data.outputMeasurement }?,
   attribute scale { data.numeric }?,
   attribute encoding { list { data.word+ } }?,
   text
}
Exemple
<binaryObject mimeType="image/gif">R0lGODdhMAAwAPAAAAAAAP///ywAAAAAMAAwAAAC8IyPqcvt3wCcDkiLc7C0qwy
GHhSWpjQu5yqmCYsapyuvUUlvONmOZtfzgFzByTB10QgxOR0TqBQejhRNzOfkVJ
+5YiUqrXF5Y5lKh/DeuNcP5yLWGsEbtLiOSpa/TPg7JpJHxyendzWTBfX0cxOnK
PjgBzi4diinWGdkF8kjdfnycQZXZeYGejmJlZeGl9i2icVqaNVailT6F5iJ90m6
mvuTS4OK05M0vDk0Q4XUtwvKOzrcd3iq9uisF81M1OIcR7lEewwcLp7tuNNkM3u
Nna3F2JQFo97Vriy/Xl4/f1cf5VWzXyym7PH hhx4dbgYKAAA7</binaryObject>
Note
The MIME media type specified on the mimeType attribute should describe the object after it has been decoded.