<listBibl>

<listBibl> 書誌項目引用のリストを示す. 3.11.1 書誌参照 2.2.7 元資料解説 15.3.2 Declarable Elements
モジュールcore — 3 コアモジュール
属性 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 | listBibl )+ )
}
<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>