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.
Some examples of names and how they should be tagged in DTD 4 XML are given below.
| Text | Recommended 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
View name's attributes
View name's content model
Created: Tue Dec 23 14:02:01 2003