<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 att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.citing (@unit, @from, @to)
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
}