<castGroup>
<castGroup> (배역 목록 모아 놓기) 배역 목록 내의 몇 개의 개별 castItem 요소를 모아 놓는다. [7.1.4 Cast Lists] | |
모듈 | drama — Performance Texts |
속성 | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
에 의해 포함된 | |
포함할 수 있다 |
figures: figure notatedMusic
textstructure: trailer
transcr: addSpan damageSpan delSpan fw listTranspose metamark space substJoin
|
주석 |
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. |
예 | |
Content model |
<content> |
선언 |
<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* )? ) } |