<formula>

<formula> contains a mathematical or other formula. 14.2 Formulæ and Mathematical Expressions
Modul figures — 14 Tables, Formulæ, and Graphics
Neben global gültigen Attributen
notation supplies the name of a previously defined notation used for the content of the element.
Zustand Optional
Datentyp

<rng:ref name="data.code"/>
data.code
Werte The name of a formal notation previously declared in the document type declaration.
Verwendet von
Kann enthalten
figures: formula
Deklaration

<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 )*
}
Beispiel
<formula notation="TeX">$e=mc^2$</formula>