<surname>

Surname

The surname of a person

Remarks

A physically or logically single name, for example, “Cher” or “Pele”, or “Ice Cube” can be tagged as a <surname> to let the single name act as a surname for identification purposes. Where it is allowed by this Tag Set, for example, within a bibliographic reference (the <element-citation> and <mixed-citation> elements), a single name could also be tagged as a <string-name>.

Care should be taken with multipart names to divide the components into family names (<surname>) and personal names (<given-names>) in a culturally appropriate fashion. For example:

  <surname>Llanos De La Torre Quiralte</surname>
  <given-names>M</given-names>

  <surname>Gonzalez Martin</surname>
  <given-names>Josquin</given-names>

  <surname>Lapeyre</surname>
  <given-names>Kenneth Pritchard Carnu</given-names>

  <surname>Ben Gurion</surname>
  <given-names>David</given-names>

  <surname>de la Mare</surname>
  <given-names>Walter John</given-names>
            
  <surname>Toulouse-Lautrec-Monfa, de</surname>
  <given-names>Henri Marie Raymond</given-names>

Conversion Note: The <name> element is one of the few elements in this Tag Set to require a specific element sequence. The idea was that names would be converted to this sequence during import conversion, allowing a publisher or archive to regularize the names in their repository, since names are frequently critical search items. However, that leaves the case of names where the component parts are not in the required order. If the name parts are unknown or untagged in the input to be converted, or if the name would require complex conversion processing, for example, “His Royal Highness The Prince Charles, Prince of Wales and Earl of Chester”, there are several options. The whole name can be put within the element <string-name> where that element is allowed (for example, within a bibliographic reference):

<string-name>His Royal Highness The Prince Charles,
  Prince of Wales and Earl of Chester </string-name>
  

Since the <string-name> element permits the tagging of name parts within it, “Charles” could be tagged as a <given-names> element and the <prefix> and <suffix> element used to tag the remainder, but such tagging is likely to be rare.

If the complexity is less or the element <string-name> is not allowed in the context, the entire name can be placed into the <surname> element. For example:

<surname>Prince Charles</surname>

Attribute

initials Initials of Given Names

Content Model

<!ELEMENT  surname      (#PCDATA %surname-elements;)*                >

Expanded Content Model

(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | hr | bold | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | alternatives | inline-graphic | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | x)*

Description

Any combination of:

This element may be contained in:

<name>, <speaker>, <string-name>

Example

...
<article-meta>
<title-group>
<article-title>Systematic review of day hospital 
care for elderly people</article-title>
</title-group>
<contrib-group>
<contrib contrib-type="author">
<name><surname>Forster</surname>
<given-names>Anne Williams</given-names>
</name>
<role>research physiotherapist</role>
<aff id="StLukes">Department of Health Care
for the Elderly, St Luke&#x2019;s Hospital, Bradford BD5 
0NA</aff>
<aff id="RoyalInf">
Academic Section of Geriatric Medicine, Royal Infirmary, Glasgow 
G4 0SF</aff>
</contrib>
...
</contrib-group>
<permissions>
<copyright-statement>Copyright &#x00A9; 1999, British 
Medical Journal</copyright-statement>
<copyright-year>1999</copyright-year>
<copyright-holder>British Medical Journal</copyright-holder>
</permissions>
<abstract>
<p>To examine the effectiveness of day hospital attendance 
in prolonging independent living for elderly people.</p>
</abstract>
</article-meta>
... 

Module

common3.ent