This element may be used for a variety of reasons including, but not limited to: direct speech or thought, technical terms or jargon, authorial distance, quotations from elsewhere, and passages that are mentioned but not used.Do not confuse this element, used to capture phrase-level quotations, and quote, intended for block quotations. This element is modelled on elements found in HTML, TEI, and EAD standards.
<elementSpec ident="q" module="MEI.text">
<desc>(quoted) – Contains material which is distinguished from the surrounding phrase-level
text
using quotation marks or a similar method. Use
<gi scheme="MEI">quote</gi> for block-level
quotations.</desc>
<classes>
<memberOf
key="att.basic"/>
<memberOf
key="att.classed"/>
<memberOf
key="att.labelled"/>
<memberOf
key="att.lang"/>
<memberOf
key="att.linking"/>
<memberOf
key="att.nNumberLike"/>
<memberOf
key="att.responsibility"/>
<memberOf
key="model.qLike"/>
</classes>
<content>
<rng:zeroOrMore>
</rng:zeroOrMore>
</content>
<attList org="group">
<attDef ident="type" usage="opt">
<datatype maxOccurs="unbounded" minOccurs="1">
<rng:data type="NMTOKEN"/>
</datatype>
<valList type="semi">
<valItem ident="spoken">
<desc>Representation of speech.</desc>
</valItem>
<valItem ident="thought">
<desc>Representation of thought, e.g. internal monologue.</desc>
</valItem>
<valItem ident="written">
<desc>Quotation from a written source.</desc>
</valItem>
<valItem ident="soCalled">
<desc>Authorial distance.</desc>
</valItem>
<valItem ident="foreign">
<desc>Linguistically distinct.</desc>
</valItem>
<valItem ident="distinct">
<desc>Linguistically distinct.</desc>
</valItem>
<valItem ident="term">
<desc>Technical term.</desc>
</valItem>
<valItem ident="emph">
<desc>Rhetorically emphasized.</desc>
</valItem>
<valItem ident="mentioned">
<desc>Refering to itself, not its normal referent.</desc>
</valItem>
</valList>
</attDef>
</attList>
<remarks>
<p part="N">This element may be used for a variety of reasons including, but not limited to: direct
speech or thought, technical terms or jargon, authorial distance, quotations from
elsewhere,
and passages that are mentioned but not used.</p>
<p part="N">Do not confuse this element, used to capture phrase-level quotations, and
<gi scheme="MEI">quote</gi>, intended for block quotations.</p>
</remarks>
<remarks>
<p part="N">This element is modelled on elements found in HTML, TEI, and EAD standards.</p>
</remarks>
</elementSpec>