<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]
Modulecore — 3 Elements Available in All TEI Documents
Attributsatt.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
typeidentifie 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.
fromspecifies 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
tospecifies 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
Contenu dans
Peut contenir
Declaration

<rng:element name="biblScope">
 <rng:ref name="att.global.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: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,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.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>