<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) 該元素標記的內容為一頁數或頁數範圍。
ll
(lines) the element contains a line number or line range.
chap
(chapter) the element contains a chapter indication (number and/or title)
part
該元素標明的內容為單書或集合作品的一部份。
from specifies the starting point of the range of units indicated by the type attribute.
狀態 非必備的
資料類型

<rng:ref name="data.word"/>
data.word
to specifies the end-point of the range of units indicated by the type attribute.
狀態 非必備的
資料類型

<rng:ref name="data.word"/>
data.word
屬於
可包含
宣告

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