Example: <correspDesc> (correspondence description)

These search results reproduce every example of the use of <correspDesc> in the Guidelines, including all localised and translated versions. In some cases, the examples have been drawn from discussion of other elements in the Guidelines and illustrating the use of <correspDesc> is not the main focus of the passage in question. In other cases, examples may be direct translations of each other, and hence identical from the perspective of their encoding.

2 The TEI Header


2.4.6 Correspondence Description

<correspDesc xml:id="message1">
 <correspAction type="sent">
  <persName>John Gneisenau Neihardt</persName>
  <placeName>Branson (Montgomery)</placeName>
  <date when="1932-12-17"/>
 </correspAction>
 <correspAction type="received">
  <persName xml:id="JTH">Julius Temple House</persName>
  <placeName>New York</placeName>
 </correspAction>
</correspDesc>
<correspDesc xml:id="message2">
 <correspAction type="sent">
  <persName>Enid Neihardt</persName>
  <placeName>Branson (Montgomery)</placeName>
  <date when="1932-12-17"/>
 </correspAction>
 <correspAction type="received">
  <persName sameAs="#JTH"/>
  <placeName>New York</placeName>
 </correspAction>
</correspDesc>

<correspDesc>

<correspDesc>
 <correspAction type="sent">
  <persName>Carl Maria von Weber</persName>
  <settlement>Dresden</settlement>
  <date when="1817-06-23">23 June 1817</date>
 </correspAction>
 <correspAction type="received">
  <persName>Caroline Brandt</persName>
  <settlement>Prag</settlement>
 </correspAction>
 <correspContext>
  <ref type="prev"
   target="http://www.weber-gesamtausgabe.de/A041209">
Previous letter of
   <persName>Carl Maria von Weber</persName>
       to <persName>Caroline Brandt</persName>:
   <date from="1817-06-19to="1817-06-20">June 19/20, 1817</date></ref>
  <ref type="next"
   target="http://www.weber-gesamtausgabe.de/A041217">
Next letter of
   <persName>Carl Maria von Weber</persName> to
   <persName>Caroline Brandt</persName>:
   <date when="1817-06-27">June 27, 1817</date></ref>
 </correspContext>
</correspDesc>