<?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-10 15:03:31 +0000 (Sat, 10 Jan 2009) $
$Id: msDesc.xml 5299 2009-01-10 15:03:31Z rahtz $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" module="msdescription" xml:id="MSDESC" ident="msDesc">
  <gloss>manuscript description</gloss>
  <gloss version="2007-12-20" xml:lang="kr">원고 기술</gloss>
  <gloss version="2007-05-02" xml:lang="zh-tw"/>
  <gloss version="2008-04-06" xml:lang="es">descripción del manuscrito</gloss>
  <gloss version="2007-06-12" xml:lang="fr">description d'un manuscrit</gloss>
  <gloss version="2007-11-06" xml:lang="it">decrizione del manoscritto</gloss>
  <desc xml:id="msdesc.desc">contains a description of a single identifiable
manuscript.</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="2007-06-12" xml:lang="fr">contient la description d'un manuscrit bien
      individualisé</desc>
  <desc version="2007-05-04" xml:lang="es">contiene la definición de un único manuscrito.</desc>
  <desc version="2007-01-21" xml:lang="it">contiene la descrizione di un unico manoscritto</desc>
  <classes>
    <memberOf key="model.biblLike"/>
  </classes>
  <content>
    <rng:group>
      <rng:ref name="msIdentifier"/>
      <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>
<!--    <attDef ident="type">
	<equiv/>
	<gloss/>
	<desc>specifies the type of manuscript being described, for example as 'diploma', 'codex' etc.</desc>
      <valDesc>Typology to be defined</valDesc>
    </attDef>
    <attDef ident="status">
	<equiv/>
	<gloss/>
	<desc>specifies the compositional status of a manuscript or manuscript part.</desc>
      <defaultVal>uni</defaultVal>
      <valList>
        <valItem ident="uni">
          <equiv/>
          <gloss>unitary: the manuscript is a complete entity which
exists as a single unit.</gloss>
        </valItem>
        <valItem ident="compo">
          <equiv/>
          <gloss>composite: the manuscript is a complete entity comprising multiple units of different origin.</gloss>
        </valItem>
        <valItem ident="frag">
          <equiv/>
          <gloss>fragmentary: a leaf, a part of a leaf, or a manuscript from which the majority of leaves are missing.</gloss>
        </valItem>
        <valItem ident="def">
        <equiv/>
          <gloss>defective: a ms from which a minority of the leaves are missing.</gloss>
        </valItem>
        <valItem ident="unknown">
           <equiv/>
          <gloss>unknown or unstated.</gloss>
        </valItem>
      </valList>
          </attDef>
  </attList>-->
  <exemplum>
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <msDesc>
        <msIdentifier>
          <settlement>Oxford</settlement>
          <repository>Bodleian Library</repository>
          <idno type="Bod">MS Poet. Rawl. D. 169.</idno>
        </msIdentifier>
        <msContents>
          <msItem>
            <author>Geoffrey Chaucer</author>
            <title>The Canterbury Tales</title>
          </msItem>
        </msContents>
        <physDesc>
          <objectDesc>
            <p>A parchment codex of 136 folios, measuring approx
28 by 19 inches, and containing 24 quires.</p>
            <p>The pages are margined and ruled throughout.</p>
            <p>Four hands have been identified in the manuscript: the first 44
folios being written in two cursive anglicana scripts, while the
remainder is for the most part in a mixed secretary hand.</p>
          </objectDesc>
        </physDesc>
      </msDesc>
    </egXML>
  </exemplum>
  <exemplum xml:lang="zh-tw">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <msDesc>
        <msIdentifier>
          <settlement>台北</settlement>
          <repository>CBETA</repository>
          <idno type="cbeta">Taisho Tripitaka Vol. T08, No. 230</idno>
        </msIdentifier>
        <msContents>
          <msItem>
            <author>唐玄奘</author>
            <title>大般若波羅蜜多經電子版本</title>
          </msItem>
        </msContents>
        <physDesc>
          <objectDesc>
            <p>總共有600卷</p>
            <p>亦收錄於高麗藏、嘉興藏、永樂北藏、永樂南藏、乾隆藏、佛教大藏經、中華藏...等。</p>
            <p>唯獨新纂卍續藏未收錄此經</p>
          </objectDesc>
        </physDesc>
      </msDesc>
    </egXML>
  </exemplum>
  <listRef>
    <ptr target="#msov"/>
  </listRef>
</elementSpec>
