notes-type

Type of Notes

Type of note contained in the element (for example, “note-in-proof”).

Used on Element: <notes>

ValueMeaning
Text, numbers, or special charactersThe note type, if known, for example, “note-in-proof”.
Restriction@notes-type is an optional attribute; there is no default.

Example

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