<castGroup>
<castGroup> (cast list grouping) groups one or more individual castItem elements within a cast list. [7.1.4 Cast Lists] | |
Module | drama — 7 Performance Texts |
Attributes | att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) |
Used by | |
Contained by | |
May contain | figures: figure notatedMusic textcrit: witDetail textstructure: trailer transcr: addSpan damageSpan delSpan fw listTranspose metamark space substJoin |
Declaration |
element castGroup { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, ( ( model.global | model.headLike )*, ( ( castItem | castGroup | roleDesc ), model.global* )+, ( trailer, model.global* )? ) } |
Example | <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> |
Note | 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. |