<group>
<group> (groupe) contient le corps d’un texte composite qui regroupe une suite de textes distincts (ou des groupes de textes de ce type), considérés comme formant une unité dans un but quelconque, par exemple pour présenter les œuvres complètes d’un auteur, une suite d’essais en prose, etc. [4 Default Text Structure 4.3.1 Grouped Texts 15.1 Varieties of Composite Text] | |
Module | textstructure — 4 Default Text Structure |
Attributs | att.global (@xml:id, @n, @xml:lang, @rend, @style, @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)) att.declaring (@decls) |
Utilisé par | |
Contenu dans | textstructure: floatingText group text |
Peut contenir | |
Declaration |
element group { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.declaring.attributes, ( ( model.divTop | model.global )*, ( ( text | group ), ( text | group | model.global )* ), model.divBottom* ) } |
Exemple | <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--> |