<castGroup>
<castGroup> (cast list grouping) groups one or more individual castItem elements within a cast list. 7.1.4 Cast Lists | |
Modul | drama — 7 Performance Texts |
Verwendet von | |
Kann enthalten | |
Deklaration |
element castGroup { att.global.attributes, ( ( model.global | model.headLike )*, ( ( castItem | castGroup | roleDesc ), model.global* )+, ( trailer, model.global* )? ) } |
Beispiel |
<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> |