<biblScope>

<biblScope> 書誌情報の参照範囲を示す.例えば,ページ番号,下部単位の名前など. [3.11.2.3 Imprint, Pagination, and Other Details]
モジュールcore — 3 Elements Available in All TEI Documents
属性att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
type 当該属性にある情報の種類を示す.例えば,pagesvolumeなど.
状態 任意
データ型

<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) 当該要素は,章の識別子(番号や名前)を示す.
part
当該要素は,書籍や叢書の部分を特定する.
fromspecifies the starting point of the range of units indicated by the type attribute.
状態 任意
データ型

<rng:ref name="data.word"/>
data.word
tospecifies 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: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: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,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.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="pp" from="12" to="34"/>
<biblScope type="vol">II</biblScope>
<biblScope type="pp">12</biblScope>