<group>
<group> (groupe) contient un ensemble de textes distincts (ou des groupes de textes de ce type), considérés comme formant une unité, 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 — Default Text Structure |
Attributs | 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.declaring (@decls) att.typed (@type, @subtype) |
Contenu dans | textstructure: floatingText group text |
Peut contenir | |
Declaration |
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.declaring.attributes, att.typed.attributes, ( ( model.divTop | model.global )*, ( ( text | group ), ( text | group | model.global )* ), model.divBottom* ) } |
Exemple | <TEI xmlns="http://www.tei-c.org/ns/1.0"> <teiHeader> <!--[ en-tête du texte composite ]--> </teiHeader> <text> <front> <!--[ partie préliminaire du texte composite ]--> </front> <group> <text> <front> <!--[ partie préliminaire du premier texte ]--> </front> <body> <!--[ corps du premier texte ]--> </body> <back> <!--[ annexe du premier texte ]--> </back> </text> <text> <front> <!--[ partie préliminaire du deuxième texte ]--> </front> <body> <!--[ corps du deuxième texte ]--> </body> <back> <!--[ annexe du deuxième texte ]--> </back> </text> <!--[ encore de textes, simples ou composites ]--> </group> <back> <!--[ annexe du texte composite ]--> </back> </text> </TEI> |