<group>
<group> contains the body of a composite text, grouping together a sequence of distinct texts (or groups of such texts) which are regarded as a unit for some purpose, for example the collected works of an author, a sequence of prose essays, etc. 4 Default Text Structure 4.3.1 Grouped Texts 15.1 Varieties of Composite Text | |
Module | textstructure — 4 Default Text Structure |
Attributes | att.declaring (@decls) |
Used by | |
May contain | |
Declaration |
element group { att.global.attributes, att.declaring.attributes, ( ( model.divTop | model.global )*, ( ( text | group ), ( text | group | model.global )* ), model.divBottom* ) } |
Example | <egXML><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--> </egXML> |