notes-type
Type of Notes
Type of note contained in the element (for example, “note-in-proof”).
Used 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. |
Example
...
<notes notes-type="conflict-interest">
<p>Conflict of interest statement. None declared.</p>
</notes>
...