<castItem>

<castItem> 配役リスト中の各項目を示す.ひとつの役,または台詞のない役のリスト になる. 7.1.4 Cast Lists
モジュール drama — 7 Performance Texts
グローバル属性の他
type 当該項目の種類を示す.
状態 任意
正当な値:
role
ひとつ役を示す. [初期値]
list
科白がない役のリストを示す.
当該モジュールを使用するもの
下位
宣言

<rng:element name="castItem">
 <rng:ref name="att.global.attributes"/>
 <rng:optional>
  <rng:attribute name="type" a:defaultValue="role">
   <rng:choice>
    <rng:value>role</rng:value>
    <rng:value>list</rng:value>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:text/>
   <rng:ref name="model.gLike"/>
   <rng:ref name="model.castItemPart"/>
   <rng:ref name="model.phrase"/>
   <rng:ref name="model.global"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element castItem
{
   att.global.attributes,
   attribute type { "role" | "list" }?,
   ( text | model.gLike | model.castItemPart | model.phrase | model.global )*
}
<castItem>
 <role>Player</role>
 <actor>Mr Milward</actor>
</castItem>
<castItem type="list">Constables, Drawer, Turnkey, etc.</castItem>