<formula>

<formula> 수식 또는 다른 식을 포함한다. 14.2 Formulæ and Mathematical Expressions
모듈figures — 14 Tables, Formulæ, and Graphics
속성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))
notation요소 내용으로 사용되어 앞서 정의된 표기법 이름을 제시한다.
상태 수의적
자료 유형

<rng:ref name="data.code"/>
data.code
The name of a formal notation previously declared in the document type declaration.
에 의해 사용된
에 의해 포함된
포함할 수 있다
선언

<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: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,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   attribute notation { data.code }?,
   ( text | model.graphicLike )*
}
<formula notation="TeX">$e=mc^2$</formula>