<castGroup>
<castGroup> (grupo de reparto) agrupa uno o más elementos individuales del reparto (castItem). [7.1.4 Cast Lists] | |
Módulo | drama — 7 Performance Texts |
Atributos | att.global (@xml:id, @n, @xml:lang, @rend, @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)) |
Usado por | |
Contenido en | |
Puede contener | figures: figure notatedMusic textcrit: witDetail textstructure: trailer transcr: addSpan damageSpan delSpan fw listTranspose metamark space substJoin |
Declaración |
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* )? ) } |
Ejemplo | <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> |