ce:e-address

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
type ce:e-addressType email optional

Used By

Source

<xs:element name="e-address">
  <xs:complexType mixed="true">
    <xs:attribute name="type" default="email" type="ce:e-addressType"/>
  </xs:complexType>
</xs:element>

Sample

< author xmlns = "http://www.elsevier.com/xml/ani/ani" xmlns:ce = "http://www.elsevier.com/xml/ani/common" seq = "1" type = "auth" >

< ce:initials>

O.

</ ce:initials>

< ce:indexed-name>

Soubrane O.

</ ce:indexed-name>

< ce:degrees>

MD

</ ce:degrees>

< ce:surname>

Soubrane

</ ce:surname>

< ce:given-name>

Olivier

</ ce:given-name>

< ce:e-address>

olivier.soubrane@sat.aphp.com

</ ce:e-address>

</ author>