text (hendiDocuments)
Back
<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.
Other Customizations
Attributes
type
req
characterizes the element in some sense, using any convenient classification scheme or typology.
Possible values
personal_document
genealogic, personal documents, e.g. passports, baptismal certificates.
financial_document
receipts, bills, etc.
varia_document
business cards, tickets, entrance cards, etc.
notification_document
notifications of visits or other announcements in journals and news papers.
konzertzettel_document
Konzertzettel, Theaterzettel
work-related_document
documents related to musical works.
legal_document
legal document or administrative deed.
document
documents (not specified).
Example
<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>
Example
<text>
<front>
<!-- front matter for the whole group -->
</front>
<group>
<text>
<!-- first text -->
</text>
<text>
<!-- second text -->
</text>
</group>
</text>