<listBibl>

<listBibl> (citation list) contains a list of bibliographic citations of any kind. 3.11.1 Elements of Bibliographic References 2.2.7 The Source Description 15.3.2 Declarable Elements
Modulecore — 3 Elements Available in All TEI Documents
Attributes att.declarable (@default) att.typed (@type, @subtype)
Used by
May contain
header: biblFull
linking: anchor
msdescription: msDesc
transcr: fw
Declaration

<rng:element name="listBibl">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.declarable.attributes"/>
<rng:ref name="att.typed.attributes"/>
<rng:group>
 <rng:zeroOrMore>
  <rng:ref name="model.headLike"/>
 </rng:zeroOrMore>
 <rng:oneOrMore>
  <rng:choice>
   <rng:ref name="model.biblLike"/>
   <rng:ref name="model.milestoneLike"/>
   <rng:ref name="listBibl"/>
  </rng:choice>
 </rng:oneOrMore>
</rng:group>
</rng:element>
element listBibl
{
   att.global.attributes,
   att.declarable.attributes,
   att.typed.attributes,
   ( model.headLike*, ( model.biblLike | model.milestoneLike | listBibl )+ )
}
Example
<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>