<biblScope>

<biblScope> (인용 범위) 예를 들어 페이지수의 목록 또는 작품의 이름 붙은 하위 성분으로, 문헌 참조의 범위를 정의한다. [3.11.2.4 Imprint, Size of a Document, and Reprint Information]
모듈core — Elements Available in All TEI Documents
속성att.global (@xml:id, @n, @xml:lang, @rend, @style, @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))
unitidentifies the unit of information conveyed by the element, e.g. columns, pages, volume.
상태 수의적
자료 유형

<rng:ref name="data.enumerated"/>
data.enumerated
제안값은 다음을 포함한다:
volume
(권) 권수를 포함한다.
issue
호, 또는 권과 호를 포함한다.
page
(페이지) 페이지 번호 또는 페이지 범위를 포함한다.
line
the element contains a line number or line range.
chapter
(장) 장 표시(숫자와/또는 제목)를 포함한다.
part
책 또는 모음집의 부분을 식별한다.
column
the element identifies a column.
type요소에 의해 전달되는 정보 유형을 식별한다. 예, pages, volume.
DeprecatedThis feature will be withdrawn after 2014-12-17
상태 수의적
자료 유형

<rng:ref name="data.enumerated"/>
data.enumerated
제안값은 다음을 포함한다:
vol
(권) 권수를 포함한다.
issue
호, 또는 권과 호를 포함한다.
pp
(페이지) 페이지 번호 또는 페이지 범위를 포함한다.
ll
(lines) the element contains a line number or line range.
chap
(장) 장 표시(숫자와/또는 제목)를 포함한다.
part
책 또는 모음집의 부분을 식별한다.
fromspecifies the starting point of the range of units indicated by the unit attribute.
상태 수의적
자료 유형

<rng:ref name="data.word"/>
data.word
tospecifies the end-point of the range of units indicated by the unit 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="unit">
   <rng:choice>
    <rng:value>volume</rng:value>
    <rng:value>issue</rng:value>
    <rng:value>page</rng:value>
    <rng:value>line</rng:value>
    <rng:value>chapter</rng:value>
    <rng:value>part</rng:value>
    <rng:value>column</rng:value>
    <rng:data type="Name"/>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <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 unit
   {
      "volume"
    | "issue"
    | "page"
    | "line"
    | "chapter"
    | "part"
    | "column"
    | xsd:Name
   }?,
   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 unit="pagefrom="12to="34"/>
<biblScope unit="volume">II</biblScope>
<biblScope unit="page">12</biblScope>