<corresp>

Correspondence Information

Information concerning how and with whom to correspond concerning a book or book part.

Remarks

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

Related Elements

Best Practice: We are uncertain how much this element will be used for books. In current journal publishing 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, when 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 | inline-supplementary-material | related-article | related-object | hr | bold | fixed-case | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | serif | strike | underline | underline-start | underline-end | ruby | alternatives | inline-graphic | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | index-term | index-term-range-end | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | x | break | label)*

Description

Any combination of:

This element may be contained in:

Example 1

Correspondence note as the only author note:
    ...
<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>
...   

Example 2

Correspondence note and footnote in the author notes:
    ...
<book-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 contrib-type="author">...</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>
...</book-meta>
...