<formula>

<formula> 数式を示す. [14.2 Formulæ and Mathematical Expressions]
モジュールfigures — Tables, Formulæ, Graphics and Notated Music
属性att.global (@xml:id, @n, @xml:lang, @rend, @style, @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))
notation当該要素の内容にある既定表記法の名前を示す.
状態 任意
データ型

<rng:ref name="data.enumerated"/>
data.enumerated
クラブのメンバー
上位
analysis: cl phr s
gaiji: char glyph
linking: ab seg
spoken: u writing
tagdocs: eg
textcrit: lem rdg wit witDetail
verse: rhyme
下位
宣言

<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 )*
}
<formula notation="tex">$E=mc^2$</formula>
<formula notation="none">E=mc<hi rend="sup">2</hi>
</formula>
<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>