<idno>

<idno> (número identificativo) proporciona un número, estándard o no, usado para la identificación de un elemento bibliográfico. 2.2.4 Publication, Distribution, etc. 2.2.5 The Series Statement 3.11.2.3 Imprint, Pagination, and Other Details
Móduloheader — 2 The TEI Header
Atributos
typeclasifica el número, por ejemplo como un ISBN o cualquier otro número estándard.
Estado Opcional
Tipo de datos

<rng:ref name="data.enumerated"/>
data.enumerated
Valores A name or abbreviation indicating what type of identifying number is given (e.g. ISBN, LCCN).
Usado por
Puede contenerSólo datos de caracteres
Declaración

<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
}
Ejemplo
<idno type="ISSN">0143-3385</idno>
<idno type="OTA">116</idno>