<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="zh-tw_王">鄧肯</role>
<roleDesc>蘇格蘭國王</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
}