<?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-22 23:04:45 +0000 (Thu, 22 Jan 2009) $
    $Id: listBibl.xml 5469 2009-01-22 23:04:45Z rahtz $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="core" ident="listBibl">
  <equiv/>
  <gloss>citation list</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="2009-01-06" xml:lang="fr">liste de références bibliographiques</gloss>
  <gloss version="2007-05-04" xml:lang="es">lista de cita</gloss>
  <gloss version="2007-01-21" xml:lang="it">lista di citazioni</gloss>
  <desc>contains a list of bibliographic citations of any kind. </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="2009-01-06" xml:lang="fr">contient une liste de références
        bibliographiques de tout type</desc>
  <desc version="2007-05-04" xml:lang="es">contiene una lista de citas bibliográficas de cualquier tipo.</desc>
  <desc version="2007-01-21" xml:lang="it">contiene una lista di citazioni bibliografiche di qualsiasi natura.</desc>
  <classes>
    <memberOf key="model.listLike"/>
    <memberOf key="att.declarable"/>
    <memberOf key="att.typed"/>
    <memberOf key="model.msItemPart"/>
  </classes>
  <content xmlns:rng="http://relaxng.org/ns/structure/1.0">
    <rng:group>
      <rng:zeroOrMore>
        <rng:ref name="model.headLike"/>
      </rng:zeroOrMore>
      <rng:oneOrMore>
        <rng:choice>
          <rng:ref name="model.biblLike"/>
          <rng:ref name="model.milestoneLike"/>
          <rng:ref name="listBibl"/>
        </rng:choice>
      </rng:oneOrMore>
    </rng:group>
  </content>
  <exemplum>
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <listBibl>
        <head>Works consulted</head>
        <bibl>Blain, Clements and Grundy: Feminist Companion to
                    Literature in English (Yale, 1990)
                </bibl>
        <biblStruct>
          <analytic>
            <title>The Interesting story of the Children in the Wood</title>
          </analytic>
          <monogr>
            <title>The Penny Histories</title>
            <author>Victor E Neuberg</author>
            <imprint>
              <publisher>OUP</publisher>
              <date>1968</date>
            </imprint>
          </monogr>
        </biblStruct>
      </listBibl>
    </egXML>
  </exemplum>
  <exemplum xml:lang="zh-tw">
    <egXML xmlns="http://www.tei-c.org/ns/Examples" corresp="#biblzh-tw_n13">
      <listBibl>
        <head>參考書籍</head>
        <bibl>潘定衡、楊朝文: 蚩尤的傳說 (貴陽：貴州民族出版社，1989 ) </bibl>
        <biblStruct>
          <analytic>
            <title>中國古史的傳說時代 </title>
          </analytic>
          <monogr>
            <title>苗族蚩尤神话，與逐鹿之戰。</title>
            <author>吳曉東</author>
            <imprint>
              <publisher>北京：民族文學研究 </publisher>
              <date> 1998 </date>
            </imprint>
          </monogr>
        </biblStruct>
      </listBibl>
    </egXML>
  </exemplum>
  <listRef>
    <ptr target="#COBITY"/>
    <ptr target="#HD3"/>
    <ptr target="#CCAS2"/>
  </listRef>
</elementSpec>
