<role>

<role> (role) 配役リスト中にある、役名を示す。 [7.1.4 Cast Lists]
モジュール drama — Performance Texts
属性
gender⚓︎ specifies the gender of the role.
状態 任意
データ型 1–∞ occurrences of teidata.gender 空白文字で区切られる
クラブのメンバー
上位
drama: castItem
下位
解説

要素roleの属性IDに有意義な値を付与することが重要である。 この属性IDの値は、他の要素にある属性whoから参照される。

<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
}