<text>
<text> (texte) contient un seul texte quelconque, simple ou composite, par exemple un poème ou une pièce de théâtre, un recueil d’essais, un roman, un dictionnaire ou un échantillon de corpus. 4 Default Text Structure 15.1 Varieties of Composite Text | |
Module | textstructure — 4 Default Text Structure |
En complément des attributs globaux | att.declaring (@decls) att.typed (@type, @subtype) |
Utilisé par | |
Peut contenir | |
Declaration |
element text { att.global.attributes, att.declaring.attributes, att.typed.attributes, ( model.global*, ( front, model.global* )?, ( body | group ), model.global*, ( back, model.global* )? ) } |
Exemple |
<text>
<front> <docTitle> <titlePart>Autumn Haze</titlePart> </docTitle> </front> <body> <l>Is it a dragonfly or a maple leaf</l> <l>That settles softly down upon the water?</l> </body> </text> |
Exemple |
The body of a text may be replaced by a group of nested texts, as in the following schematic: <text>
<front/> <group> <text> <front/> <body/> <back/> </text> <text/> </group> </text> |
Note |
Cet élément ne devrait pas être utilisé pour encoder un texte inséré à un endroit non
prévisible à l'intérieur de la structure d'un autre texte, comme par exemple dans un récit qui est enchâssé
ou cité dans un autre ; c'est l'élément floatingText qui doit être utilisé à
cet effet.
|