<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
Moduledrama — 7 Performance Texts
AttributesIn addition to global attributes
typecharacterizes the cast item.
Status Optional
Legal values are:
rolethe item describes a single role. [Default]
listthe item describes a list of non-speaking roles.
Declaration
element castItem
{
   att.global.attributes,
   attribute type { "role" | "list" }?,
   ( text | model.gLike | model.castItemPart | model.phrase | model.global )*
}
Example
<castItem>
 <role>Player</role>
 <actor>Mr Milward</actor>
</castItem>
Example
<castItem type="list">Constables, Drawer, Turnkey, etc.</castItem>
Contained bycastGroup castList
May contain