<?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: 2012-06-19 16:09:41 +0100 (Tue, 19 Jun 2012) $
$Id: idno.xml 10562 2012-06-19 15:09:41Z romary $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="header" ident="idno">
  <equiv/>
  <gloss>identifier</gloss>
  <gloss versionDate="2009-01-05" xml:lang="fr">identifiant</gloss>
  <gloss versionDate="2007-12-20" xml:lang="ko">식별 숫자</gloss>
  <gloss versionDate="2007-05-02" xml:lang="zh-TW">識別代碼</gloss>
  <gloss versionDate="2008-04-05" xml:lang="ja"/>
  <gloss versionDate="2006-10-18" xml:lang="de">Identifikationsnummer</gloss>
  <gloss versionDate="2007-05-04" xml:lang="es">número identificativo</gloss>
  <gloss versionDate="2007-01-21" xml:lang="it">numero identificatore</gloss>
  <desc>supplies any form of identifier used to identify some object,
  such as a bibliographic item, a person, a title, an organization,
  etc. in a standardized way.</desc>
  <desc versionDate="2009-01-05" xml:lang="fr">donne un numéro normalisé ou non qui peut être utilisé
    pour identifier une référence bibliographique.</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="2006-10-18" xml:lang="de">gibt eine standardisierte oder nicht standardisierte
    Nummer an, die genutzt wird um einen Text bibliografisch eindeutig zu identifizieren </desc>
  <desc versionDate="2007-05-04" xml:lang="es">proporciona un número, estándard o no, usado para la
    identificación de un elemento bibliográfico.</desc>
  <desc versionDate="2007-01-21" xml:lang="it">fornisce un identificatore, standard o meno, usato per
    identificare un'unità bibliografica</desc>
  <classes>
    <memberOf key="att.global"/>
    <memberOf key="att.sortable"/>
    <memberOf key="model.nameLike"/>
    <memberOf key="model.publicationStmtPart"/>
    <memberOf key="model.personPart"/>
  </classes>
  <content  xmlns:rng="http://relaxng.org/ns/structure/1.0">
    <rng:zeroOrMore>
      <rng:choice>
        <rng:text/>
        <rng:ref name="model.gLike"/>
	<rng:ref name="idno"/>
      </rng:choice>
    </rng:zeroOrMore>
  </content>
  <attList>
    <attDef ident="type" usage="opt">
      <equiv/>
      <desc>categorizes the identifier, for example as an ISBN, Social
      Security number, etc. </desc>
      <desc versionDate="2009-01-05" xml:lang="fr">classe un numéro dans une catégorie, par exemple
        comme étant un numéro ISBN ou comme appartenant une autre série normalisée.</desc>
      <desc versionDate="2007-12-20" xml:lang="ko">예를 들어 ISBN 또는 기타 표준 일련번호로, 숫자를 범주화한다.</desc>
      <desc versionDate="2007-05-02" xml:lang="zh-TW">表明編碼的種類，例如國際標準書號 (ISBN) 或其他標準系列編碼。</desc>
      <desc versionDate="2008-04-05" xml:lang="ja"> 当該数値の分類を示す．例えば，ISBNなど． </desc>
      <desc versionDate="2006-10-18" xml:lang="de">bestimmt die Nummer, zum Beispiel als ISBN-Nummer
        oder als eine andere Standardseriennummer.</desc>
      <desc versionDate="2007-05-04" xml:lang="es">clasifica el número, por ejemplo como un ISBN o
        cualquier otro número estándard.</desc>
      <desc versionDate="2007-01-21" xml:lang="it">classifica l'identificatore, ad esempio come codice
        ISBN o altri generi di identificatori standard.</desc>
      <datatype>
        <ref xmlns="http://relaxng.org/ns/structure/1.0" name="data.enumerated"/>
      </datatype>
    </attDef>
  </attList>
  <exemplum xml:lang="und">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <idno type="ISBN">978-1-906964-22-1</idno>
      <idno type="ISSN">0143-3385</idno>
      <idno type="DOI">http://dx.doi.org/10.1000/123</idno>
      <idno type="URL">http://authority.nzetc.org/463/</idno>
      <idno type="LT">Thomason Tract E.537(17)</idno>
      <idno type="Wing">C695</idno>
      <idno type="oldCat"><g ref="#sym"/>345</idno>
    </egXML>
    <p>In the last case, the identifier includes a non-Unicode character
which is defined elsewhere by
means of a <gi>glyph</gi> or <gi>char</gi> element referenced here as <code>#sym</code>. </p>
  </exemplum>
  <exemplum versionDate="2010-02-26" xml:lang="fr">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <idno type="ISSN">0143-3385</idno>
      <idno type="OTA">116</idno>
      <idno type="ISBN">1-896016-00-6</idno>
    </egXML>
  </exemplum>
  <remarks><p><gi>idno</gi> should be used for labels which identify an
    object or concept in a formal cataloguing system such as a
    database or an RDF store, or in a distributed system such as the
    World Wide Web.</p></remarks>
  <listRef>
    <ptr target="#HD24"/>
    <ptr target="#HD26"/>
    <ptr target="#COBICOI"/>
  </listRef>
</elementSpec>
