<sp>

<sp> (대화) 공연 텍스트에서 개별 대화 또는 산문이나 운문 텍스트에서 공연적 텍스트로 제시된 단락 [3.13.2 Core Tags for Drama 3.13 Passages of Verse or Drama 7.2.2 Speeches and Speakers]
모듈 core — Elements Available in All TEI Documents
속성
클럽 회원
에 의해 포함된
포함할 수 있다
주석

The who attribute on this element may be used either in addition to the speaker element or as an alternative.

<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>
 <sequence>
  <classRef key="model.global"
   minOccurs="0maxOccurs="unbounded"/>

  <sequence minOccurs="0"
   maxOccurs="unbounded">

   <classRef key="model.stageLike"
    minOccurs="1maxOccurs="1"/>

   <classRef key="model.global"
    minOccurs="0maxOccurs="unbounded"/>

  </sequence>
  <alternate minOccurs="1maxOccurs="1">
   <sequence minOccurs="1maxOccurs="1">
    <sequence minOccurs="1maxOccurs="1">
     <elementRef key="speaker"
      minOccurs="1maxOccurs="1"/>

     <classRef key="model.global"
      minOccurs="0maxOccurs="unbounded"/>

    </sequence>
    <sequence minOccurs="1maxOccurs="1">
     <alternate minOccurs="1maxOccurs="1">
      <elementRef key="lg"/>
      <classRef key="model.lLike"/>
      <classRef key="model.pLike"/>
      <classRef key="model.listLike"/>
      <classRef key="model.attributable"/>
      <elementRef key="q"/>
      <classRef key="model.stageLike"/>
     </alternate>
     <classRef key="model.global"
      minOccurs="0maxOccurs="unbounded"/>

    </sequence>
   </sequence>
   <sequence minOccurs="1maxOccurs="1">
    <alternate minOccurs="1maxOccurs="1">
     <elementRef key="lg"/>
     <classRef key="model.lLike"/>
     <classRef key="model.pLike"/>
     <classRef key="model.listLike"/>
     <classRef key="model.attributable"/>
     <elementRef key="q"/>
    </alternate>
    <classRef key="model.global"
     minOccurs="0maxOccurs="unbounded"/>

   </sequence>
  </alternate>
  <sequence minOccurs="0"
   maxOccurs="unbounded">

   <alternate minOccurs="1maxOccurs="1">
    <elementRef key="lg"/>
    <classRef key="model.lLike"/>
    <classRef key="model.pLike"/>
    <classRef key="model.listLike"/>
    <classRef key="model.attributable"/>
    <elementRef key="q"/>
    <classRef key="model.stageLike"/>
   </alternate>
   <classRef key="model.global"
    minOccurs="0maxOccurs="unbounded"/>

  </sequence>
 </sequence>
</content>
선언
<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:group>
  <rng:zeroOrMore>
   <rng:ref name="model.global"/>
  </rng:zeroOrMore>
  <rng:group>
   <rng:zeroOrMore>
    <rng:ref name="model.stageLike"/>
    <rng:zeroOrMore>
     <rng:ref name="model.global"/>
    </rng:zeroOrMore>
   </rng:zeroOrMore>
  </rng:group>
  <rng:choice>
   <rng:group>
    <rng:group>
     <rng:ref name="speaker"/>
     <rng:zeroOrMore>
      <rng:ref name="model.global"/>
     </rng:zeroOrMore>
    </rng:group>
    <rng:group>
     <rng:choice>
      <rng:ref name="lg"/>
      <rng:ref name="model.lLike"/>
      <rng:ref name="model.pLike"/>
      <rng:ref name="model.listLike"/>
      <rng:ref name="model.attributable"/>
      <rng:ref name="q"/>
      <rng:ref name="model.stageLike"/>
     </rng:choice>
     <rng:zeroOrMore>
      <rng:ref name="model.global"/>
     </rng:zeroOrMore>
    </rng:group>
   </rng:group>
   <rng:group>
    <rng:choice>
     <rng:ref name="lg"/>
     <rng:ref name="model.lLike"/>
     <rng:ref name="model.pLike"/>
     <rng:ref name="model.listLike"/>
     <rng:ref name="model.attributable"/>
     <rng:ref name="q"/>
    </rng:choice>
    <rng:zeroOrMore>
     <rng:ref name="model.global"/>
    </rng:zeroOrMore>
   </rng:group>
  </rng:choice>
  <rng:group>
   <rng:zeroOrMore>
    <rng:choice>
     <rng:ref name="lg"/>
     <rng:ref name="model.lLike"/>
     <rng:ref name="model.pLike"/>
     <rng:ref name="model.listLike"/>
     <rng:ref name="model.attributable"/>
     <rng:ref name="q"/>
     <rng:ref name="model.stageLike"/>
    </rng:choice>
    <rng:zeroOrMore>
     <rng:ref name="model.global"/>
    </rng:zeroOrMore>
   </rng:zeroOrMore>
  </rng:group>
 </rng:group>
</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.global*,
      ( ( model.stageLike, model.global* )* ),
      (
         (
            ( speaker, model.global* ),
            (
               (
                  lgmodel.lLikemodel.pLikemodel.listLikemodel.attributableqmodel.stageLike
               ),
               model.global*
            )
         )
       | (
            (
               lgmodel.lLikemodel.pLikemodel.listLikemodel.attributableq
            ),
            model.global*
         )
      ),
      (
         (
            (
               lgmodel.lLikemodel.pLikemodel.listLikemodel.attributableqmodel.stageLike
            ),
            model.global*
         )*
      )
   )
}