<product>

Product Information

Container element for the metadata concerning one product (for example, a book, software package, website, or hardware component) discussed within a note (<note>) within a book or book part.

Remarks

This element is a holdover from the NISO JATS, in which the <product> element is typically used to describe an item such as a book or software package that is being reviewed. This element is expected to be very rare in books.

Attributes

Content Model

<!ELEMENT  product      (#PCDATA %product-elements;)*                >

Expanded Content Model

(#PCDATA | inline-supplementary-material | related-article | related-object | hr | break | string-date | bold | fixed-case | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | serif | strike | underline | underline-start | underline-end | ruby | alternatives | inline-graphic | private-char | chem-struct | inline-formula | label | tex-math | mml:math | abbrev | index-term | index-term-range-end | milestone-end | milestone-start | named-content | styled-content | price | annotation | article-title | chapter-title | collab | collab-alternatives | comment | conf-acronym | conf-date | conf-loc | conf-name | conf-sponsor | data-title | date | date-in-citation | day | edition | email | elocation-id | etal | ext-link | fpage | gov | institution | institution-wrap | isbn | issn | issn-l | issue | issue-id | issue-part | issue-title | lpage | month | name | name-alternatives | object-id | page-range | part-title | patent | person-group | pub-id | publisher-loc | publisher-name | role | season | series | size | source | std | string-name | supplement | trans-source | trans-title | uri | version | volume | volume-id | volume-series | year | fn | target | xref | sub | sup | x)*

Description

Any combination of:

This element may be contained in:

Example 1

    ...
<product>
<name><surname>Lapeyre</surname>
<given-names>Deborah A.</given-names></name>
<name><surname>Usdin</surname>
<given-names>B. Tommie</given-names></name>
<source>Wildflowers of the Washington Area</source>
<year iso-8601-date="2002">2002</year>
<publisher-name>Lippman, Ltd.</publisher-name>
<publisher-loc>Bethesda, MD</publisher-loc>
<isbn>0-23-8675-309</isbn>, includes a CD-ROM,
<price>$19.95</price> (Used 12.50 when available)
</product>
...   

Example 2

...
<product>
<source>Image-Guided Radiation Therapy in Lymphoma Management. 
The Increasing Role of Functional Imaging</source>. 
<name name-style="western"><surname>Macklis</surname>
<given-names>R. M.</given-names></name>
<name name-style="western"><surname>Conti</surname>
<given-names>P. S.</given-names></name>
<publisher-name>Informa Healthcare</publisher-name>, 
Essex, United Kingdom, 2010, Price: <price>$324.00</price>. 
ISBN: <isbn>9781420058741</isbn>, 80 p. (hardcover)
</product>
...