<group>
<group> (group) contiene il corpo di un testo composito, che raggruppa cioè un insieme di testi distinti (o più insiemi di testi) considerati come unità per determinati scopi, per esempio l'opera completa di un autore, una serie di saggi, ecc. [4 Default Text Structure 4.3.1 Grouped Texts 15.1 Varieties of Composite Text] | |
Modulo | textstructure — Default Text Structure |
Attributi | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declaring (@decls) att.typed (@type, @subtype) |
Contenuto in | textstructure: floatingText group text |
Può contenere | |
Esempio | <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--> |
Content model | <content> |
Dichiarazione | <rng:element name="group"> element group { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.declaring.attributes, att.typed.attributes, ( ( model.divTop | model.global )*, ( ( text | group ), ( text | group | model.global )* ), model.divBottom* ) } |