<listBibl>

<listBibl> (lista di citazioni) contiene una lista di citazioni bibliografiche di qualsiasi natura. 3.11.1 Elements of Bibliographic References 2.2.7 The Source Description 15.3.2 Declarable Elements
Modulocore — 3 Elements Available in All TEI Documents
Attributi att.declarable (@default) att.typed (@type, @subtype)
Usato daadditional listBibl msItemStruct model.listLike model.msItemPart
Può contenere
header: biblFull
msdescription: msDesc
Dichiarazione
element listBibl
{
   att.global.attributes,
   att.declarable.attributes,
   att.typed.attributes,
   ( model.headLike*, ( model.biblLike | listBibl )+ )
}
Esempio
<listBibl>
 <head>Works consulted</head>
 <bibl>Blain, Clements and Grundy: Feminist Companion to
   Literature in English (Yale, 1990)
 </bibl>
 <biblStruct>
  <analytic>
   <title>The Interesting story of the Children in the Wood</title>
  </analytic>
  <monogr>
   <title>The Penny Histories</title>
   <author>Victor E Neuberg</author>
   <imprint>
    <publisher>OUP</publisher>
    <date>1968</date>
   </imprint>
  </monogr>
 </biblStruct>
</listBibl>