text (hendiAll)

Text

Appendix

<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.

Attributes
type req
characterizes the element in some sense, using any convenient classification scheme or typology.
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>

Examples

XML

If you've spotted some error or inaccurateness please do not hesitate to inform us via henze-digital [@] zenmem.de.