<castGroup>
<castGroup> 配役リストにある,ひとつ以上の要素castItemをまとめるもの. 7.1.4 Cast リスト | |
モジュール | drama — 7 Performance Texts |
属性 | |
当該モジュールを使用するもの | |
下位 | |
宣言 |
element castGroup { att.global.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つの役に同 じく当てはまると理解される. |