Name

note — Additional information

Synopsis

Content Model

(para+)

Attributes

None

Description

The note element contains additional information about its parent element.

Parents

note may be contained in these elements: academics

See Also

annotation, legalnotice.

Examples

<academics>
  <degrees>
    ...
  </degrees>
  <note>
    <para>
      I take education very seriously. After all, I'm in 37th grade now!
    </para>
  </note>
</academics>