<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright TEI Consortium. 
Licensed under the GNU General Public License. 
See the file COPYING.txt for details
$Date: 2009-01-20 10:13:12 +0000 (Tue, 20 Jan 2009) $
$Id: formula.xml 5452 2009-01-20 10:13:12Z ge8 $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="figures" ident="formula">
  <equiv/>
  <gloss version="2007-06-12" xml:lang="fr">formule</gloss>
  <desc>contains a mathematical or other formula.</desc>
  <desc version="2007-12-20" xml:lang="kr">수식 또는 다른 식을 포함한다.</desc>
  <desc version="2007-05-02" xml:lang="zh-tw">包含數學或其他方程式。</desc>
  <desc version="2008-04-05" xml:lang="ja"> 数式を示す． </desc>
  <desc version="2007-06-12" xml:lang="fr">contient une formule mathématique ou tout autre type de
    formule</desc>
  <desc version="2007-05-04" xml:lang="es">contiene una fórmula matemática o de otro tipo.</desc>
  <desc version="2007-01-21" xml:lang="it">contiene una formula matematica o di altra natura.</desc>
  <classes>
    <memberOf key="model.graphicLike"/>
  </classes>
  <content>
    <rng:zeroOrMore xmlns:rng="http://relaxng.org/ns/structure/1.0">
      <rng:choice>
        <rng:text/>
        <rng:ref name="model.graphicLike"/>
      </rng:choice>
    </rng:zeroOrMore>
  </content>
  <attList>
    <attDef ident="notation" usage="opt">
      <equiv/>
      <desc>supplies the name of a previously defined notation used for the content of the element.</desc>
      <desc version="2007-12-20" xml:lang="kr">요소 내용으로 사용되어 앞서 정의된 표기법 이름을 제시한다.</desc>
      <desc version="2007-05-02" xml:lang="zh-tw">提供先前已定義過、適用於該元素內容的記號名稱。</desc>
      <desc version="2008-04-05" xml:lang="ja"> 当該要素の内容にある既定表記法の名前を示す． </desc>
      <desc version="2007-06-12" xml:lang="fr">précise le nom d'une notation définie précédemment,
        utilisée dans le contenu de l'élément.</desc>
      <desc version="2007-05-04" xml:lang="es">indica el nombre de una anotación definida
        previamente y usada para el contenido de un elemento.</desc>
      <desc version="2007-01-21" xml:lang="it">fornisce il nome di un'annotazione definita
        precedentemente utilizzata come contenuto dell'elemento.</desc>
      <datatype>
        <rng:ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="data.code"/>
      </datatype>
      <valDesc>The name of a formal notation previously declared in the document type
      declaration.</valDesc>
    </attDef>
  </attList>
  <exemplum>
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <formula notation="TeX">$e=mc^2$</formula>
    </egXML>
  </exemplum>
  <remarks>
    <p/>
  </remarks>
  <remarks xml:lang="fr">
    <p/>
  </remarks>
  <listRef>
    <ptr target="#FTFOR" type="div1"/>
  </listRef>
</elementSpec>
