<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 the 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> element 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 | bold | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | named-content | styled-content | sub | sup)*

Description

Any combination of:

This element may be contained in:

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

Example 1

In article meta-data

...
<book-meta>
<book-id pub-id-type="other">handbook</book-id>
<book-title-group>
<book-title>The NCBI Handbook</book-title>
</book-title-group>
<contrib-group>
<contrib contrib-type="editor" rid="bid.m.1">
<name><surname>McEntyre</surname>
<given-names>Jo</given-names></name>
</contrib>
<contrib contrib-type="editor" rid="bid.m.1">
<name><surname>Ostell</surname>
<given-names>Jim</given-names></name>
</contrib>
</contrib-group>
<aff id="bid.m.1">
<institution>National Center for Biotechnology Information
(NCBI), National Library of Medicine, National Institutes
of Health</institution>,
<addr-line>Bethesda, MD 20892-6510</addr-line>
</aff>
<publisher>...</publisher>
<pub-date><month>11</month><year>2002</year></pub-date>
...
</book-meta>...

Example 2

In an element-style bibliographic reference (punctuation and spacing removed):

...<ref-list>
<title>References</title>
<ref id="bid.41">
<label>1</label>
<element-citation>
<person-group>
<name><surname>Olson</surname><given-names>M</given-names></name>
...
</person-group>
<article-title>A common language for physical mapping
of the human genome</article-title>
<source>Science</source>
<year>1989</year>
<volume>245</volume>
<issue>4925</issue>
<fpage>1434</fpage>
<lpage>1435</lpage>
<pub-id pub-id-type="pmid">2781285</pub-id>
</element-citation>
</ref>
<ref>...</ref>
</ref-list>...

Example 3

In a mixed-style bibliographic reference (punctuation and spacing preserved):

...<ref-list>
<title>References</title>
<ref id="B8"><label>8. </label> 
<mixed-citation>
<string-name><surname>Weissert</surname>, 
<given-names>W</given-names></string-name>, 
<string-name><surname>Livieratos</surname>, 
<given-names>B</given-names>
</string-name>. <article-title>Effects and costs of 
day-care services for the chronically ill: a randomized 
experiment</article-title>. <source>Medical Care</source>:
<year>1980</year>; <volume>18</volume>;
<fpage>567</fpage>&ndash;<lpage>584</lpage>.
<pub-id pub-id-type="publisher-id">WES-6772889</pub-id>.
</mixed-citation>
</ref>
<ref>...</ref>
</ref-list>
  ...

Module

common3.ent