<given-names>

Given (First) Names

All given names of a person, such as the first name, middle names, maiden name if used as part of the married name, etc.; for example, in the name “John Q. Delancey Public”, the <given-names> would be “John Q. Delancey” and the <surname> would be “Public”.

Remarks

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>

Attribute

initials Initials of Given Names

Content Model

<!ELEMENT  given-names  (#PCDATA %given-names-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 1

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

...
<ref>
<element-citation publication-type="journal" publication-format="print">
<name><surname>Llanos De La Torre Quiralte</surname>
<given-names>M</given-names></name>
<name><surname>Garijo Ayestaran</surname>
<given-names>M</given-names></name>
<name><surname>Poch Olive</surname>
<given-names>ML</given-names></name>
<article-title xml:lang="es">Evolucion de la mortalidad
infantil de La Rioja (1980-1998)</article-title>
<trans-title xml:lang="en">Evolution of the infant
mortality rate in la Rioja in Spain
(1980-1998)</trans-title>
<source>An Esp Pediatr</source>
<year>2001</year>
<month>Nov</month>
<volume>55</volume>
<issue>5</issue>
<fpage>413</fpage>
<lpage>420</lpage>
<comment>Figura 3, Tendencia de mortalidad infantil
[Figure 3, Trends in infant mortality]; p. 418.
Spanish</comment>
</element-citation>
</ref>
...


Example 2

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

...
<ref>
<mixed-citation publication-type="journal" publication-format="print">
<string-name><surname>Llanos De La Torre Quiralte</surname>
<given-names>M</given-names></string-name>,
<string-name><surname>Garijo Ayestaran</surname>
<given-names>M</given-names></string-name>,
<string-name><surname>Poch Olive</surname>
<given-names>ML</given-names></string-name>.
<article-title xml:lang="es">Evolucion de la mortalidad
infantil de La Rioja (1980-1998)</article-title>
[<trans-title xml:lang="en">Evolution of the infant
mortality rate in la Rioja in Spain
(1980-1998)</trans-title>].
<source>An Esp Pediatr</source>. <year>2001</year>
<month>Nov</month>;<volume>55</volume>(<issue>5</issue>):
<fpage>413</fpage>-<lpage>420</lpage>. Figura 3, Tendencia
de mortalidad infantil [Figure 3, Trends in infant
mortality]; p. 418. Spanish.</mixed-citation>
</ref>
...


Example 3

...
<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