<biblScope>

<biblScope> (書目引用範圍) 標明書目參照資訊的範圍,例如標示頁碼列表、或是某著作的分支作品名稱。 3.11.2.3 Imprint, Pagination, and Other Details
組件core — 3 Elements Available in All TEI Documents
屬性
type說明該元素所表達的資訊類型,例如:‘頁’、 ‘冊’。
狀態 非必備的
資料類型
data.enumerated
被推薦的值包含:
vol
(volume) 該元素標記的內容為冊碼。
issue
該元素標記的內容為一期刊碼、或冊碼與期刊碼。
pp
(pages) 該元素標記的內容為一頁碼或頁數範圍。
chap
(chapter) the element contains a chapter indication (number and/or title)
part
該元素標記的內容為書或集合作品的一部份。
屬於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>