<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright TEI Consortium. 
Dual-licensed under CC-by and BSD2 licences 
See the file COPYING.txt for details
$Date$
$Id$
-->
<?xml-model href="http://tei.oucs.ox.ac.uk/jenkins/job/TEIP5/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?>
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="figures" ident="formula">
  <gloss versionDate="2007-06-12" xml:lang="fr">formule</gloss>
  <desc versionDate="2005-01-14" xml:lang="en">contains a mathematical or other formula.</desc>
  <desc versionDate="2007-12-20" xml:lang="ko">수식 또는 다른 식을 포함한다.</desc>
  <desc versionDate="2007-05-02" xml:lang="zh-TW">包含數學或其他方程式。</desc>
  <desc versionDate="2008-04-05" xml:lang="ja">数式を示す．</desc>
  <desc versionDate="2007-06-12" xml:lang="fr">contient une formule mathématique ou tout autre type de
    formule</desc>
  <desc versionDate="2007-05-04" xml:lang="es">contiene una fórmula matemática o de otro tipo.</desc>
  <desc versionDate="2007-01-21" xml:lang="it">contiene una formula matematica o di altra natura.</desc>
  <classes>
    <memberOf key="att.global"/>
    <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:ref name="model.hiLike"/>
      </rng:choice>
    </rng:zeroOrMore>
  </content>
  <attList>
    <attDef ident="notation" usage="opt">
      <desc versionDate="2012-03-26" xml:lang="en">names the notation used for the content of the element.</desc>
      <desc versionDate="2007-12-20" xml:lang="ko">요소 내용으로 사용되어 앞서 정의된 표기법 이름을 제시한다.</desc>
      <desc versionDate="2007-05-02" xml:lang="zh-TW">提供先前已定義過、適用於該元素內容的記號名稱。</desc>
      <desc versionDate="2008-04-05" xml:lang="ja">当該要素の内容にある既定表記法の名前を示す．</desc>
      <desc versionDate="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 versionDate="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 versionDate="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.enumerated"/>
      </datatype>
    </attDef>
  </attList>
  <exemplum xml:lang="und">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <formula notation="tex">$E=mc^2$</formula>
    </egXML>
  </exemplum>
  <exemplum xml:lang="und">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <formula notation="none">E=mc<hi rend="sup">2</hi>
         </formula>
    </egXML>
  </exemplum>
  <exemplum xml:lang="und">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <formula notation="mathml">
        <math xmlns="http://www.w3.org/1998/Math/MathML">
          <mi>E</mi>
          <mo>=</mo>
          <mi>m</mi>
          <msup>
            <mrow>
              <mi>c</mi>
            </mrow>
            <mrow>
              <mn>2</mn>
            </mrow>
          </msup>
        </math>
      </formula>
    </egXML>
  </exemplum>
  <listRef>
    <ptr target="#FTFOR" type="div1"/>
  </listRef>
</elementSpec>
