<text>
<text> contiene un único texto de cualquier tipo, sea este unitario o combinado, p.ej. un texto en verso o teatral, una recopilación de ensayos, una novela, un diccionario, o una fragmento de corpus. 4 Default Text Structure 15.1 Varieties of Composite Text | |
Módulo | textstructure — 4 Default Text Structure |
Además de los atributos globales | att.declaring (@decls) att.typed (@type, @subtype) |
Usado por | |
Puede contener | |
Declaración |
element text { att.global.attributes, att.declaring.attributes, att.typed.attributes, ( model.global*, ( front, model.global* )?, ( body | group ), model.global*, ( back, model.global* )? ) } |
Ejemplo |
<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> |
Ejemplo |
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> |