<author-notes>¶
| Appears in | Frequency | 
|---|---|
| Zero or more times | 
Identifies notes related to the author such as correspondence, equal contribution, etc.
Exemplo:
...
<article-meta>
    ...
    <author-notes>
        <corresp id="c01"><bold>Correspondence:</bold> Address for correspondence <email>user@foo.com</email></corresp>
        <fn fn-type="conflict">
            <p>Conflict of interest: none</p>
        </fn>
    </author-notes>
    ...
</article-meta>
...