<corresp>¶
Appears in |
Frequency |
---|---|
Zero or more times |
Element that contains the information about the correspondence of one or more of an article’s authors. It may or may not contain the element <label>
. The attribute @id
is also optional. The email information can still be marked up with <email>
, if the information exists.
The Attribution Tips for @id describes how to compose the @id
attribute.
Note
Do not use paragraph <p> inside this element.
Example:
...
<author-notes>
...
<corresp id="c01">Correspondence paragraph, email:<email>user@foo.com</email></corresp>
...
</author-notes>
...