<person-group>

Person Group for a Cited Publication

Container element for one or more authors, editors, translators, etc., that are named in a cited reference

Remarks

For a detailed discussion on the use of <person-group>, see Personal Names in Citations.

This element may be used in bibliographic references (<element-citation> and <mixed-citation>).

Attributes

id Identifier
person-group-type Type of People in the Person Group

Content Model

<!ELEMENT  person-group %person-group-model;                         >

Expanded Content Model

(anonymous | collab | name | aff | etal | string-name)*

Description

Any combination of:

This element may be contained in:

<element-citation>, <mixed-citation>, <nlm-citation>, <product>, <related-article>, <related-object>

Example 1

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

...
<ref-list>
...
<ref>
<element-citation publisher-type="gov">
<person-group person-group-type="author">
<name><surname>Norman</surname> 
<given-names>John C</given-names></name> 
<aff>Texas Heart Institute, Houston, TX</aff>
</person-group>
<gov>Report No.: NIH-N01-HV-5-3006-4-VI. Contract No.
N01-HV-5-3006</gov>
<source>ALVAD: 1980. A comprehensive final report to NHLI</source>
<volume>1</volume>
<publisher-loc>Bethesda (MD)</publisher-loc>
<publisher-name>National Institutes of Health, National Heart and Lung
Institute, Devices and Services Branch</publisher-name>
<month>01</month>
<year>1980</year>
<size units="page">340"</size>
<comment>Available from: NTIS, Springfield, VA;
PB80-148810</comment>
</element-citation>
</ref>
</ref-list>...

Example 2

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

...
<ref-list>
...
<ref>
<mixed-citation publisher-type="gov">
<person-group person-group-type="author">
<string-name><surname>Norman</surname>, 
<given-names>John C</given-names></string-name>
<aff>Texas Heart Institute, Houston, TX</aff>
</person-group>.
<gov>Report No.: NIH-N01-HV-5-3006-4-VI. Contract No.
N01-HV-5-3006</gov>.
<source>ALVAD: 1980. A comprehensive final report to NHLI</source>.
Vol. <volume>1</volume>.
<publisher-loc>Bethesda (MD)</publisher-loc>:
<publisher-name>National Institutes of Health, National Heart and Lung
Institute, Devices and Services Branch</publisher-name>;
<month>01</month> <year>1980</year>.
<size units="page">340"</size>
<comment>Available from: NTIS, Springfield, VA;
PB80-148810</comment>.
</mixed-citation>
</ref>
</ref-list>...

Module

references3.ent