The source for the quote may be included in a bibl sub-element.
Do not confuse this element, used to capture block-level quotations, and q, intended for inline quotations.
The model of this element is based on the quote element of the Text Encoding Initiative (TEI) and the quote element of the Encoded Archival Description (EAD).
<elementSpec ident="quote" module="MEI.text">
<gloss versionDate="2022-05-18" xml:lang="en">quoted material</gloss>
<desc xml:lang="en">Contains a paragraph-like block of text attributed to an external
source, normally set off from the surrounding text by spacing or other typographic
distinction.</desc>
<classes>
<memberOf key="att.common"/>
<memberOf key="att.facsimile"/>
<memberOf key="att.lang"/>
<memberOf key="att.xy"/>
<memberOf key="model.quoteLike"/>
</classes>
<content>
<rng:zeroOrMore>
<rng:choice>
<rng:text/>
<rng:ref name="model.paracontentPart"/>
<rng:ref name="model.pLike"/>
<rng:ref name="sp"/>
</rng:choice>
</rng:zeroOrMore>
</content>
<remarks xml:lang="en">
<p>The source for the quote may be included in a <gi scheme="MEI">bibl</gi> sub-element.</p>
<p>Do not confuse this element, used to capture block-level quotations, and <gi scheme="MEI">q</gi>, intended for inline quotations.</p>
</remarks>
<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-quote.html">quote</ref> element of the Text Encoding Initiative (TEI) and the <ref target="https://www.loc.gov/ead/EAD3taglib/EAD3-TL-eng.html#elem-quote">quote</ref> element of the Encoded Archival Description (EAD).</p>
</remarks>
</elementSpec>