◇◆
<email> Email Address
Electronic mail address of a person or institution.
Usage/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.
Attributes
Multi-lang Attributes
Namespaces
Models and Context
May be contained in
<address>, <aff>, <alt-title>, <array>, <article-title>, <attrib>, <bold>, <chapter-title>, <chem-struct>, <code>, <collab>, <comment>, <contrib>, <copyright-statement>, <data-title>, <def-head>, <disp-formula>, <disp-formula-group>, <element-citation>, <fixed-case>, <funding-statement>, <inline-media>, <inline-supplementary-material>, <italic>, <license-p>, <meta-value>, <mixed-citation>, <monospace>, <named-content>, <overline>, <p>, <part-title>, <preformat>, <product>, <related-article>, <related-object>, <roman>, <sans-serif>, <sc>, <see>, <see-also>, <source>, <strike>, <styled-content>, <sub>, <subtitle>, <sup>, <supplementary-material>, <td>, <term>, <term-head>, <th>, <title>, <trans-source>, <trans-title>, <underline>
Description
Text, numbers, or special characters, zero or more
Content Model
<!ELEMENT email (#PCDATA %email-elements;)* >
Expanded Content Model
(#PCDATA)*
Tagged Sample
Inside author’s <address>
...
<article-meta>
...
<contrib-group>
<contrib contrib-type="author">
<name><surname>Silverstein</surname>
<given-names>Michael Q.</given-names></name>
<aff id="UWW">
<institution>Department of Pathobiology
University of WallieWash</institution>
<addr-line>Oberlin, Washington 96204</addr-line>
<country>USA</country>
</aff>
</contrib>
<contrib contrib-type="author">
<name><surname>Taylor</surname>
<given-names>James C.</given-names></name>
<degrees>Ph D</degrees>
<aff id="affKalakukko">Kalakukko Corporation</aff>
<address>
<institution>Kalakukko Corporation</institution>
<addr-line>17 West Jefferson St.</addr-line>
<addr-line>Suite 207</addr-line>
<addr-line>New South Finland, MD 20856.</addr-line>
<country>USA</country>
<phone>(301) 754-5766</phone>
<fax>(301) 754-5765</fax>
<email>jct@kalakukko.com</email>
<uri>http://www.kalakukko.com</uri>
</address>
</contrib>
</contrib-group>
...
</article-meta>
...