<biblScope>

<biblScope> (scope of citation) defines the scope of a bibliographic reference, for example as a list of pagenumbers, or a named subdivision of a larger work. 3.11.2.3 Imprint, Pagination, and Other Details
Modulecore — 3 Elements Available in All TEI Documents
AttributesIn addition to global attributes
typeidentifies the type of information conveyed by the element, e.g. pages, volume.
Status Optional
Datatype
data.enumerated
Suggested values include:
vol(volume) the element contains a volume number.
issuethe element contains an issue number, or volume and issue numbers.
pp(pages) the element contains a page number or page range.
chap(chapter) the element contains a chapter indication (number and/or title)
partthe element identifies a part of a book or collection.
Declaration
element biblScope
{
   att.global.attributes,
   attribute type { "vol" | "issue" | "pp" | "chap" | "part" | xsd:Name }?,
   macro.phraseSeq
}
Example
<biblScope>pp 12–34</biblScope>
<biblScope type="vol">II</biblScope>
<biblScope type="pp">12</biblScope>
Contained bymonogr series model.imprintPart
May contain