<castGroup>
<castGroup> (배역 목록 모아 놓기) 배역 목록 내의 몇 개의 개별 castItem 요소를 모아 놓는다. 7.1.4 Cast Lists | |
모듈 | 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> |