<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
Módulodrama — 7 Performance Texts
Atributos
typecharacterizes the cast item.
Estado Opcional
Los valores admitidos son:
role
the item describes a single role. [Por defecto]
list
the item describes a list of non-speaking roles.
Used bycastGroup castList
May contain
Declaración
element castItem
{
   att.global.attributes,
   attribute type { "role" | "list" }?,
   ( text | model.gLike | model.castItemPart | model.phrase | model.global )*
}
Ejemplo
<castItem>
 <role>Player</role>
 <actor>Mr Milward</actor>
</castItem>
Ejemplo
<castItem type="list">Constables, Drawer, Turnkey, etc.</castItem>