<?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://jenkins.tei-c.org/job/TEIP5-dev/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="textstructure" ident="TEI">
  <gloss versionDate="2005-12-24" xml:lang="en">TEI document</gloss>
  <gloss versionDate="2007-12-20" xml:lang="ko">TEI 문서</gloss>
  <gloss versionDate="2007-05-02" xml:lang="zh-TW">TEI文件</gloss>
  <gloss versionDate="2007-06-12" xml:lang="fr">document TEI</gloss>
  <gloss versionDate="2006-10-18" xml:lang="de">TEI-Dokument</gloss>
  <gloss versionDate="2007-05-04" xml:lang="es">documento TEI</gloss>
  <gloss versionDate="2007-01-21" xml:lang="it">documento TEI</gloss>
  <gloss versionDate="2018-12-17" xml:lang="ja">TEI文書</gloss>
  <desc versionDate="2017-02-07" xml:lang="en">contains a single TEI-conformant document, combining
    a single TEI header with one or more members of the <ident type="class">model.resourceLike</ident> class. Multiple <gi>TEI</gi>
    elements may be combined to form a <gi>teiCorpus</gi> element.</desc>
  <desc versionDate="2007-12-20" xml:lang="ko">TEI 헤더와 텍스트로 구성된 단일 TEI 구조 문서를 포함한다. 독립 요소 또는 <gi>teiCorpus</gi> 요소의 부분.</desc>
  <desc versionDate="2007-05-02" xml:lang="zh-TW">包含符合TEI標準的單一文件，由一個TEI標頭及一份文本組成，可單獨出現或是作為元素<gi>teiCorpus</gi>的一部分。</desc>
  <desc versionDate="2018-12-17" xml:lang="ja">一つ以上の<ident type="class">model.resourceLike</ident>クラスを持つ一つのTEIヘッダを持つ，単一のTEI準拠文書を含む．<gi>teiCorpus</gi>エレメントには複数の<gi>TEI</gi>要素が含まれてもよい．</desc>
  <desc versionDate="2007-06-12" xml:lang="fr">contient un seul document conforme à la TEI, qui
            comprend un en-tête TEI et un texte, soit de façon isolée, soit comme  partie d’un
            élément <gi>teiCorpus</gi>.</desc>
  <desc versionDate="2017-06-13" xml:lang="de">enthält ein einzelnes TEI-konformes Dokument, das aus einem einzigen TEI-Header und einem oder
    mehreren Mitgliedern der <ident type="class">model.resourceLike</ident>-Klasse besteht. Mehrere
    <gi>TEI</gi>-Elemente können in einem <gi>teiCorpus</gi>-Element zusammengefasst werden.</desc>
  <desc versionDate="2017-02-06" xml:lang="es">contiene un solo documento conforme a la norma TEI, combinando una sola cabecera TEI (teiHeader) con uno o más miembros de la clase <ident type="class">model.resourceLike</ident>. Múltiples elementos TEI se pueden combinar para formar un elemento <gi>teiCorpus</gi>.
   </desc>
  <desc versionDate="2007-01-21" xml:lang="it">contiene un documento TEI-conforme, comprendente un'intestazione e un testo, sia esso isolato o parte di un elemento <gi>teiCorpus</gi>
   </desc>
  <classes>
    <memberOf key="att.global"/>
    <memberOf key="att.typed"/>
  </classes>
  <content>
    <sequence>
      <elementRef key="teiHeader"/>
      <classRef key="model.resourceLike" minOccurs="1" maxOccurs="unbounded"/>
    </sequence>
  </content>
  <constraintSpec ident="c1" scheme="schematron">
    <constraint>
      <ns xmlns="http://purl.oclc.org/dsdl/schematron" prefix="tei" uri="http://www.tei-c.org/ns/1.0"/>
      <ns xmlns="http://purl.oclc.org/dsdl/schematron" prefix="xs" uri="http://www.w3.org/2001/XMLSchema"/>
    </constraint>
  </constraintSpec>
  <constraintSpec ident="c2" scheme="schematron">
    <constraint>
      <ns xmlns="http://purl.oclc.org/dsdl/schematron" prefix="rng" uri="http://relaxng.org/ns/structure/1.0"/>
    </constraint>
  </constraintSpec>
  <attList>
    <attDef ident="version" usage="opt">
      <desc versionDate="2018-01-24" xml:lang="en">specifies the version number of the TEI Guidelines against
      which this document is valid.</desc>
      <desc versionDate="2007-12-20" xml:lang="ko">TEI 스키마의 버전</desc>
      <desc versionDate="2007-05-02" xml:lang="zh-TW">TEI架構的版本</desc>
      <desc versionDate="2018-12-17" xml:lang="ja">当該文書が妥当（に符号化される）TEIスキームの版を示す．</desc>
      <desc versionDate="2007-06-12" xml:lang="fr">la version majeure du schéma TEI</desc>
      <desc versionDate="2018-07-18" xml:lang="de">gibt die Versionsnummer der TEI-Richtlinien an, gegen die dieses Dokument validiert wird.</desc>
      <desc versionDate="2007-05-04" xml:lang="es">Versión del esquema TEI</desc>
      <desc versionDate="2007-01-21" xml:lang="it">versione dello schema TEI</desc>
      <datatype><dataRef key="teidata.version"/></datatype>
      <remarks versionDate="2018-01-24" xml:lang="en">
        <p>Major editions of the Guidelines have long been informally referred to by a name made up
          of the letter P (for Proposal) followed by a digit. The current release is one of the many
          releases of the fifth major edition of the Guidelines, known as P5. This attribute may be 
          used to associate a TEI document with a specific release of the P5 Guidelines, in the absence 
          of a more precise association provided by the <att>source</att> attribute on the associated 
          <gi>schemaSpec</gi>. </p>
      </remarks>
      <remarks versionDate="2018-07-18" xml:lang="de">
        <p>Hauptausgaben der TEI-Richtlinien werden seit langem informell mit einem Namen bezeichnet, der sich aus dem Buchstaben P (für proposal) 
          und einer Ziffer zusammensetzt. Die aktuelle Ausgabe ist eine der vielen Ausgaben 
          der fünften Hauptausgabe der Richtlinien, bekannt als P5. Dieses Attribut kann dazu verwendet werden, 
          um ein TEI-Dokument einer bestimmten Version der P5-Richtlinien zuzuordnen, sofern keine genauere Zuordnung durch 
          das Attribut <att>source</att> im assoziierten <gi>schemaSpec</gi>-Element angegeben ist.</p>
      </remarks>
      <remarks versionDate="2018-12-17" xml:lang="ja">
        <p>ガイドラインのメジャーな版は，長い間，P（ProposalのP）と数字からなる名前で呼ばれてきました．このリリースは，P5と呼ばれる5番目のメジャーな版のなかの多くのリリースのひとつです．この属性は，<gi>schemaSpec</gi>の<att>source</att>属性によってより適切に関連づけられていない場合，任意のTEI文書を特定のP5ガイドラインのリリースと関連づけることができる</p>
      </remarks>
    </attDef>
  </attList>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples" source="#NONE">
      <TEI version="3.3.0">
        <teiHeader>
          <fileDesc>
            <titleStmt>
              <title>The shortest TEI Document Imaginable</title>
            </titleStmt>
            <publicationStmt>
              <p>First published as part of TEI P2, this is the P5
	      version using a name space.</p>
            </publicationStmt>
            <sourceDesc>
              <p>No source: this is an original work.</p>
            </sourceDesc>
          </fileDesc>
        </teiHeader>
        <text>
          <body>
            <p>This is about the shortest TEI document imaginable.</p>
          </body>
        </text>
      </TEI>
    </egXML>
  </exemplum>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples" source="#NONE">
      <TEI version="2.9.1">
        <teiHeader>
          <fileDesc>
            <titleStmt>
              <title>A TEI Document containing four page images </title>
            </titleStmt>
            <publicationStmt>
              <p>Unpublished demonstration file.</p>
            </publicationStmt>
            <sourceDesc>
              <p>No source: this is an original work.</p>
            </sourceDesc>
          </fileDesc>
        </teiHeader>
