<castGroup>
<castGroup> (배역 목록 모아 놓기) 배역 목록 내의 몇 개의 개별 castItem 요소를 모아 놓는다. [7.1.4 Cast Lists] | |
모듈 | drama — 7 Performance Texts |
속성 | 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)) |
에 의해 사용된 | |
에 의해 포함된 | |
포함할 수 있다 | figures: figure notatedMusic textcrit: witDetail textstructure: trailer transcr: addSpan damageSpan delSpan fw listTranspose metamark space substJoin |
선언 |
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* )? ) } |
예 | <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> |