<idno>

<idno> 書誌項目を特定する標準的・非標準的数値を示す. 2.2.4 出版・頒布など 2.2.5 シリーズステートメント 3.11.2.3 刊記やページなど
モジュールheader — 2 TEIヘダー
属性
type 当該数値の分類を示す.例えば,ISBNなど.
状態 任意
データ型

<rng:ref name="data.enumerated"/>
data.enumerated
数値の種類を示す名前または省略形.例えば,ISBN, LCCNなど.
当該モジュールを使用するもの
下位文字データのみ
宣言

<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="OTA">116</idno>