<text>
<text> (text) contains a single text of any kind, whether unitary or composite, for example
a poem or drama, a collection of essays, a novel, a dictionary, or a corpus sample.
[4. Default Text Structure 15.1. Varieties of Composite Text]
Module | textstructure |
Attributes | Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source)) att.typed (type) att.written (hand) |
Member of | |
Contained by |
textstructure: TEI
|
May contain | |
Note |
This element should not be used to represent a text which is inserted at an arbitrary
point within the structure of another, for example as in an embedded or quoted narrative;
the floatingText is provided for this purpose.
|
Examples |
<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> <text> <front><!-- front matter for the whole group --></front> <group> <text><!-- first text --></text> <text><!-- second text --></text> </group> </text> |
Source | Github
<elementSpec module="textstructure" ident="text"> <gloss>text</gloss> <desc>contains a single text of any kind, whether unitary or composite, for example a poem or drama, a collection of essays, a novel, a dictionary, or a corpus sample.</desc> <classes> <memberOf key="att.global"/> <memberOf key="att.typed"/> <memberOf key="att.written"/> <memberOf key="model.resource"/> </classes> <content> <sequence> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> <sequence minOccurs="0"> <elementRef key="front"/> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> <alternate> <elementRef key="body"/> <elementRef key="group"/> </alternate> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> <sequence minOccurs="0"> <elementRef key="back"/> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> </sequence> </content> </elementSpec> |