bibl may contain a mix of text and more specific elements such as title, edition, persName, and corpName. This element may also function as a hypertext reference to an external electronic resource. Do not confuse this element with ref, which does not provide special bibliographic sub-elements.
This element is modelled on elements in the Text Encoding Initiative (TEI) and Encoded Archival Description (EAD) standards.
<elementSpec ident="bibl" module="MEI.shared">
<desc>(bibliographic reference) – Provides a loosely-structured bibliographic citation in
which
the sub-components may or may not be explicitly marked.</desc>
<classes>
<memberOf key="att.common"/>
<memberOf key="att.bibl"/>
<memberOf key="att.facsimile"/>
<memberOf key="att.lang"/>
<memberOf key="att.pointing"/>
<memberOf key="model.biblLike"/>
</classes>
<content>
<rng:zeroOrMore>
<rng:choice>
<rng:text/>
<rng:ref name="model.biblPart"/>
<rng:ref name="model.imprintPart"/>
<rng:ref name="model.textPhraseLike"/>
</rng:choice>
</rng:zeroOrMore>
</content>
<!-- To produce a more strict bibliographic citation, the following content model
may be used: -->
<!-- <content>
<rng:zeroOrMore>
<rng:choice>
<rng:ref name="model.titleLike"/>
<rng:ref name="model.identifierLike"/>
<rng:ref name="model.annotLike"/>
<rng:ref name="model.biblPart"/>
<rng:ref name="imprint"/>
<rng:ref name="creation"/>
<rng:ref name="genre"/>
<rng:ref name="relatedItem"/>
</rng:choice>
</rng:zeroOrMore>
</content> -->
<remarks>
<p> <gi scheme="MEI">bibl</gi> may contain a mix of text and more specific elements such as
<gi scheme="MEI">title</gi>, <gi scheme="MEI">edition</gi>, <gi scheme="MEI">persName</gi>,
and <gi scheme="MEI">corpName</gi>. This element may also function as a hypertext reference
to an external electronic resource. Do not confuse this element with <gi scheme="MEI">ref</gi>, which does not provide special bibliographic sub-elements.</p>
</remarks>
<remarks>
<p>This element is modelled on elements in the Text Encoding Initiative (TEI) and Encoded
Archival Description (EAD) standards.</p>
</remarks>
</elementSpec>