<formula>

<formula> 数式を示す. 14.2
モジュールfigures — 14 図,表,式
属性
notation 当該要素の内容にある既定表記法の名前を示す.
状態 任意
データ型

<rng:ref name="data.code"/>
data.code
文書型宣言で宣言されている公式の表記法の名前
当該モジュールを使用するもの
下位
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>