<product>

Product Information

Used as a container element for metadata about a product (such as a book, software package, hardware component, website, etc.) that is being reviewed

Attributes

id Identifier
product-type Type of Product
xlink:actuate Actuating the Link
xlink:href Href (Linking Mechanism)
xlink:role Role of the Link
xlink:show Showing the Link
xlink:title Title of the Link
xlink:type Type of Link
xmlns:xlink XLink Namespace Declaration

Expanded Content Model

(#PCDATA | isbn | related-article | inline-supplementary-material | hr | break | bold | italic | monospace | overline | roman | sans-serif | sc | strike | underline | object-id | alternatives | inline-graphic | mml:math | price | product | annotation | article-title | chapter-title | comment | day | edition | elocation-id | ext-link | fpage | issue | issue-part | lpage | month | page-range | part-title | person-group | pub-id | publisher-loc | publisher-name | role | season | series | size | source | string-name | supplement | trans-source | trans-title | volume | year | fn | target | xref | sub | sup)*

Description

Any combination of:

This element may be contained in:

<article-meta>, <product>

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

In certain instances, for example when a multivolume set and several of its individual volumes are reviewed at the same time, the <product> is allowed to nest, as shown in the example below.


...
<article-meta>
...
<title-group>
<article-title>A Clear Panorama of Forensic Psychology
and Pscyhotherapy</article-title>
</title-group>
...
<product>
<source>Forensic Psychotherapy: Crime, Psychodynamics and
the Offender Patient</source> <publisher-loc>London</publisher-loc>,
<publisher-name>Kingsley</publisher-name>, <year>1996</year>.
<isbn>1-85302-240-3</isbn> (set); $299.00 set
<product>
<volume>Vol. 1</volume>:
<source>Mainly Theory</source>
<person-group person-group-type="editor">By
<string-name>
<given-names>Christopher</given-names>
<surname>Cordess</surname></string-name> and
<string-name><given-names>Murray</given-names>
<surname>Cox</surname></string-name> <role>(Eds.)</role>
</person-group>
<size units="pages">10028 pp.</size>
ISBN <isbn>1-85302-871-X</isbn>
</product>
<product>
<volume>Vol. 2</volume>:
<source>Mainly Practice</source>
<person-group person-group-type="editor">By
<string-name>
<given-names>Christopher</given-names>
<surname>Cordess</surname></string-name> and
<string-name><given-names>Murray</given-names>
<surname>Cox</surname></string-name> <role> (Eds.)</role>
</person-group>
<size units="pages">10028 pp.</size>
ISBN <isbn>1-85302-372-8</isbn>
</product>
<object-id pub-id-type="doi">10.1037/000378</object-id>
</product>
...
</article-meta>
...

Module

articlemeta3.ent