<biblScope>

<biblScope> (典拠参照の範囲) 典拠参照の範囲を示す。例えば、ページ番号や、全体の中で名前を与えられた下位要素など。 [3.12.2.5 Scopes and Ranges in Bibliographic Citations]
モジュール core — Elements Available in All TEI Documents
属性
クラブのメンバー
上位
下位
解説

一つのページが引用される場合、from属性とto属性を同じ値で使用すべきである。 明確な終点が提供されていない場合、from属性はtoを使わずに使うことができる。 例えば、‘p. 3ff’のような引用は、<biblScope from="3">p. 3ff</biblScope>となる。

出版事項の一部を構成しない情報を提供するため、この要素をimprintの子ではなく、兄弟として提供するほうが望ましい。

<biblScope>pp 12–34</biblScope>
<biblScope unit="pagefrom="12to="34"/>
<biblScope unit="volume">II</biblScope>
<biblScope unit="page">12</biblScope>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
宣言
<rng:element name="biblScope">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.citing.attributes"/>
 <rng:ref name="macro.phraseSeq"/>
</rng:element>
element biblScope
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.citing.attributes,
   macro.phraseSeq
}