element <email>
Namespace:
Type:
Content:
mixed, 1 attribute, 10 elements
Defined:
globally in eruditarticle.xsd, see XML source
Used:
XML Representation Summary
<email
    validationyear
 = 
xs:gYear
    >
   
Content: 
{text} × ((unicodechar | quotation | inlineequation | superscript | subscript | highlight | bookmark | mediaobject | reference)*, simplelink, (unicodechar | quotation | inlineequation | superscript | subscript | highlight | bookmark | mediaobject | reference)*)
</email>
May contain elements (10):
May be included in elements (2):
Known Usage Locations
Annotation
Label
Author's email address
Description
Personal identifier of an Internet user allowing him to communicate by electronic mail with other Internet users.
Comments

A “simplelink” element must always appear inside an email.

If the author has more than one email address, each belongs in a separate “email” element.

Format
All email addresses must be in a format in accordance with the RFC 3986 standard, concerning all the URIs' general syntax.
References
RFC 3986 (http://www.ietf.org/rfc/rfc3986.txt)
Examples
example 1
<author id="au2">
    <persname>…</persname>
    <affiliation>…</affiliation>
    <email><simplelink xlink:type="simple" xlink:href="mailto:toto.leclown@cirque.org"
    xlink:show ="none" xlink:actuate="onRequest">toto.leclown@cirque.org</simplelink></email>
</author>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="email" type="simplelinktype">
</xs:element>

XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set