<email> Email Address

Electronic mail address of a person or institution.

Usage/Remarks

The address 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

Base Attributes

Namespaces

Models and Context
May be contained in
<abbrev>, <address>, <addr-line>, <aff>, <alt-title>, <anonymous>, <array>, <article-title>, <attrib>, <award-id>, <bold>, <book-title>, <book-volume-id>, <book-volume-number>, <chapter-title>, <chem-struct>, <chem-struct-wrap>, <code>, <collab>, <comment>, <compound-kwd-part>, <conf-acronym>, <conf-loc>, <conf-name>, <conf-num>, <conf-sponsor>, <conf-theme>, <contrib>, <contrib-group>, <copyright-statement>, <corresp>, <data-title>, <def-head>, <degrees>, <disp-formula>, <disp-formula-group>, <edition>, <element-citation>, <email>, <etal>, <event-desc>, <ext-link>, <fax>, <fig>, <fig-group>, <fixed-case>, <funding-source>, <funding-statement>, <given-names>, <gov>, <graphic>, <inline-formula>, <inline-media>, <inline-supplementary-material>, <institution>, <issue>, <issue-part>, <issue-title>, <italic>, <kwd>, <label>, <license-p>, <media>, <meta-name>, <meta-value>, <mixed-citation>, <monospace>, <name-address-wrap>, <named-content>, <nav-pointer>, <on-behalf-of>, <overline>, <p>, <part-title>, <patent>, <phone>, <prefix>, <preformat>, <product>, <publisher-loc>, <publisher-name>, <rb>, <related-article>, <related-object>, <role>, <roman>, <sans-serif>, <sc>, <see>, <see-also>, <see-also-entry>, <see-entry>, <self-uri>, <series>, <serif>, <sig>, <sig-block>, <source>, <speaker>, <std-organization>, <strike>, <string-conf>, <string-date>, <string-name>, <styled-content>, <sub>, <subject>, <subtitle>, <suffix>, <sup>, <supplement>, <supplementary-material>, <support-source>, <surname>, <table-wrap>, <table-wrap-group>, <target>, <td>, <term>, <term-head>, <th>, <title>, <trans-source>, <trans-subtitle>, <trans-title>, <underline>, <unstructured-kwd-group>, <uri>, <verse-line>, <version>, <volume>, <volume-id>, <volume-series>, <volume-title>, <xref>
Description
Any combination of:
Content Model
<!ELEMENT  email        (#PCDATA %email-elements;)*                  >
Expanded Content Model

(#PCDATA | 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 | serif | 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)*

Tagged Samples
Part of author’s <address>
...
<contrib contrib-type="author">
 <name><surname>Taylor</surname>
  <given-names>James C.</given-names></name>
 <degrees>PhD</degrees>
 <aff id="IIDR">
  <institution>Institute of Infectious Disease 
   Research</institution><break/>
  <addr-line>Oberlin, MD 20869</addr-line>
 </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>
...
In narrative text
...
<p>In general, users generate the appropriate files
 for the submission type and then email the files to
 <email>batch-sub@ncbi.nlm.nih.gov</email>. If the
 files are too big for email, they can be deposited
 into a FTP account. Upon receipt, the files are
 examined by a GenBank annotator, who fixes any errors
 when possible or contacts the submitter to request
 corrected files. Once the files are satisfactory,
 they are loaded into the appropriate database and
 assigned Accession numbers. ...</p>
...