<?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$
    $Id$
-->
<?xml-model href="http://tei.oucs.ox.ac.uk/jenkins/job/TEIP5/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?>
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="core" ident="monogr">
  <gloss versionDate="2005-01-14" xml:lang="en">monographic level</gloss>
  <gloss versionDate="2007-12-20" xml:lang="ko">단행본 층위</gloss>
  <gloss versionDate="2007-05-02" xml:lang="zh-TW">專題層書目</gloss>
  <gloss versionDate="2008-01-06" xml:lang="fr">niveau monographique</gloss>
  <gloss versionDate="2007-05-04" xml:lang="es">nivel monográfico.</gloss>
  <gloss versionDate="2007-01-21" xml:lang="it">monografia</gloss>
  <desc versionDate="2005-01-14" xml:lang="en">contains bibliographic elements describing an item (e.g. a book or journal) published as an
    independent item (i.e. as a separate physical object).</desc>
  <desc versionDate="2007-12-20" xml:lang="ko">독립 항목(즉, 독립된 물리적 개체)으로 출판된 항목(예를 들어 단행본 또는 학술지)을 기술하는
    참고문헌 요소를 포함한다.</desc>
  <desc versionDate="2007-05-02" xml:lang="zh-TW">包含某一項目 (例如書或期刊) 的書目元素， 該項目為一獨立出版品 (即未附屬於其他出版品) 。</desc>
  <desc versionDate="2008-04-05" xml:lang="ja">独立したもの(例えば，物理的に独立したもの)として出版された対象(例え ば，書籍や雑誌)の書誌情報項目を示す．</desc>
  <desc versionDate="2009-01-06" xml:lang="fr">contient des données bibliographiques décrivant un objet
    (par exemple une monographie ou une revue) publié comme un élément indépendant (i.e.
    matériellement séparé.</desc>
  <desc versionDate="2007-05-04" xml:lang="es">contiene los elementos bibliográficos que describen un
    ítem (p.ej. un libro o revista) publicado independientemente (es decir, como un objeto físico
    separado).</desc>
  <desc versionDate="2007-01-21" xml:lang="it">contiene elementi bilbiografici che descrivono un'opera
    (ad esempio un libro o una rivista) pubblicanti indipendentemente (cioè come un singolo
    oggetto).</desc>
  <classes>
    <memberOf key="att.global"/>
  </classes>
  <content>
    <rng:group xmlns:rng="http://relaxng.org/ns/structure/1.0">
      <rng:optional>
        <rng:choice>
          <rng:group>
            <rng:choice>
              <rng:ref name="author"/>
              <rng:ref name="editor"/>
              <rng:ref name="meeting"/>
              <rng:ref name="respStmt"/>
            </rng:choice>
            <rng:zeroOrMore>
              <rng:choice>
                <rng:ref name="author"/>
                <rng:ref name="editor"/>
                <rng:ref name="meeting"/>
                <rng:ref name="respStmt"/>
              </rng:choice>
            </rng:zeroOrMore>
            <rng:oneOrMore>
              <rng:ref name="title"/>
            </rng:oneOrMore>
            <rng:zeroOrMore>
              <rng:choice>
                <rng:ref name="model.ptrLike"/>
                <rng:ref name="idno"/>
                <rng:ref name="textLang"/>
                <rng:ref name="editor"/>
                <rng:ref name="respStmt"/>
              </rng:choice>
            </rng:zeroOrMore>
          </rng:group>
          <rng:group>
            <rng:oneOrMore>
              <rng:choice>
                <rng:ref name="title"/>
                <rng:ref name="model.ptrLike"/>
                <rng:ref name="idno"/>
              </rng:choice>
            </rng:oneOrMore>
            <rng:zeroOrMore>
              <rng:choice>
                <rng:ref name="textLang"/>
                <rng:ref name="author"/>
                <rng:ref name="editor"/>
                <rng:ref name="meeting"/>
                <rng:ref name="respStmt"/>
              </rng:choice>
            </rng:zeroOrMore>
          </rng:group>
          <rng:group>
            <!-- specific to patents -->
            <rng:ref name="authority"/>
            <rng:ref name="idno"/>
          </rng:group>
        </rng:choice>
      </rng:optional>
      <rng:zeroOrMore>
        <rng:ref name="availability"/>
      </rng:zeroOrMore>
      <rng:zeroOrMore>
        <rng:ref name="model.noteLike"/>
      </rng:zeroOrMore>
      <rng:zeroOrMore>
        <rng:ref name="edition"/>
        <rng:zeroOrMore>
          <rng:choice>
            <rng:ref name="idno"/>
            <rng:ref name="model.ptrLike"/>
            <rng:ref name="editor"/>
            <rng:ref name="sponsor"/>
            <rng:ref name="funder"/>
            <rng:ref name="respStmt"/>
          </rng:choice>
        </rng:zeroOrMore>
      </rng:zeroOrMore>
      <rng:ref name="imprint"/>
      <rng:zeroOrMore>
        <rng:choice>
          <rng:ref name="imprint"/>
          <rng:ref name="extent"/>
          <rng:ref name="biblScope"/>
        </rng:choice>
      </rng:zeroOrMore>
    </rng:group>
  </content>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <biblStruct>
        <analytic>
          <author>Chesnutt, David</author>
          <title>Historical Editions in the States</title>
        </analytic>
        <monogr>
          <title level="j">Computers and the Humanities</title>
          <imprint>
            <date when="1991-12">(December, 1991):</date>
          </imprint>
          <biblScope>25.6</biblScope>
          <biblScope unit="page" from="377" to="380">377–380</biblScope>
        </monogr>
      </biblStruct>
    </egXML>
  </exemplum>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <biblStruct type="book">
        <monogr>
          <author>
            <persName>
              <forename>Leo Joachim</forename>
              <surname>Frachtenberg</surname>
            </persName>
          </author>
          <title type="main" level="m">Lower Umpqua Texts</title>
          <imprint>
            <pubPlace>New York</pubPlace>
            <publisher>Columbia University Press</publisher>
            <date>1914</date>
          </imprint>
        </monogr>
        <series>
          <title type="main" level="s">Columbia University Contributions to
                              Anthropology</title>
          <biblScope unit="volume">4</biblScope>
        </series>
      </biblStruct>
    </egXML>
  </exemplum>
  <remarks versionDate="2012-10-26" xml:lang="en">
    <p rend="dataDesc">May contain specialized bibliographic elements, in a prescribed order.</p>
    <p>The <gi>monogr</gi> element may only occur only within a <gi>biblStruct</gi>, where its use
      is mandatory for the description of a monographic-level bibliographic item.</p>
  </remarks>
  <remarks xml:lang="fr" versionDate="2007-06-12">
    <p rend="dataDesc">Cet élément contient des éléments de description bibliographique spécialisés,
      dans un ordre prescrit.</p>
    <p>L'élément <gi>monogr</gi> n'est disponible que dans l'élément <gi>biblStruct</gi>, où il faut
      l'utiliser pour encoder la description bibliographique d'une monographie.</p>
  </remarks>
  <remarks xml:lang="ja" versionDate="2008-04-05">
    <p rend="dataDesc"> 特別な書誌情報要素を，特定の順番でとるかもしれない． </p>
    <p> 当該要素<gi>monogr</gi>は小論レベルの書誌項目を記述する際に必須で あるが，その際，要素<gi>biblStruct</gi>の中で高々1回出現する． </p>
  </remarks>
  <listRef>
    <ptr target="#COBICOL"/>
  </listRef>
</elementSpec>
