<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> |
解説 |
属性rendは,当該グループが括弧,空白,字形の違いなどで
示されていることを示す.
この例では,役に関する情報‘friends of Mathias’は,2つの役に同
じく当てはまると理解される.
|