<email>

Email Address (電子メールアドレス)

人物または機関の電子メールアドレス。

備考

電子メール要素 (<email>) は、段落の一部としても、アドレスの中でも使うことができます。電子メールアドレスをテキストで扱うには: <email> 要素または <ext-link> 要素の 2 つの方法があります。テキスト表示 (“the Moody Institute’s email address”) と mailto URL の両方が必要な場合は、<ext-link> 要素を使用する必要があります。

関連要素

アドレスを記述するための要素には以下のクラス要素があります: <addr-line>, <city>, <country>, <fax>, <institution>, <institution-wrap>, <state>, <phone>, and <postal-code> 。またリンクするアドレス・クラス要素もあります: <email>, <ext-link>, <uri>.

コンテンツ・モデル

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

拡張コンテンツ・モデル

(#PCDATA)*

記述方法

ゼロまたは 1 個以上の文字、数字または特殊文字

用例 1

...
<article-meta>...
<aff id="hhMI">Department of Molecular, Cellular, and Developmental
Biology, Howard Hughes Medical Institution, University of Colorado,
Boulder, Colorado 80303-0347</aff>
<author-notes>
<fn id="FN150"><p>Corresponding
author. E-mail address: <email>mhan@colorado.edu</email>.</p>
</fn>
</author-notes>
...</article-meta>
...

用例 2

...
<front>...
<article-meta>...</article-meta>
<notes>
<p>Helpful comments from two anonymous referees on earlier
version of the paper are gratefully acknowledged. Email:
<email>kuse&commat;udel.edu</email></p>
</notes>
</front>
...