<idno>

<idno> (numero identificatore) fornisce un identificatore, standard o meno, usato per identificare un'unità bibliografica 2.2.4 Publication, Distribution, etc. 2.2.5 The Series Statement 3.11.2.3 Imprint, Pagination, and Other Details
Modulo header — 2 The TEI Header
Oltre agli attributi globali
type classifica l'identificatore, ad esempio come codice ISBN o altri generi di identificatori standard.
Stato Opzionale
Tipo di dati

<rng:ref name="data.enumerated"/>
data.enumerated
Valori A name or abbreviation indicating what type of identifying number is given (e.g. ISBN, LCCN).
Usato da
Può contenere Ammessi soltanto caratteri di testo
Dichiarazione

<rng:element name="idno">
 <rng:ref name="att.global.attributes"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:ref name="data.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:text/>
</rng:element>
element idno
{
   att.global.attributes,
   attribute type { data.enumerated }?,
   text
}
Esempio
<idno type="ISSN">0143-3385</idno>
<idno type="DOI">doi: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>