<email>

Email Address

Definition

The electronic mail address of a person or institution

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 and <email> element or as and <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

content-type Type of Content
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
xmlns:xlink XLink Namespace Declaration

Related Elements

An address (<address>) may use the following elements, in order: <institution>, <addr-line>, <country>, <phone>, <fax>, <email>, <ext-link>, and <uri>. At minimum, the element <country> must be used.

Model Information

Content Model

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

Description

Text, numbers, or special characters, zero or more

This element may be contained in:

<address> Address/Contact Information; <aff> Affiliation; <article-title> Article Title; <attrib> Attribution; <bold> Bold; <chem-struct> Chemical Structure (Display); <citation> Citation; <collab> Collaborative (Group) Author; <comment> Comment in a Citation; <contrib> Contributor; <copyright-statement> Copyright Statement; <def-head> Definition List: Definition Head; <disp-formula> Formula, Display; <inline-supplementary-material> Inline Supplementary Material; <italic> Italic; <monospace> Monospace Text (Typewriter Text); <named-content> Named Special (Subject) Content; <overline> Overline; <p> Paragraph; <preformat> Preformatted Text; <product> Product Information; <related-article> Related Article Information; <sc> Small Caps; <source> Source; <strike> Strike Through; <sub> Subscript; <subtitle> Article Subtitle; <sup> Superscript; <supplementary-material> Supplementary Material; <td> Table Data Cell (XHTML table model); <term> Definition List: Term; <term-head> Definition List: Term Head; <th> Table Header Cell (XHTML table model); <title> Title; <trans-source> Translated Source; <trans-title> Translated Title; <underline> Underline

Tagged Example


...
<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<break/> 
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>...

Module

common.ent