<biblScope>

<biblScope> (引用の範囲) 書誌情報の引用の範囲を示す.例えば,ページ番号,下部番号,など. 3.11.2.3 Imprint, Pagination, and Other Details
モジュールcore — 3 Elements Available in All TEI Documents
属性
type要素pagesやvolumeによって示される情報のタイプを特定する.
状態 任意
データ型
data.enumerated
提案する値は以下の通り:
vol
(volume) the element contains a volume number.
issue
the element contains an issue number, or volume and issue numbers.
pp
(pages) the element contains a page number or page range.
chap
(chapter) the element contains a chapter indication (number and/or title)
part
the element identifies a part of a book or collection.
当該モジュールを使用するものmonogr series model.imprintPart
下位
宣言
element biblScope
{
   att.global.attributes,
   attribute type { "vol" | "issue" | "pp" | "chap" | "part" | xsd:Name }?,
   macro.phraseSeq
}
<biblScope>pp 12–34</biblScope>
<biblScope type="vol">II</biblScope>
<biblScope type="pp">12</biblScope>