<?xml version="1.0" encoding="UTF-8"?>
<!--
    Copyright TEI Consortium. 
    Dual-licensed under CC-by and BSD2 licences 
    See the file COPYING.txt for details
    $Date: 2012-10-22 23:00:51 +0100 (Mon, 22 Oct 2012) $
    $Id: imprint.xml 10992 2012-10-22 22:00:51Z kshawkin $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="core" ident="imprint">
  <equiv/>
  <gloss/>
  <gloss versionDate="2007-05-02" xml:lang="zh-TW">版本說明</gloss>
  <desc>groups information relating to the publication or distribution
        of a bibliographic item.</desc>
  <desc versionDate="2009-01-06" xml:lang="fr">regroupe des informations relatives à la
        publication ou à la distribution d'un élément bibliographique.</desc>
  <desc versionDate="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 versionDate="2007-05-02" xml:lang="zh-TW">匯集書目項目的出版或發行相關資訊。</desc>
  <desc versionDate="2007-01-21" xml:lang="it">raggruppa le informazioni riguardo la pubblicazione o distribuzione di un'unità bibliograica.</desc>
  <desc versionDate="2006-10-28" xml:lang="ja">書誌情報の対象となるものの，出版に関する情報．</desc>
  <classes>
    <memberOf key="att.global"/>
  </classes>
  <content>
    <zeroOrMore xmlns="http://relaxng.org/ns/structure/1.0">
      <ref name="classCode"/>
      <ref name="catRef"/>
    </zeroOrMore>
    <oneOrMore xmlns="http://relaxng.org/ns/structure/1.0">
      <choice>
        <group>
          <!--just here to so odd2dtd puts parens into DTD-->
          <ref name="model.imprintPart"/>
        </group>
        <group>
          <!--just here to so odd2dtd puts parens into DTD-->
          <ref name="model.dateLike"/>
        </group>
      </choice>
      <zeroOrMore>
        <ref name="respStmt"/>
      </zeroOrMore>
      <zeroOrMore>
        <ref name="model.global"/>
      </zeroOrMore>
      
    </oneOrMore>
  </content>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <imprint>
        <pubPlace>Oxford</pubPlace>
        <publisher>Clarendon Press</publisher>
        <date>1987</date>
      </imprint>
    </egXML>
  </exemplum>
  <exemplum versionDate="2008-04-06" xml:lang="fr">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <imprint>
        <pubPlace>Paris</pubPlace>
        <publisher>Les Éd. de Minuit</publisher>
        <date>2001</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>
