<formula>

<formula> contiene una fórmula matemática o de otro tipo. 14.2 Formulæ and Mathematical Expressions
Módulofigures — 14 Tables, Formulæ, and Graphics
Atributosatt.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs))
notationindica el nombre de una anotación definida previamente y usada para el contenido de un elemento.
Estado Opcional
Tipo de datos

<rng:ref name="data.code"/>
data.code
Valores The name of a formal notation previously declared in the document type declaration.
Usado por
Contenido en
Puede contener
Declaración

<rng:element name="formula">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:optional>
  <rng:attribute name="notation">
   <rng:ref name="data.code"/>
  </rng:attribute>
 </rng:optional>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:text/>
   <rng:ref name="model.graphicLike"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element formula
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   attribute notation { data.code }?,
   ( text | model.graphicLike )*
}
Ejemplo
<formula notation="TeX">$e=mc^2$</formula>