<biblScope>

<biblScope> (extension d'une référence bibliographique.) définit l'extension d'une référence bibliographique, comme par exemple une liste de numéros de pages, ou le nom d'une subdivision d'une oeuvre plus étendue. 3.11.2.3 Imprint, Pagination, and Other Details
Module core — 3 Elements Available in All TEI Documents
En complément des attributs globaux
type identifie le type d'information que transmet l'élément, par exemple colonnes, ‘pages’, ‘volume’, etc.
Statut Optionel
Type de données

<rng:ref name="data.enumerated"/>
data.enumerated
Les valeurs suggérées comprennent:
vol
(volume) volumel'élément contient un numéro de volume.
issue
l'élément contient un numéro de livraison ou bien un numéro de volume et de livraison.
pp
(pages) pages l'élément contient un nombre de pages ou l'étendue de sélection des pages.
ll
(lines) the element contains a line number or line range.
chap
((chapitre) l'élément contient une indication de chapitre (numéro et/ou titre)) l'élément contient une indication de chapitre (le numéro et/ou le titre)
part
l'élément identifie une partie d'un livre ou une anthologie.
from specifies the starting point of the range of units indicated by the type attribute.
Statut Optionel
Type de données

<rng:ref name="data.word"/>
data.word
to specifies the end-point of the range of units indicated by the type attribute.
Statut Optionel
Type de données

<rng:ref name="data.word"/>
data.word
Utilisé par
Peut contenir
Declaration

<rng:element name="biblScope">
 <rng:ref name="att.global.attributes"/>
 <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,
   attribute type
   {
      "vol" | "issue" | "pp" | "ll" | "chap" | "part" | xsd:Name
   }?,
   attribute from { data.word }?,
   attribute to { data.word }?,
   macro.phraseSeq
}
Exemple
<biblScope>pp 12–34</biblScope>
<biblScope type="pp" from="12" to="34"/>
<biblScope type="vol">II</biblScope>
<biblScope type="pp">12</biblScope>