<biblScope>

<biblScope> (Geltungsbereich einer bibliografischen Referenz) grenzt den Geltungsbereich einer bibliografischen Referenz ein, zum Beispiel in Form von Seitenangaben oder benannten Unterabschnitten eines umfangreicheren Werks. [3.12.2.5 Scopes and Ranges in Bibliographic Citations]
Modul core — Elements Available in All TEI Documents
Attribute
Mitglied des
Enthalten in
Kann enthalten
Anmerkung

Wird nur eine einzelne Seite zitiert, erhalten die Attribute from und to identische Werte. Gibt es keinen klaren Endpunkt, sollte nur das from-Attribut ohne korrespondierendes to-Attribut verwendet werden, zum Beispiel könnte ein Zitat wie ‘S. 3ff.’ als <biblScope from="3">p. 3ff</biblScope> kodiert werden.

Es wird nun als gute Praxis angesehen, dieses Element als Geschwisterelement (anstatt eines Kindelements) von imprint anzugeben, da es Informationen enthält, die nicht Teil des Impressums sind.

Beispiel
<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 Deklaration
<rng:element name="biblScope">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.citing.attributes"/>
 <rng:ref name="macro.phraseSeq"/>
</rng:element>
element biblScope
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.citing.attributes,
   macro.phraseSeq
}