<corresp>

Correspondence Information

Information concerning how and with whom to correspond about an article.

Remarks

A cross-reference element (<xref>) may point to this element’s @id attribute.

Related Elements

Best Practice: In current journal tag set practice, information naming one contributor as the corresponding contributor may be tagged explicitly using a <corresp> element or may just be one of many footnotes <fn> concerning the contributor. Although this Suite supports both practices, if possible, the correspondence information should be tagged using the <corresp> element.

Attributes

Content Model

<!ELEMENT  corresp      (#PCDATA %corresp-elements;)*                >

Expanded Content Model

(#PCDATA | addr-line | city | country | fax | institution | institution-wrap | phone | postal-code | state | email | ext-link | uri | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | label | named-content | styled-content | sub | sup)*

Description

This element may be contained in:

Example 1

Correspondence note as the only author note:
...
<front>
...
<article-meta>
...
<contrib-group>...</contrib-group>
<author-notes>
<corresp>Correspondence should be directed to Tabitha O&rsquo;Malley,
RN, Assistant Editor, <italic>Ste. Genevieve Journal of
Nursing</italic>.  Letters may be routed electronically
(email: tomalley@ste_genevieve_nursing.edu) or by mail to:
Ste. Genevieve School of Nursing, Lowell Administrative
Building, 110 Chesterfield Drive, Winston, PA  68490-3257.
</corresp>
</author-notes>
...
</article-meta>
</front>
...

Example 2

Correspondence note and footnote in the author notes:
...
<article-meta>
...
<contrib-group>
<contrib contrib-type="author">
<name><surname>Genton</surname>
<given-names>Blaise</given-names></name>
<role>senior scientist</role>
<xref ref-type="aff">
<sup><italic>a</italic></sup>
</xref>
<xref ref-type="corresp" rid="cor1">&#x2010;</xref>
</contrib>
</contrib-group>
<aff>
<sup><italic>a</italic></sup>Policlinique M&#x00E9;dicale 
Universitaire, 1005 Lausanne, Switzerland, 
<sup><italic>b</italic></sup>Swiss Federal Office of Public 
Health, Bern, Switzerland</aff>
<author-notes>
<fn fn-type="con">
<p>&#x2003; Contributors: VD'A was responsible for data entry,
management and analysis, interpretation of results, and writing
the manuscript. PL was responsible for clinical supervision,
data collection, and interpretation of results.</p>
</fn>
<corresp id="cor1">&#x2010; Correspondence to: B Genton
<email>Blaise.Genton@hospvd.ch</email></corresp>
</author-notes>
<pub-date publication-format="print" date-type="pub" iso-8601-date="2002-04-13">
<day>13</day>
<month>04</month>
<year>2002</year>
</pub-date>
<fpage>65</fpage>
</article-meta>
...