<binaryObject>

<binaryObject> proporciona datos binarios codificados que representan un objeto gráfico u otro tipo de objeto inserido en el texto.
Módulo core — 3 Elements Available in All TEI Documents
Además de los atributos globales att.internetMedia (@mimeType)
width La anchura del objeto.
Estado Obligatorios cuando se aplican
Tipo de datos

<rng:ref name="data.outputMeasurement"/>
data.outputMeasurement
height La altura del objeto.
Estado Obligatorios cuando se aplican
Tipo de datos

<rng:ref name="data.outputMeasurement"/>
data.outputMeasurement
scale Un factor de escala aplicado al objeto para convertir este al tamaño deseado.
Estado Obligatorios cuando se aplican
Tipo de datos

<rng:ref name="data.numeric"/>
data.numeric
encoding La codificación usada para codificar los datos binarios. Si no se espeficica, se supone que es Base64.
Estado Opcional
Tipo de datos 1–∞ apariciones de 

<rng:ref name="data.word"/>
data.word
separado por espacio en blanco
Usado por
Puede contener Sólo datos de caracteres
Declaración

<rng:element name="binaryObject">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.internetMedia.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="encoding">
   <rng:list>
    <rng:oneOrMore>
     <rng:ref name="data.word"/>
    </rng:oneOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:text/>
</rng:element>
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
}
Ejemplo
<binaryObject mimeType="image/gif"> R0lGODdhMAAwAPAAAAAAAP///ywAAAAAMAAwAAAC8IyPqcvt3wCcDkiLc7C0qwy
GHhSWpjQu5yqmCYsapyuvUUlvONmOZtfzgFzByTB10QgxOR0TqBQejhRNzOfkVJ
+5YiUqrXF5Y5lKh/DeuNcP5yLWGsEbtLiOSpa/TPg7JpJHxyendzWTBfX0cxOnK
PjgBzi4diinWGdkF8kjdfnycQZXZeYGejmJlZeGl9i2icVqaNVailT6F5iJ90m6
mvuTS4OK05M0vDk0Q4XUtwvKOzrcd3iq9uisF81M1OIcR7lEewwcLp7tuNNkM3u
Nna3F2JQFo97Vriy/Xl4/f1cf5VWzXyym7PH hhx4dbgYKAAA7</binaryObject>