Container element for the component elements of personal names, such as a <surname>.
Related Essay: For a discussion on the use of <name>, see Personal Names in Citations.
Best Practice: If the name parts are unknown or untagged, the whole name can be placed
<!ELEMENT name ( ( (surname, given-names?) | given-names), prefix?, suffix?) >
(((surname, given-names?) | given-names), prefix?, suffix?)
The following, in order:
<contrib>, <element-citation>, <mixed-citation>, <name-alternatives>, <person-group>, <principal-award-recipient>, <principal-investigator>, <product>, <related-article>, <related-object>
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 iso-8601-date="2001-11">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> ...
... <article-meta> <article-id pub-id-type="pmid">...</article-id> <title-group>...</title-group> <contrib-group> <contrib contrib-type="author"> <name><surname>Forster</surname> <given-names>Anne Williams</given-names> </name> <role>research physiotherapist</role> <xref ref-type="aff" rid="StLukes"/> </contrib> <contrib contrib-type="author"> <name><surname>Young</surname> <given-names>John G.</given-names></name> <role>consultant physician</role> <xref ref-type="aff" rid="RoyalInf"/> <author-comment><p>on behalf of the Day Hospital Group</p></author-comment> </contrib> </contrib-group> <aff id="StLukes">Department of Health Care for the Elderly, St Luke’s Hospital, Bradford BD5 0NA</aff> <aff id="RoyalInf">Academic Section of Geriatric Medicine, Royal Infirmary, Glasgow G4 0SF</aff> <pub-date pub-type="pub" iso-8601-date="1999-03-27"> ...</pub-date> ... </article-meta> ...
JATS-common1.ent