<?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://jenkins.tei-c.org/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>
      <alternate>
        <classRef key="model.correspActionPart" minOccurs="1" maxOccurs="unbounded"/>
        <classRef key="model.pLike" minOccurs="1" maxOccurs="unbounded"/>
      </alternate>
    </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><dataRef key="teidata.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>
