<idno>

<idno> (識別代碼) 提供任何用來識別書目項目的標準或非標準編碼。 2.2.4 Publication, Distribution, etc. 2.2.5 The Series Statement 3.11.2.3 Imprint, Pagination, and Other Details
組件 header — 2 The TEI Header
除全域屬性以外
type 表明編碼的種類,例如國際標準書號 (ISBN) 或其他標準系列編碼。
狀態 非必備的
資料類型

<rng:ref name="data.enumerated"/>
data.enumerated
屬於
可包含 僅文字符號資料
宣告

<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
}
例子
<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>