<corresp>
Correspondence Information
Information concerning how and with whom to correspond about an article.
Remarks
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 | strike | underline | underline-start | underline-end | ruby | alternatives | inline-graphic | inline-media | 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:
- Text, numbers, or special characters
- Address Elements
- Linking Elements
- Related Material Elements
- <hr> Horizontal Rule
- Emphasis Elements
- <bold> Bold
- <fixed-case> Fixed Case
- <italic> Italic
- <monospace> Monospace Text (Typewriter Text)
- <overline> Overline
- <overline-start> Overline Start
- <overline-end> Overline End
- <roman> Roman
- <sans-serif> Sans Serif
- <sc> Small Caps
- <strike> Strike Through
- <underline> Underline
- <underline-start> Underline Start
- <underline-end> Underline End
- <ruby> Ruby Annotation Wrapper
- <alternatives> Alternatives For Processing
- Inline Display Elements
- Inline Math Elements
- Other Inline Elements
- Internal Linking Elements
- Baseline Change Elements
- <x> X - Generated Text and Punctuation
- <break> Line Break
- <label> Label (of an Equation, Figure, Reference, etc.)
This element may be contained in:
Example 1
Correspondence note as the only author note:
...
<article-meta>
<title-group>...</title-group>
<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. Submitting
a letter to the Journal grants ...</corresp>
</author-notes>
<pub-date iso-8601-date="2008"><year>2008</year></pub-date>
...
</article-meta>
...
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">‐</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>
...