<listBibl>

<listBibl> (書目列表) 包含任何種類的書目資料列表。 3.11.1 Elements of Bibliographic References 2.2.7 The Source Description 15.3.2 Declarable Elements
組件core — 3 Elements Available in All TEI Documents
屬性 att.declarable (@default) att.typed (@type, @subtype)
屬於
可包含
header: biblFull
linking: anchor
msdescription: msDesc
transcr: fw
宣告

<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 )+ )
}
例子
<listBibl>
 <head>參考書籍</head>
 <bibl>潘定衡、楊朝文: 蚩尤的傳說 (貴陽:貴州民族出版社,1989 ) </bibl>
 <biblStruct>
  <analytic>
   <title>中國古史的傳說時代 </title>
  </analytic>
  <monogr>
   <title>苗族蚩尤神话,與逐鹿之戰。</title>
   <author>吳曉東</author>
   <imprint>
    <publisher>北京:民族文學研究 </publisher>
    <date> 1998 </date>
   </imprint>
  </monogr>
 </biblStruct>
</listBibl>