<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>