<?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: 2013-01-12 12:40:54 +0000 (Sat, 12 Jan 2013) $
$Id: msIdentifier.xml 11400 2013-01-12 12:40:54Z rahtz $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="msdescription" xml:id="MSIDENTIFIER" ident="msIdentifier">
  <gloss>manuscript identifier</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">identificador del manuscrito</gloss>
  <gloss versionDate="2007-06-12" xml:lang="fr">identifiant du manuscrit</gloss>
  <gloss versionDate="2007-11-06" xml:lang="it">identificatore del manoscritto</gloss>
  <desc xml:id="msidentifier.desc">contains the information required to identify
the  manuscript being described. </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 les informations requises pour identifier le
      manuscrit en cours de description.</desc>
  <desc versionDate="2007-05-04" xml:lang="es">contiene la información necesaria para identificar el manuscrito que se examina.</desc>
  <desc versionDate="2007-01-21" xml:lang="it">contiene l'informazione necessaria a identificare il manoscritto esaminato</desc>
  <classes>
    <memberOf key="att.global"/>
    <memberOf key="model.biblPart"/>
  </classes>
  <content>
    <group xmlns="http://relaxng.org/ns/structure/1.0">
      <group>
        <ref name="model.placeNamePart_sequenceOptional"/>
        <optional>
          <ref name="institution"/>
        </optional>
        <optional>
          <ref name="repository"/>
        </optional>
        <zeroOrMore>
          <ref name="collection"/>
        </zeroOrMore>
        <optional>
          <ref name="idno"/>
        </optional>
      </group>
      <zeroOrMore>
        <choice>
          <ref name="msName"/>
          <ref name="altIdentifier"/>
        </choice>
      </zeroOrMore>
    </group>
  </content>
  <constraintSpec scheme="isoschematron" ident="msId_minimal">
    <constraint>
      <report xmlns="http://purl.oclc.org/dsdl/schematron" test="local-name(*[1])='idno' or                              local-name(*[1])='altIdentifier' or        .='' ">
You must supply either a locator of some type or a name for <name/></report>
    </constraint>
  </constraintSpec>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <msIdentifier>
        <settlement>San Marino</settlement>
        <repository>Huntington Library</repository>
        <idno>MS.El.26.C.9</idno>
      </msIdentifier>
    </egXML>
  </exemplum>
  <exemplum versionDate="2008-04-06" xml:lang="fr">
    <egXML xmlns="http://www.tei-c.org/ns/Examples" corresp="#fr-ex-BnF-Reliures">
      <msIdentifier>
        <country>France</country>
        <settlement>Paris</settlement>
        <repository xml:lang="fr">Bibliothèque nationale de France. Réserve des livres rares&gt;</repository>
        <idno>B- 73</idno>
        <!-- dans le cas des recueils : cote uniquement sans les sous-cotes -->
        <altIdentifier>
          <idno>B-121</idno>
          <note> Cote de la bibliothèque royale au XVIIIe siècle (inscrite à l'encre, sur la
              doublure de tabis).</note>
        </altIdentifier>
        <altIdentifier>
          <idno>Double de B. 274. A (Réserve)</idno>
          <note>Cote inscrite face à la page de titre, en remplacement de la cote "1541",
            barrée</note>
        </altIdentifier>
      </msIdentifier>
    </egXML>
  </exemplum>
  <exemplum xml:lang="zh-TW">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <msIdentifier>
        <settlement>台北</settlement>
        <repository>故宮博物院</repository>
        <idno>MS.El.26.C.9</idno>
      </msIdentifier>
    </egXML>
  </exemplum>
  <listRef>
    <ptr target="#msid"/>
  </listRef>
</elementSpec>
