<?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: imprint.xml 5435 2009-01-16 00:51:19Z louBurnard $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="core" ident="imprint">
  <equiv/>
  <gloss/>
  <gloss version="2007-05-02" xml:lang="zh-tw">版本說明</gloss>
  <desc>groups information relating to the publication or distribution
        of a bibliographic item.</desc>
  <desc version="2009-01-06" xml:lang="fr">regroupe des informations relatives à la
        publication ou à la distribution d'un objet bibliographique</desc>
  <desc version="2007-05-04" xml:lang="es">información de grupos acerca de la publicación o distribución de un elemento bibliográfico.</desc>
  <desc version="2007-05-02" xml:lang="zh-tw">匯集書目項目的出版或發行相關資訊。</desc>
  <desc version="2007-01-21" xml:lang="it">raggruppa le informazioni riguardo la pubblicazione o distribuzione di un'unità bibliograica.</desc>
  <desc version="2006-10-28" xml:lang="ja">書誌情報の対象となるものの，出版に関する情報．</desc>
  <classes/>
  <content xmlns:rng="http://relaxng.org/ns/structure/1.0">
    <rng:oneOrMore>
      <rng:choice>
        <rng:group>
<!--just here to so odd2dtd puts parens into DTD-->
          <rng:ref name="model.imprintPart"/>
        </rng:group>
        <rng:group>
<!--just here to so odd2dtd puts parens into DTD-->
          <rng:ref name="model.dateLike"/>
        </rng:group>
      </rng:choice>
      <rng:zeroOrMore>
        <rng:ref name="model.global"/>
      </rng:zeroOrMore>
    </rng:oneOrMore>
  </content>
  <exemplum>
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <imprint>
        <pubPlace>Oxford</pubPlace>
        <publisher>Clarendon Press</publisher>
        <date>1987</date>
      </imprint>
    </egXML>
  </exemplum>
  <exemplum xml:lang="zh-tw">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <imprint>
        <pubPlace>香港</pubPlace>
        <publisher>皇冠</publisher>
        <date>2005</date>
      </imprint>
    </egXML>
  </exemplum>
  <listRef>
    <ptr target="#COBICOI"/>
  </listRef>
</elementSpec>
