<group>
| <group> ある単位として独立している個別テキストをまとめた複合テキストを示す. 例えば,ある著者の作品集やエッセイ集など. 4 Default Text Structure 4.3.1 Grouped Texts 15.1 Varieties of Composite Text | |
| モジュール | textstructure — 4 Default Text Structure | 
| グローバル属性の他 | att.declaring (@decls) | 
| 当該モジュールを使用するもの | |
| 下位 | |
| 宣言 | 
 element group { att.global.attributes, att.declaring.attributes, ( ( model.divTop | model.global )*, ( ( text | group ), ( text | group | model.global )* ), model.divBottom* ) } | 
| 例 | <text> <!-- Section on Alexander Pope starts --> <front> <!-- biographical notice by editor --> </front> <group> <text> <!-- first poem --> </text> <text> <!-- second poem --> </text> </group> </text> <!-- end of Pope section--> | 
