<correspDesc>

<correspDesc> (correspondence description) contains a description of the actions related to one act of correspondence. [2.4.6 Correspondence Description]
Moduleheader — The TEI Header
Attributesatt.declarable (@default) att.canonical (@key, @ref) att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype)
Member of
Contained by
header: profileDesc
May contain
core: note p
linking: ab
Example
<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>
Content model
<content>
 <alternate>
  <classRef key="model.correspDescPart"
   minOccurs="1maxOccurs="unbounded"/>

  <classRef key="model.pLikeminOccurs="1"
   maxOccurs="unbounded"/>

 </alternate>
</content>
Schema Declaration
<rng:element name="correspDesc">
 <rng:ref name="att.declarable.attributes"/>
 <rng:ref name="att.canonical.attributes"/>
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:choice>
  <rng:oneOrMore>
   <rng:ref name="model.correspDescPart"/>
  </rng:oneOrMore>
  <rng:oneOrMore>
   <rng:ref name="model.pLike"/>
  </rng:oneOrMore>
 </rng:choice>
</rng:element>
element correspDesc
{
   att.declarable.attributes,
   att.canonical.attributes,
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.typed.attributes,
   ( model.correspDescPart+ | model.pLike+ )
}