<corresp>
Correspondence Information
Information concerning how and with whom to correspond about an article.
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
Any combination of:
- Text, numbers, or special characters
- Address Elements
- Linking Elements
- Emphasis Elements
- <label> Label (of an Equation, Figure, Reference, etc.)
- <named-content> Named Special (Subject) Content
- <styled-content> Styled Special (Subject) Content
- Baseline Change Elements
This element may be contained in:
Example 1
...
<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">‐</xref>
</contrib>
</contrib-group>
<aff>
<sup><italic>a</italic></sup>Policlinique Mé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>  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">‐ 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>
...
Example 2
...
<front>...
<article-meta>...
<contrib-group>...</contrib-group>
<author-notes>
<corresp>Correspondence should be directed to Tabitha O’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>
...