<?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-16 00:51:19 +0000 (Fri, 16 Jan 2009) $
$Id: editionStmt.xml 5435 2009-01-16 00:51:19Z louBurnard $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="header" ident="editionStmt">
  <equiv/>
  <gloss>edition statement</gloss>
  <gloss version="2009-01-05" xml:lang="fr">Mention d'édition</gloss>
  <gloss version="2007-12-20" xml:lang="kr">편집 진술</gloss>
  <gloss version="2007-05-02" xml:lang="zh-tw">版本陳述</gloss>
  <gloss version="2008-04-05" xml:lang="ja"/>
  <gloss version="2006-10-18" xml:lang="de">Erklärung zur Edition</gloss>
  <gloss version="2007-05-04" xml:lang="es">declaración de la edición</gloss>
  <gloss version="2007-01-21" xml:lang="it">dichiarazione sull'edizione</gloss>
  <desc>groups information relating to one edition of a text.</desc>
  <desc version="2009-01-05" xml:lang="fr">L’élément Mention d'édition <gi>editionStmt</gi> regroupe les informations relatives à l’édition d’un texte.</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="2006-10-18" xml:lang="de">umfasst die Angaben zu
  einer Edition eines Textes.</desc>
  <desc version="2007-05-04" xml:lang="es">agrupa la información relativa a la edición de un texto.</desc>
  <desc version="2007-01-21" xml:lang="it">raggruppa le informazioni riguardo una edizione di un testo.</desc>
  <content>
    <rng:choice xmlns:rng="http://relaxng.org/ns/structure/1.0">
      <rng:oneOrMore>
        <rng:ref name="model.pLike"/>
      </rng:oneOrMore>
      <rng:group>
        <rng:ref name="edition"/>
        <rng:zeroOrMore>
          <rng:ref name="respStmt"/>
        </rng:zeroOrMore>
      </rng:group>
    </rng:choice>
  </content>
  <exemplum>
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <editionStmt>
        <edition n="S2">Students' edition</edition>
        <respStmt>
          <resp>Adapted by </resp>
          <name>Elizabeth Kirk</name>
        </respStmt>
      </editionStmt>
    </egXML>
  </exemplum>
  <exemplum xml:lang="zh-tw">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <editionStmt>
        <edition n="S2">學生版</edition>
        <respStmt>
          <resp>改編自</resp>
          <name>伊莉莎白．科克</name>
        </respStmt>
      </editionStmt>
    </egXML>
  </exemplum>
  <exemplum xml:lang="zh-tw">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <editionStmt>
        <p>初版<date>1991年，上學期</date>
        </p>
      </editionStmt>
    </egXML>
  </exemplum>
  <exemplum>
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <editionStmt>
        <p>First edition, <date>Michaelmas Term, 1991.</date>
   </p>
      </editionStmt>
    </egXML>
  </exemplum>
  <listRef>
    <ptr target="#HD22"/>
    <ptr target="#HD2"/>
  </listRef>
</elementSpec>
