Interruptions in the End of a Letter

Within the <closer> element there are several similar subelements possible, which may have to be linked with the attributes @xml:id, @next and @prev.

Interruption at //signed

<closer>
  <salute xml:id="a01" next="a02">
    Mit innigſter Verehrung mich unter-<lb/>zeichnend<lb/>
    <hi rendition="#b">Ew. Durchlaucht</hi>
  </salute><lb/>
  <dateline>Weimar<lb/>den 30. Januar 1808.</dateline><lb/>
  <salute xml:id="a02" prev="a01">untertha&#x0364;nigſter</salute><lb/>
  <signed>
    <hi rendition="#b">J. W. v. <hi rendition="#g">Goethe</hi>.</hi>
  </signed>
</closer><lb/>

Source: Goethe, Johann Wolfgang von: Zur Farbenlehre. Bd. 1. Tübingen, 1810. [Facsimile 14]

Furthermore, corresponding <salute> and <signed> elements can be separated from each other. In this case, the connection is established using the @xml:id and @corresp attributes.

Unterbrechung von //salute und //signed im Briefschluss

<p>Ich habe nichts dagegen einzuwenden, wenn Sie von den<lb/>
vorstehenden Mittheilungen jeglichen Gebrauch machen.</p><lb/>
<closer>
  <salute xml:id="a01" next="a02">Mit vorzüglicher Hochachtung<lb/>Ihr ergebenster</salute><lb/>
  <dateline>Paderborn den 17./2. 1858.</dateline><lb/>
  <signed xml:id="a02" prev="a01">
    D. <hi rendition="#g">Everken</hi>,<lb/>Director des königl. Hebammeninstitutes.
  </signed>
</closer><lb/>

Source: Semmelweis, Ignaz Philipp: Die Ätiologie, der Begriff und die Prophylaxe des Kindbettfiebers. Pest u. a., 1861. [Facsimile 480]

For information on the handling of interrupted text passages, see chap. Interruptions of Related Text Components.