<formula>

<formula> contains a mathematical or other formula. [14.2 Formulæ and Mathematical Expressions]
組件figures — 14 Tables, Formulæ, Graphics and Notated Music
屬性att.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))
notationspecifies the notation used for the content of the element.
狀態 非必備的
資料類型

<rng:ref name="data.enumerated"/>
data.enumerated
屬於
可包含在於
analysis: cl phr s
gaiji: char glyph
linking: ab seg
spoken: u writing
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: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 )*
}
例子
<formula notation="tex">$e=mc^2$</formula>