<formula>

<formula> contiene una formula matematica o di altra natura. [14.2 Formulæ and Mathematical Expressions]
Modulofigures — 14 Tables, Formulæ, Graphics and Notated Music
Attributiatt.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)) (att.global.change (@change))
notationfornisce il nome di un'annotazione definita precedentemente utilizzata come contenuto dell'elemento.
Stato Opzionale
Tipo di dati

<rng:ref name="data.enumerated"/>
data.enumerated
Usato da
Contenuto in
analysis: cl phr s
gaiji: char glyph
linking: ab seg
spoken: u writing
textcrit: lem rdg wit witDetail
verse: rhyme
Può contenere
Dichiarazione

<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:ref name="att.global.change.attributes"/>
 <rng:optional>
  <rng:attribute name="notation">
   <rng:ref name="data.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:text/>
   <rng:ref name="model.graphicLike"/>
   <rng:ref name="model.hiLike"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element formula
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   attribute notation { data.enumerated }?,
   ( text | model.graphicLike | model.hiLike )*
}
Esempio
<formula notation="tex">$E=mc^2$</formula>
Esempio
<formula notation="none">E=mc<hi rend="sup">2</hi>
</formula>
Esempio
<formula notation="mathml">
 <m:math>
  <m:mi>E</m:mi>
  <m:mo>=</m:mo>
  <m:mi>m</m:mi>
  <m:msup>
   <m:mrow>
    <m:mi>c</m:mi>
   </m:mrow>
   <m:mrow>
    <m:mn>2</m:mn>
   </m:mrow>
  </m:msup>
 </m:math>
</formula>