<castGroup>
<castGroup> (grupo de reparto) agrupa uno o más elementos individuales del reparto (castItem). [7.1.4 Cast Lists] | |
Módulo | drama — Performance Texts |
Atributos |
|
Contenido en | |
Puede contener |
figures: figure notatedMusic
textstructure: trailer
transcr: addSpan damageSpan delSpan fw listTranspose metamark space substJoin
|
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. |
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> |
Content model |
<content> |
Declaración |
<rng:element name="castGroup"> element castGroup { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, ( ( model.global | model.headLike )*, ( ( ( castItem | castGroup | roleDesc ), model.global* )+ ), ( ( trailer, model.global* )? ) ) } |