<castGroup>
<castGroup> (cast list grouping) 配役リストにある,ひとつ以上の要素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 |
解説 | 属性rendは,当該グループが括弧,空白,字形の違いなどで 示されていることを示す. この例では,役に関する情報‘friends of Mathias’は,2つの役に同 じく当てはまると理解される. |
例 | |
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* )? ) } |