Dokument (Grundstruktur)

Kodierung

Beschreibung

Die Angabe, dass es sich um ein Teildokument handelt, wird im Attribut @type des Elements <text> mit dem Wert document festgehalten.

Auf einen Blick

XPath
//TEI
Elemente & Attribute
Elemente Attribute
<text>
@type
document (Dokument)

Kodierungsbeispiel

<text type="document">
    <front>
        <head>Titel/Überschrift</head>
    </front>
    <body>
        <div xml:id="d_id-1">
            <p></p>
        </div>
    </body>
</text>