<castItem>

<castItem> (cast list item) contains a single entry within a cast list, describing either a single role or a list of non-speaking roles. 7.1.4 Cast Lists
Moduldrama — 7 Performance Texts
Attribute
typecharacterizes the cast item.
Zustand Optional
Gültige Werte:
role
the item describes a single role. [Vorgabe]
list
the item describes a list of non-speaking roles.
Verwendet voncastGroup castList
Kann enthalten
Deklaration
element castItem
{
   att.global.attributes,
   attribute type { "role" | "list" }?,
   ( text | model.gLike | model.castItemPart | model.phrase | model.global )*
}
Beispiel
<castItem>
 <role>Player</role>
 <actor>Mr Milward</actor>
</castItem>
Beispiel
<castItem type="list">Constables, Drawer, Turnkey, etc.</castItem>