<biblScope>

<biblScope> (scope of bibliographic reference) defines the scope of a bibliographic reference, for example as a list of page numbers, or a named subdivision of a larger work. [3.12.2.5. Scopes and Ranges in Bibliographic Citations]
Modulecore
Attributes
unit
Status Optional
Datatype 1–6 occurrences of teidata.word separated by whitespace
Suggested values include:
appendix
the element identifies an appendix.
book
the element contains a book number.
chapter
the element contains a chapter indication (number and/or title)
column
the element identifies a column.
database-id
the element contains an identifier from a database.
entry
the element identifies an entry number or label in a list of entries.
fascicle
the element identifies a fascicle.
figure
the element contains a numbered figure or other illustration.
folio
the element contains a folio number, e.g., from a manuscript.
issue
the element contains an issue number, or volume and issue numbers.
item
the element identifies an item.
line
the element contains a line number or line range.
note
the element identifies a note.
page
the element contains a page number or page range.
part
the element identifies a part of a book or collection.
plate
the element contains a plate.
section
the element contains a section reference.
verse
the element identifies a verse.
volume
the element contains a volume number.
Member of
Contained by
May contain
Note

When a single page is being cited, use the from and to attributes with an identical value. When no clear endpoint is provided, the from attribute may be used without to; for example a citation such as ‘p. 3ff’ might be encoded <biblScope from="3">p. 3ff</biblScope>.

It is now considered good practice to supply this element as a sibling (rather than a child) of imprint, since it supplies information which does not constitute part of the imprint.

Example
<biblScope>pp 12–34</biblScope>
<biblScope unit="pagefrom="12to="34"/>
<biblScope unit="volume">II</biblScope>
<biblScope unit="page">12</biblScope>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
element biblScope
{
   tei_att.global.attributes,
   tei_att.citing.attribute.from,
   tei_att.citing.attribute.to,
   attribute unit
   {
      list
      {
         (
            "appendix"
          | "book"
          | "chapter"
          | "column"
          | "database-id"
          | "entry"
          | "fascicle"
          | "figure"
          | "folio"
          | "issue"
          | "item"
          | "line"
          | "note"
          | "page"
          | "part"
          | "plate"
          | "section"
          | "verse"
          | "volume"
          | teidata.word
         ),
         (
            "appendix"
          | "book"
          | "chapter"
          | "column"
          | "database-id"
          | "entry"
          | "fascicle"
          | "figure"
          | "folio"
          | "issue"
          | "item"
          | "line"
          | "note"
          | "page"
          | "part"
          | "plate"
          | "section"
          | "verse"
          | "volume"
          | teidata.word
         )?,
         (
            "appendix"
          | "book"
          | "chapter"
          | "column"
          | "database-id"
          | "entry"
          | "fascicle"
          | "figure"
          | "folio"
          | "issue"
          | "item"
          | "line"
          | "note"
          | "page"
          | "part"
          | "plate"
          | "section"
          | "verse"
          | "volume"
          | teidata.word
         )?,
         (
            "appendix"
          | "book"
          | "chapter"
          | "column"
          | "database-id"
          | "entry"
          | "fascicle"
          | "figure"
          | "folio"
          | "issue"
          | "item"
          | "line"
          | "note"
          | "page"
          | "part"
          | "plate"
          | "section"
          | "verse"
          | "volume"
          | teidata.word
         )?,
         (
            "appendix"
          | "book"
          | "chapter"
          | "column"
          | "database-id"
          | "entry"
          | "fascicle"
          | "figure"
          | "folio"
          | "issue"
          | "item"
          | "line"
          | "note"
          | "page"
          | "part"
          | "plate"
          | "section"
          | "verse"
          | "volume"
          | teidata.word
         )?,
         (
            "appendix"
          | "book"
          | "chapter"
          | "column"
          | "database-id"
          | "entry"
          | "fascicle"
          | "figure"
          | "folio"
          | "issue"
          | "item"
          | "line"
          | "note"
          | "page"
          | "part"
          | "plate"
          | "section"
          | "verse"
          | "volume"
          | teidata.word
         )?
      }
   }?,
   tei_macro.phraseSeq
}