<biblScope>

<biblScope> (書目引用範圍) 標明書目參照資訊的範圍,例如標示頁碼列表、或是某著作的分支作品名稱。 3.11.2.3 Imprint, Pagination, and Other Details
組件core — 3 Elements Available in All TEI Documents
屬性
type標明該元素所表達的資訊類型,例如‘頁’、 ‘冊’。
狀態 非必備的
資料類型

<rng:ref name="data.enumerated"/>
data.enumerated
被推薦的值包含:
vol
(volume) 該元素標記的內容為冊號。
issue
該元素標記的內容為一期刊號或冊號與期刊號。
pp
(pages) 該元素標記的內容為一頁數或頁數範圍。
chap
(chapter) the element contains a chapter indication (number and/or title)
part
該元素標明的內容為單書或集合作品的一部份。
屬於
可包含
宣告

<rng:element name="biblScope">
<rng:ref name="att.global.attributes"/>
<rng:optional>
 <rng:attribute name="type">
  <rng:choice>
   <rng:value>vol</rng:value>
   <rng:value>issue</rng:value>
   <rng:value>pp</rng:value>
   <rng:value>chap</rng:value>
   <rng:value>part</rng:value>
   <rng:data type="Name"/>
  </rng:choice>
 </rng:attribute>
</rng:optional>
<rng:ref name="macro.phraseSeq"/>
</rng:element>
element biblScope
{
   att.global.attributes,
   attribute type { "vol" | "issue" | "pp" | "chap" | "part" | xsd:Name }?,
   macro.phraseSeq
}
例子
<biblScope>pp 12–34</biblScope>
<biblScope type="">II</biblScope>
<biblScope type="頁數">12</biblScope>