<sp>

<sp> (Figurenrede) enthält eine einzelne Figurenrede in einem Dramentext oder eine entsprechende Passage in einem Prosatext oder lyrischen Text. [3.13.2 Core Tags for Drama 3.13 Passages of Verse or Drama 7.2.2 Speeches and Speakers]
Modul core — Elements Available in All TEI Documents
Attribute
Mitglied des
Enthalten in
Kann enthalten
Anmerkung

Das who-Attribut an diesem Element kann entweder zusätzlich zum speaker-Element eingesetzt werden oder alternativ dazu.

Beispiel
<sp>
 <speaker>The reverend Doctor Opimian</speaker>
 <p>I do not think I have named a single unpresentable fish.</p>
</sp>
<sp>
 <speaker>Mr Gryll</speaker>
 <p>Bream, Doctor: there is not much to be said for bream.</p>
</sp>
<sp>
 <speaker>The Reverend Doctor Opimian</speaker>
 <p>On the contrary, sir, I think there is much to be said for him. In the first place [...]</p>
 <p>Fish, Miss Gryll — I could discourse to you on fish by the hour: but for the present I
   will forbear [...]</p>
</sp>
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <classRef key="model.stageLike"/>
  <classRef key="model.global"/>
  <classRef key="model.lLike"/>
  <classRef key="model.pLike"/>
  <classRef key="model.listLike"/>
  <classRef key="model.attributable"/>
  <elementRef key="speaker"/>
  <elementRef key="lg"/>
  <elementRef key="q"/>
 </alternate>
</content>
Schema Deklaration
<rng:element name="sp">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.ascribed.directed.attributes"/>
 <rng:ref name="att.ascribed.attributes"/>
 <rng:ref name="att.placement.attributes"/>
 <rng:ref name="att.written.attributes"/>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:ref name="model.stageLike"/>
   <rng:ref name="model.global"/>
   <rng:ref name="model.lLike"/>
   <rng:ref name="model.pLike"/>
   <rng:ref name="model.listLike"/>
   <rng:ref name="model.attributable"/>
   <rng:ref name="speaker"/>
   <rng:ref name="lg"/>
   <rng:ref name="q"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element sp
{
   att.global.attributes,
   att.global.analytic.attributes,
   att.global.change.attributes,
   att.global.facs.attributes,
   att.global.linking.attributes,
   att.global.rendition.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.ascribed.directed.attributes,
   att.ascribed.attributes,
   att.placement.attributes,
   att.written.attributes,
   (
      model.stageLikemodel.globalmodel.lLikemodel.pLikemodel.listLikemodel.attributablespeakerlgq
   )*
}