<castGroup>

<castGroup> (raggruppamento della lista dei personaggi) raggruppa uno o più elementi individuali castItem in una lista dei personaggi. 7.1.4 Cast Lists
Modulodrama — 7 Performance Texts
Attributi
Usato dacastGroup castList
Può contenere
Dichiarazione
element castGroup
{
   att.global.attributes,
   (
      ( model.global | model.headLike )*,
      ( ( castItem | castGroup | roleDesc ), model.global* )+,
      ( trailer, model.global* )?
   )
}
Esempio
<castGroup rend="braced">
 <castItem>
  <role>Walter</role>
  <actor>Mr Frank Hall</actor>
 </castItem>
 <castItem>
  <role>Hans</role>
  <actor>Mr F.W. Irish</actor>
 </castItem>
 <roleDesc>friends of Mathias</roleDesc>
</castGroup>
Nota
The rend attribute may be used, as here, to indicate whether the grouping is indicated by a brace, whitespace, font change, etc.
Note that in this example the role description ‘friends of Mathias’ is understood to apply to both roles equally.