<?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: respStmt.xml 5435 2009-01-16 00:51:19Z louBurnard $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="core" ident="respStmt">
  <equiv/>
  <gloss>statement of responsibility</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="2007-06-12" xml:lang="fr">mention de responsabilité</gloss>
  <gloss version="2007-05-04" xml:lang="es">declaración de responsabilidad</gloss>
  <gloss version="2007-01-21" xml:lang="it">dichiarazione di responsabilità</gloss>
  <desc>supplies a statement of responsibility for the intellectual content of a text, edition,
    recording, or series, where the specialized elements for authors, editors, etc. do not suffice
    or do not apply.</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="2008-12-09" xml:lang="fr">fournit une mention de responsabilité pour le contenu
    intellectuel d'un texte, d'une édition, d'un enregistrement ou d'une publication en série,
    lorsque les éléments spécifiques relatifs aux éditeurs, éditeurs, etc. ne suffisent pas ou ne
    s'appliquent pas.</desc>
  <desc version="2007-05-04" xml:lang="es">proporciona la declaración de la responsabilidad para el
    contenido intelectual de un texto, edición, grabación o serie, donde no basten o no se apliquen
    los elementos especializados para autores, editores, etc.</desc>
  <desc version="2007-01-21" xml:lang="it">fornisce una dichiarazione di responsabilità per qualcuno
    responsabile del contenuto intelletuale di un testo, curatela, registrazione o collana, nel caso
    in cui gli elementi specifici per autore, curatore ecc. non sono sufficienti o non applicabili.</desc>
  <classes>
    <memberOf key="model.respLike"/>
    <memberOf key="model.recordingPart"/>
  </classes>
  <content xmlns:rng="http://relaxng.org/ns/structure/1.0">
    <rng:choice>
      <rng:group>
        <rng:oneOrMore>
          <rng:ref name="resp"/>
        </rng:oneOrMore>
        <rng:oneOrMore>
          <rng:ref name="model.nameLike.agent"/>
        </rng:oneOrMore>
      </rng:group>
      <rng:group>
        <rng:oneOrMore>
          <rng:ref name="model.nameLike.agent"/>
        </rng:oneOrMore>
        <rng:oneOrMore>
          <rng:ref name="resp"/>
        </rng:oneOrMore>
      </rng:group>
    </rng:choice>
  </content>
  <exemplum>
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <respStmt>
        <resp>transcribed from original ms</resp>
        <persName>Claus Huitfeldt</persName>
      </respStmt>
    </egXML>
  </exemplum>
  <exemplum xml:lang="zh-tw">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <respStmt>
        <resp>謄寫自原始手稿</resp>
        <persName>徐大明</persName>
      </respStmt>
    </egXML>
  </exemplum>
  <exemplum xml:lang="zh-tw">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <respStmt>
        <resp>轉換成SGML編碼</resp>
        <name>許雁</name>
      </respStmt>
    </egXML>
  </exemplum>
  <exemplum>
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <respStmt>
        <resp>converted to SGML encoding</resp>
        <name>Alan Morrison</name>
      </respStmt>
    </egXML>
  </exemplum>
  <listRef>
    <ptr target="#COBICOR"/>
    <ptr target="#HD21"/>
    <ptr target="#HD22"/>
    <ptr target="#HD26"/>
  </listRef>
</elementSpec>
