The model of this element is based on the listBibl element of the Text Encoding Initiative (TEI).
<elementSpec ident="biblList" module="MEI.shared">
<desc xml:lang="en">List of bibliographic references.</desc>
<classes>
<memberOf key="att.common"/>
<memberOf key="att.bibl"/>
<memberOf key="att.facsimile"/>
<memberOf key="att.lang"/>
<memberOf key="model.listLike"/>
</classes>
<content>
<rng:zeroOrMore>
<rng:choice>
<rng:ref name="biblList"/>
</rng:choice>
</rng:zeroOrMore>
</content>
<constraintSpec ident="checkBiblLabels" scheme="schematron">
<constraint>
<sch:rule context="mei:biblList[mei:label]">
<sch:assert role="warning" test="count(mei:label) = count(mei:bibl)">When labels are used,
usually each bibliographic item has one.</sch:assert>
</sch:rule>
</constraint>
</constraintSpec>
<remarks xml:lang="en">
<p>The model of this element is based on the <ref target="https://tei-c.org/release/doc/tei-p5-doc/en/html/ref-listBibl.html">listBibl</ref> element of the Text Encoding Initiative (TEI).</p>
</remarks>
</elementSpec>