<?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: biblStruct.xml 5435 2009-01-16 00:51:19Z louBurnard $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="core" ident="biblStruct">
  <equiv/>
  <gloss>structured bibliographic citation</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">référence bibliographique structurée</gloss>
  <gloss version="2007-05-04" xml:lang="es">cita bibliográfica estructurada.</gloss>
  <gloss version="2007-01-21" xml:lang="it">citazione bibliografica strutturata</gloss>
  <desc>contains a structured bibliographic citation, in which only bibliographic sub-elements
    appear and in a specified order. </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 référence bibliographique dans laquelle
    seuls des sous-éléments bibliographiques apparaissent et cela, selon un ordre déterminé</desc>
  <desc version="2007-05-04" xml:lang="es">contiene una cita bibliográfica estructurada, en la cual
    sólo aparecen los subelementos bibliográficos y en un orden especificado.</desc>
  <desc version="2007-01-21" xml:lang="it">contiene una citazione bibliografica strutturata che può
    contenere solo altri elemento nell'ordine specificato.</desc>
  <classes>
    <memberOf key="model.biblLike"/>
    <memberOf key="att.declarable"/>
    <memberOf key="att.typed"/>
  </classes>
  <content>
    <rng:group xmlns:rng="http://relaxng.org/ns/structure/1.0">
      <rng:zeroOrMore>
        <rng:ref name="analytic"/>
      </rng:zeroOrMore>
      <rng:oneOrMore>
        <rng:ref name="monogr"/>
        <rng:zeroOrMore>
          <rng:ref name="series"/>
        </rng:zeroOrMore>
      </rng:oneOrMore>
      <rng:zeroOrMore>
        <rng:choice>
          <rng:ref name="model.noteLike"/>
          <rng:ref name="idno"/>
          <rng:ref name="relatedItem"/>
        </rng:choice>
      </rng:zeroOrMore>
    </rng:group>
  </content>
  <exemplum>
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <biblStruct>
        <monogr>
          <author>Blain, Virginia</author>
          <author>Clements, Patricia</author>
          <author>Grundy, Isobel</author>
          <title>The Feminist Companion to Literature in English: women writers from the middle ages
            to the present</title>
          <edition>first edition</edition>
          <imprint>
            <publisher>Yale University Press</publisher>
            <pubPlace>New Haven and London</pubPlace>
            <date>1990</date>
          </imprint>
        </monogr>
      </biblStruct>
    </egXML>
  </exemplum>
  <exemplum xml:lang="zh-tw">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <biblStruct>
        <monogr>
          <author>王大明</author>
          <author>文天行</author>
          <author>廖全京</author>
          <title>抗戰文藝報刊編目彙編</title>
          <edition>初版</edition>
          <imprint>
            <publisher>四川省社會科學院</publisher>
            <pubPlace>成都</pubPlace>
            <date>1984</date>
          </imprint>
        </monogr>
      </biblStruct>
    </egXML>
  </exemplum>
  <listRef>
    <ptr target="#COBITY"/>
    <ptr target="#HD3"/>
    <ptr target="#CCAS2"/>
  </listRef>
</elementSpec>