<facsimile>
<graphic url="page1.png"/>
<graphic url="page2.png"/>
<graphic url="page3.png"/>
<graphic url="page4.png"/>
</facsimile>
      </TEI>
    </egXML>
  </exemplum>

  <exemplum versionDate="2008-04-06" xml:lang="fr">
    <egXML xmlns="http://www.tei-c.org/ns/Examples" source="#NONE">
      <TEI version="3.3.0">
        <teiHeader>
          <fileDesc>
            <titleStmt>
              <title>Le document TEI le plus court possible.</title>
            </titleStmt>
            <publicationStmt>
              <p>D'abord publié comme faisant partie de la TEI P2.</p>
            </publicationStmt>
            <sourceDesc>
              <p>Aucune source : il s'agit d'un document original.</p>
            </sourceDesc>
          </fileDesc>
        </teiHeader>
        <text>
          <body>
            <p>A peu pres, le document TEI le plus court envisageable.</p>
          </body>
        </text>
      </TEI>
    </egXML>
  </exemplum>
  <exemplum xml:lang="zh-TW">
    <egXML xmlns="http://www.tei-c.org/ns/Examples" source="#NONE">
      <TEI version="3.3.0">
        <teiHeader>
          <fileDesc>
            <titleStmt>
              <title>TEI中文指引</title>
            </titleStmt>
            <publicationStmt>
              <p>將與TEI 中文在地化計劃等文件一同出版</p>
            </publicationStmt>
            <sourceDesc>
              <p>譯自TEI P5 英文指引</p>
            </sourceDesc>
          </fileDesc>
        </teiHeader>
        <text>
          <body>
            <p>這是TEI P5的中文指引...</p>
          </body>
        </text>
      </TEI>
    </egXML>
  </exemplum>
  <remarks versionDate="2015-03-10" xml:lang="en">
    <p>This element is required. It is customary to specify the
TEI namespace <code>http://www.tei-c.org/ns/1.0</code> on it, using
    the <att>xmlns</att> attribute.</p>
  </remarks>
  <remarks xml:lang="fr" versionDate="2007-06-12">
    <p>Cet élément est obligatoire.</p>
  </remarks>
  <remarks xml:lang="ja" versionDate="2018-12-17">
    <p>
      当該要素は必須であり，<att>xmlns</att> 属性を用いてTEIの名前空間 <code>http://www.tei-c.org/ns/1.0</code> を指定することになっている．
    </p>
  </remarks>
  <remarks versionDate="2017-06-13" xml:lang="de">
    <p>Dieses Element ist obligatorisch. Es ist notwendig, darin den TEI-Namensraum <ident type="ns"
      >http://www.tei-c.org/ns/1.0</ident> mithilfe des <att>xmlns</att>-Attributs zu
      spezifizieren.</p>
  </remarks>
  <listRef>
    <ptr target="#DS"/>
    <ptr target="#CCDEF"/>
  </listRef>
</elementSpec>
