editorische Ergänzung (Absatz)

Kodierung

Beschreibung

Absätze (<p>), die editorisch ergänzt worden sind, werden im Element <note> und dem Attribut @type mit dem Wert editorial_addition zusammengefasst.

Auf einen Blick

XPath
//div[@type="agenda_item"]
Elemente & Attribute
Elemente Attribute
<note>
@type
editorial_addition
<p>

Kodierungsbeispiel

<note type="editorial_addition">
    <p>editorische Ergänzung</p>
</note>