<formula>

<formula> 包含數學或其他方程式。 14.2 Formulæ and Mathematical Expressions
組件figures — 14 Tables, Formulæ, and Graphics
屬性
notation提供先前已定義過、適用於該元素內容的記號名稱。
狀態 非必備的
資料類型

<rng:ref name="data.code"/>
data.code
The name of a formal notation previously declared in the document type declaration.
屬於
可包含
figures: formula
宣告

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