Textual material associated with a contributor.
Common Practice: Although a typical author comment might explain, for example, some facts about the circumstances under which a contributor wrote the material, during conversion the <author-comment> element can also act as an escape mechanism to take the content of any contributor-related elements not anticipated by the Suite.
<!ELEMENT author-comment %author-comment-model; >
(label?, title?, (p)+)
The following, in order:
...
<contrib-group>
<contrib contrib-type="author" rid="StLukes">
<name><surname>Johnson</surname>
<given-names>John Jacob</given-names></name>
<role>research physiotherapist</role>
</contrib>
<contrib contrib-type="author" rid="RoyalInf">
<name><surname>Smithson</surname>
<given-names>Sally B.</given-names></name>
<role>consultant physician</role>
<author-comment><p>In addition to her role as consulting
physician on this project, Dr. Smithson owns trains the
therapy dog used in the experiments</p></author-comment>
</contrib>
</contrib-group>
...