name

The name of a person. For organisations or entities, corporatename should be used.

The correct identification of the parts of names in DTD 4 XML files is very important as it allows the creation of automatic links between articles and from articles to online citation databases when published online. The following rules apply to the markup of names.

General

  1. Each separate name must be tagged as a separate name element.
  2. An appropriate type attribute must be given to the name element to contextualize the name. Possible values for type are given on the attributes page (link below).
  3. Names should be captured as upper- and lower-case, even if they're displayed as all caps.

Forenames/initials/given names

  1. The person's forenames (a.k.a. 'given' names) should be tagged with forenames.
  2. Forenames in full or initials are all captured in the forenames element.
  3. An optional type attribute is available on forenames to identify that the content is initials rather than full names.
  4. If initials are displayed with separating full points, the full points can be tagged with the x element within forenames.

Surname/family name

  1. The person's surname (a.k.a. 'family' name) should be tagged with surname.
  2. Each name element should contain only one surname sub-element.
  3. surnameprefix allows the identification of prefixes to an author's name (e.g. 'von', 'de')

Text preceding a name

  1. Descriptive titles preceding the person's name ('Mrs', 'Sir', 'Dr', 'Professor' etc.) should be tagged as nametitle.

Text and qualifications following a name

  1. Academic qualifications which follow the person's name should be tagged as qualifications.
  2. Text indicating ancestry or lineage ('Jr' etc.) should be tagged as pedigree.
  3. Occasionally, names are followed by an indication of the person's role (as distinct from a full affiliation paragraph). In these cases, the text indicating the person's role can be tagged as roles.

Other name types

  1. alternativename is intended for the markup of an alternative version of an author's name. For an example of its use, see the alternativename page.
  2. fullname allows the identification of a person's full name where this cannot be broken down into forename/surname. e.g. a graphic representation of the transliteration into Chinese of an author's name.

Some examples of names and how they should be tagged in DTD 4 XML are given below.

TextRecommended XML tagging
John Paul Harrison<name><forenames>John Paul</forenames><x> </x><surname>Harrison</surname></name>
JOHN PAUL HARRISON<name><forenames>John Paul</forenames><x> </x><surname>Harrison</surname></name>
John P. Harrison<name><forenames>John P<x>.</x></forenames><x> </x><surname>Harrison</surname></name>
J.P. Harrison<name><forenames>J<x>.</x>P<x>.</x></forenames><x> </x><surname>Harrison</surname></name>
JP Harrison<name><forenames>JP</forenames><x> </x><surname>Harrison</surname></name>
Harrison, John Paul<name><surname>Harrison</surname><x>, </x><forenames>John Paul</forenames></name>
Harrison, JP<name><surname>Harrison</surname><x> </x><forenames>JP</forenames></name>
Dr John Paul Harrison<name><nametitle>Dr</nametitle><x> </x><forenames>John Paul</forenames><x> </x><surname>Harrison</surname></name>
Professor John Paul Harrison<name><nametitle>Professor</nametitle><x> </x><forenames>John Paul</forenames><x> </x><surname>Harrison</surname></name>
Mr John Paul Harrison<name><nametitle>Mr</nametitle><x> </x><forenames>John Paul</forenames><x> </x><surname>Harrison</surname></name>
John Paul Harrison, PhD<name><forenames>John Paul</forenames><x> </x><surname>Harrison</surname><x>, </x><qualifications>PhD</qualifications></name>
John Paul Harrison, BA, MA (Hons) PhD<name><forenames>John Paul</forenames><x> </x><surname>Harrison</surname><x>, </x><qualifications>BA, MA (Hons) PhD</qualifications></name>
John Paul Harrison III<name><forenames>John Paul</forenames><x> </x><surname>Harrison</surname><x> </x><pedigree>III</pedigree></name>
John Paul Harrison Jr<name><forenames>John Paul</forenames><x> </x><surname>Harrison</surname><x> </x><pedigree>Jr</pedigree></name>
John Paul Harrison, PhD<name><forenames>John Paul</forenames><x> </x><surname>Harrison</surname><x>, </x><qualifications>PhD</qualifications></name>

For an example of how to tag the list of authors in e.g. a journal article, see namegroup


Attributes

View name's attributes

Content model

View name's content model

Sub-elements

Parent elements


Created: Tue Dec 23 14:02:01 2003