<?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" xmlns:rng="http://relaxng.org/ns/structure/1.0" module="msdescription" xml:id="MSPART" ident="msPart">
  <gloss versionDate="2007-07-04" xml:lang="en">manuscript part</gloss>
  <gloss versionDate="2007-12-20" xml:lang="ko">원고 부분</gloss>
  <gloss versionDate="2007-05-02" xml:lang="zh-TW"/>
  <gloss versionDate="2008-04-06" xml:lang="es">fragmento del manuscrito</gloss>
  <gloss versionDate="2007-06-12" xml:lang="fr">partie d'un manuscrit</gloss>
  <gloss versionDate="2007-11-06" xml:lang="it">porzione di manoscritto</gloss>
  <desc versionDate="2005-10-16" xml:lang="en" xml:id="mspart.desc">contains information about an originally
distinct manuscript or part of a manuscript, now forming part of a composite manuscript.</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="2007-06-12" xml:lang="fr">contient des informations sur un manuscrit distinct à
      l'origine, ou sur une partie d'un manuscrit, qui constitue actuellement une section d'un
      manuscrit composite.</desc>
  <desc versionDate="2007-05-04" xml:lang="es">contiene información relativas a un manuscrito o a parte de un manuscrito originariamente distintas pero actualmente parte de un manuscrito compuesto.</desc>
  <desc versionDate="2007-01-21" xml:lang="it">contiene informazioni relative a un manoscritto o parte di manoscritto originariamente distinti ma attualmente parte di un manoscritto composito</desc>
  <classes>
    <memberOf key="att.global"/>
  </classes>
  <content>
    <rng:group>
      <rng:choice>
        <rng:ref name="altIdentifier"/>
        <rng:ref name="msIdentifier"/>
      </rng:choice>
      <rng:zeroOrMore>
        <rng:ref name="model.headLike"/>
      </rng:zeroOrMore>
      <rng:choice>
        <rng:oneOrMore>
          <rng:ref name="model.pLike"/>
        </rng:oneOrMore>
        <rng:group>
          <rng:optional>
            <rng:ref name="msContents"/>
          </rng:optional>
          <rng:optional>
            <rng:ref name="physDesc"/>
          </rng:optional>
          <rng:optional>
            <rng:ref name="history"/>
          </rng:optional>
          <rng:optional>
            <rng:ref name="additional"/>
          </rng:optional>
          <rng:zeroOrMore>
            <rng:ref name="msPart"/>
          </rng:zeroOrMore>
        </rng:group>
      </rng:choice>
    </rng:group>
  </content>
  <constraintSpec scheme="isoschematron" ident="deprecate-altIdentifier-child">
    <desc>The <gi>msIdentifier</gi> element is now allowed as a child
    of <gi>msPart</gi>, and it (with its <gi>altIdentifier</gi>
    children if needed) should be used instead of an
    <gi>altIdentifier</gi> directly within <gi>msPart</gi>.</desc>
    <constraint xmlns:sch="http://purl.oclc.org/dsdl/schematron">
      <sch:report test="child::tei:altIdentifier" role="nonfatal">WARNING: use of deprecated method — the use of the altIdentifier element as a direct child of the msPart element will be removed from the TEI on 2016-09-09</sch:report>
    </constraint>
  </constraintSpec>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <msPart>
        <msIdentifier>
          <idno>A</idno>
          <altIdentifier type="catalog">
            <collection>Becker</collection>
            <idno>48, Nr. 145</idno>
          </altIdentifier>
          <altIdentifier type="catalog">
            <collection>Wiener Liste</collection>
            <idno>4°5</idno>
          </altIdentifier>
        </msIdentifier>
        <head>
          <title xml:lang="la">Gregorius: Homiliae in Ezechielem</title>
          <origPlace key="tgn_7008085">Weissenburg (?)</origPlace>
          <origDate notBefore="0801" notAfter="0815">IX. Jh., Anfang</origDate>
        </head>
      </msPart>
    </egXML>
  </exemplum>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <msDesc>
        <msIdentifier>
          <settlement>Amiens</settlement>
          <repository>Bibliothèque Municipale</repository>
          <idno>MS 3</idno>
          <msName>Maurdramnus Bible</msName>
        </msIdentifier>
        <!-- other elements here -->
        <msPart>
          <altIdentifier>
            <idno>MS 6</idno>
          </altIdentifier>
          <!-- other information specific to this part here -->
        </msPart>
        <!-- more parts here -->
      </msDesc>
    </egXML>
  </exemplum>
  <remarks versionDate="2012-06-17" xml:lang="en">
    <p>As this last example shows, for compatibility reasons the identifier of a manuscript part may
be supplied as a simple <gi>altIdentifier</gi> rather than using the
more structured <gi>msIdentifier</gi> element. This usage is however
deprecated.
</p>
  </remarks>
  <listRef>
    <ptr target="#mspt"/>
  </listRef>
</elementSpec>
