<role>

<role> (role) 배역 목록에 제시되는 드라마 배역의 이름 [7.1.4 Cast Lists]
모듈 drama — Performance Texts
속성
gender⚓︎ specifies the gender of the role.
상태 수의적
자료 유형 1–∞ 출현 teidata.gender 공백문자로 분리됨
클럽 회원
에 의해 포함된
drama: castItem
포함할 수 있다
주석

It is important to assign a meaningful ID attribute to the role element, since this ID is referred to by who attributes on many other elements.

<role xml:id="jt">Joan Trash</role>
<roleDesc>A Ginger-bread-woman</roleDesc>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
선언
<rng:element name="role">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:optional>
  <rng:attribute name="gender">
   <rng:list>
    <rng:oneOrMore>
     <rng:ref name="teidata.gender"/>
    </rng:oneOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.phraseSeq"/>
</rng:element>
element role
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   attribute gender { list { teidata.gender+ } }?,
   macro.phraseSeq
}