<person-group>

Person Group For a Cited Publication

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

Remarks

The @person-group-type attribute can be used to name the type of contribution, for example “editor”.

Attributes

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

Expanded Content Model

(#PCDATA | anonymous | collab | string-name | aff | etal | role)*

Description

Any combination of:

This element may be contained in:

<mixed-citation>, <product>, <related-article>

Example 1

...
<article-meta>
...
<fpage>139</fpage>
<lpage>144</lpage>
<product>
<source>Polarities of Experience: Relatedness and 
Self-Definition in Personality Development, 
Psychopathology, and the Therapeutic Process</source>.
<person-group>By <string-name>
<given-names>Sidney J.</given-names> <surname>Blatt</surname></string-name>
</person-group> <publisher-loc>Washington, DC</publisher-loc>: 
<publisher-name>American Psychological 
Association</publisher-name>, <year>2008</year>, <size 
units="pages">404 pp</size>. ISBN-13: <isbn>978-1-4-4388-0314-7</isbn>. 
<comment>$69.95. (hardcover)</comment>
</product>
<permissions copyright-status="active">
<copyright-statement>Copyright 2009 by the American Psychological Association</copyright-statement>
<copyright-year>2009</copyright-year>
<copyright-holder>American Psychological Association</copyright-holder>
</permissions>
...
</article-meta>
...

Example 2

<ref-list>
<title>References</title>
<ref>
<mixed-citation id="c1" publication-type="journal">
...</mixed-citation>
</ref>

<ref>
<mixed-citation id="c2" publication-type="journal">
<person-group person-group-type="author">
<string-name><surname>Klimoski</surname>, <given-names>R.</given-names></string-name>,
&amp; <string-name><surname>Palmer</surname>, <given-names>S.</given-names></string-name>
</person-group>
(<year>1993</year>).
<article-title>The ADA and the hiring process in organizations</article-title>.
<source>Consulting Psychology Journal: Practice and Research</source>,
<volume>45</volume>(<issue>2</issue>),
<fpage>10</fpage>-<lpage>36</lpage>.
</mixed-citation>
</ref>

<ref>...</ref>
</ref-list>

Module

references3.ent