<email>

Appears in

Frequency

<contrib>

Zero or more times

<aff>

Zero or more times

<corresp>

Zero or more times

Identifies the e-mail address of the context it is inside.

Examples:

Example of <email> in <contrib>:

...
<contrib-group content-type="author">
  ...
  <contrib contrib-type="person">
    <contrib-id contrib-id-type="orcid">0000-0003-2125-060X</contrib-id>
    <name>
      <surname>Einstein</surname>
      <given-names>Albert</given-names>
    </name>
    <email>albert@einstein.org</email>
    <xref ref-type="aff" rid="aff1"/>
  </contrib>
  ...
</contrib-group>
...

Example of <email> in <aff>:

...
<article-meta>
  ...
  <aff id="aff01">
      ...
      <email>division@affiliation.com</email>
      ...
  </aff>
  ...
</article-meta>
...

Example of <email> in <corresp>:

...
<corresp id="c01">
    <label>*</label>
    <italic>E-mail:</italic>
    <email>person@place.com</email>
</corresp>
...