<corresp>
Correspondence Information (連絡先情報)
記事について、どのようにまた誰に連絡すればいいかに関する情報。
コンテンツ・モデル
<!ELEMENT corresp (#PCDATA %corresp-elements;)* >
拡張コンテンツ・モデル
(#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)*
記述方法
以下のあらゆる組合せ:
- 文字、数字または特殊文字
- アドレス要素
- リンク要素
- 強調要素
- <label> ((等式、図、参考文献などの) ラベル)
- <named-content> (名前付特別 (主題) コンテンツ)
- <styled-content> (装飾された特別(主題)コンテンツ)
- 基準線変更要素
この要素は以下の要素内に含むことができます:
用例 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>
...
用例 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>
...