notes-type Type of Notes

Type of note contained in the element (for example, “note-in-proof”).
OPTIONAL on element: <notes>
Value Meaning
Text, numbers, or special characters The note type, if known, for example, “note-in-proof”.
Restriction @notes-type is an optional attribute; there is no default.
Tagged Sample

Conflict of interest statement

...
<notes notes-type="conflict-interest">
 <p>Conflict of interest statement. None declared.</p>
</notes>
...