<castItem>

<castItem> (出演者) 出演者リスト中の各出演者を示す. 7.1.4 Cast Lists
モジュールdrama — 7 Performance Texts
属性
type当該出演者の役割を示す.
状態 任意
正当な値:
role
the item describes a single role. [初期値]
list
the item describes a list of non-speaking roles.
当該モジュールを使用するものcastGroup castList
下位
宣言
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>