<string-name>

Appears in

Frequency

<contrib>

Zero or more times

Identifies an alternative name for the author.

Example:

...
<contrib-group content-type="author">
  ...
  <contrib contrib-type="person">
    ...
    <name>
      <surname>Tuch</surname>
      <given-names>Kurt</given-names>
    </name>
    <string-name content-type="alias">Panter Pan<string-name>
    <email>kurt@tuch.org</email>
    ...
  </contrib>
  ...
</contrib-group>
..