<formula>

<formula> contiene una formula matematica o di altra natura. 14.2 Formulæ and Mathematical Expressions
Modulofigures — 14 Tables, Formulæ, and Graphics
Attributi
notationfornisce il nome di un'annotazione definita precedentemente utilizzata come contenuto dell'elemento.
Stato Opzionale
Tipo di dati

<rng:ref name="data.code"/>
data.code
Valori The name of a formal notation previously declared in the document type declaration.
Usato da
Può contenere
figures: formula
Dichiarazione

<rng:element name="formula">
<rng:ref name="att.global.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,
   attribute notation { data.code }?,
   ( text | model.graphicLike )*
}
Esempio
<formula notation="TeX">$e=mc^2$</formula>