<castGroup>
<castGroup> (raggruppamento della lista dei personaggi) raggruppa uno o più elementi individuali castItem in una lista dei personaggi. [7.1.4 Cast Lists] | |
Modulo | drama — 7 Performance Texts |
Attributi | 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)) |
Usato da | |
Contenuto in | |
Può contenere | figures: figure notatedMusic textcrit: witDetail textstructure: trailer transcr: addSpan damageSpan delSpan fw listTranspose metamark space substJoin |
Dichiarazione |
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* )? ) } |
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> |