<email>

Email Address

Electronic mail address of a person or institution.

Remarks

The email element (<email>) is allowed as part of a paragraph as well as inside an address. There are two ways to treat an email address in text: as an <email> element or as an <ext-link> element. If both a textual phrase (“the Moody Institute’s email address”) and a mailto URL are required, the <ext-link> element should be used.

Related Elements

The elements used in an address may include the address class elements: <addr-line>, <city>, <country>, <fax>, <institution>, <institution-wrap>, <state>, <phone>, and <postal-code> and the address linking class elements: <email>, <ext-link>, and <uri>.

Attributes

content-type Type of Content
id Document Internal Identifier
specific-use Specific Use
xlink:actuate Actuating the Link
xlink:href Href (Linking Mechanism)
xlink:role Role of the Link
xlink:show Showing the Link
xlink:title Title of the Link
xlink:type Type of Link
xml:base Base
xml:lang Language
xmlns:xlink XLink Namespace Declaration

Content Model

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

Expanded Content Model

(#PCDATA)*

Description

Text, numbers, or special characters, zero or more

This element may be contained in:

Example 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>
...

Example 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>
...