<?xml version="1.0" encoding="UTF-8"?>
<!--
  Copyright TEI Consortium.
  Dual-licensed under CC-by and BSD2 licences
  See the file COPYING.txt for details
  $Date$
  $Id$
-->
<?xml-model href="http://tei.oucs.ox.ac.uk/jenkins/job/TEIP5/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?>
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="header" ident="correspAction">
    <desc versionDate="2014-09-05" xml:lang="en">contains a structured description of the place,  
        the name of a person/organization and the date related to the sending/receiving of a message or any other action related to the correspondence</desc>
    <classes>
        <memberOf key="att.global"/>
        <memberOf key="att.typed"/>
        <memberOf key="att.sortable"/>
        <memberOf key="model.correspDescPart"/>
    </classes>
    <content>
        <choice xmlns="http://relaxng.org/ns/structure/1.0">
            <oneOrMore>
                <ref name="model.correspActionPart"/>
            </oneOrMore>
            <oneOrMore>
                <ref name="model.pLike"/>
            </oneOrMore>
        </choice>
    </content>
    <attList>
        <attDef ident="type" mode="change" usage="opt">
            <desc versionDate="2015-01-29" xml:lang="en">describes the nature of the action</desc>
            <datatype>
                <ref xmlns="http://relaxng.org/ns/structure/1.0" name="data.enumerated"/>
            </datatype>
            <valList type="semi" mode="add">
                <valItem ident="sent"><!-- was dispatch/sending -->
                    <desc versionDate="2015-02-09" xml:lang="en">information concerning the sending or dispatch of a message</desc>
                </valItem>
                <valItem ident="received"><!-- was  receipt/receiving-->
                    <desc versionDate="2015-02-09" xml:lang="en">information concerning the receipt of a message</desc>
                </valItem>
                <valItem ident="transmitted"> <!-- was  transmission/transmitting-->
                    <desc versionDate="2015-02-09" xml:lang="en">information concerning the transmission of a message, i.e. between the dispatch and the next receipt, redirect or forwarding</desc>
                </valItem>
                <valItem ident="redirected"> <!-- was redirection/redirecting -->
                    <desc versionDate="2015-02-09"
			  xml:lang="en">information concerning the
		    redirection of an unread message </desc>
                </valItem>
                <valItem ident="forwarded">
                    <desc versionDate="2015-02-09"
			  xml:lang="en">information concerning the
		    forwarding of a message </desc>
                </valItem>
              <!--  <valItem ident="forwarding">
                    <desc versionDate="2015-02-09" xml:lang="en">identifies a/the forwarding action of the message</desc>
                </valItem>-->
            </valList>
        </attDef>
    </attList>
    <exemplum xml:lang="en">
        <egXML xmlns="http://www.tei-c.org/ns/Examples">
            <correspAction type="sent">
                <persName>Adelbert von Chamisso</persName>
                <settlement>Vertus</settlement>
                <date when="1807-01-29"/>
            </correspAction>
        </egXML>
    </exemplum>
    <listRef>
        <ptr target="#HD44CD"/>
    </listRef>
</elementSpec>
