<correspDesc>
<correspDesc> (correspondence description) contains a description of the actions related to one act of correspondence. [2.4.6 Correspondence Description] | |
Módulo | header — The TEI Header |
Atributos |
|
Miembro de | |
Contenido en |
header: profileDesc
|
Puede contener | |
Ejemplo |
<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> |
Content model |
<content> |
Declaración |
<rng:element name="correspDesc"> 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+ ) } |