<correspDesc>
<correspDesc> (correspondence description) contains a description of the actions related to one
act of correspondence. [2.4.6. Correspondence Description]
Module | header |
Attributes | Attributes att.canonical (ref) att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source)) att.typed (type) |
Contained by |
lim: limItem
|
May contain |
header: correspAction correspContext
linking: ab
|
Examples |
<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-19" to="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> |
Source | Github
<elementSpec module="header" ident="correspDesc"> <gloss>correspondence description</gloss> <desc>contains a description of the actions related to one act of correspondence.</desc> <classes> <memberOf key="att.canonical"/> <memberOf key="att.global"/> <memberOf key="att.typed"/> </classes> <content> <alternate> <classRef key="model.correspDescPart" minOccurs="1" maxOccurs="unbounded"/> <classRef key="model.pLike" minOccurs="1" maxOccurs="unbounded"/> </alternate> </content> </elementSpec> |