<text>
| <text> contiene un unico testo di qualsiasi tipo, sia esso unitario o composito, per esempio un testo in versi o teatrale, una raccolta di saggi, un romanzo, un dizionario, o una porzione di corpus 4 Default Text Structure 15.1 Varieties of Composite Text | |
| Modulo | textstructure — 4 Default Text Structure | 
| Oltre agli attributi globali | att.declaring (@decls) att.typed (@type, @subtype) | 
| Usato da | |
| Può contenere | |
| Dichiarazione | 
 element text { att.global.attributes, att.declaring.attributes, att.typed.attributes, ( model.global*, ( front, model.global* )?, ( body | group ), model.global*, ( back, model.global* )? ) } | 
| Esempio | <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> | 
| Esempio | 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> | 
