<price>

Price

Sale price of a work, typically a book or software package identified by a <product> element and being reviewed.

Remarks

When it occurs within <license-p>, this element may specify any kind of price; the meaning should be specified by the accompanying paragraph text.

Attributes

content-type Type of Content
currency Currency

Content Model

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

Expanded Content Model

(#PCDATA | bold | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end)*

Description

Any combination of:

This element may be contained in:

<license-p>, <product>

Example 1

...
<book-meta>
...
<permissions>
<copyright-statement></copyright-statement>
<license license-type="ccc">
<license-p>0003-6951/2006/88(5)/051101/3/<price>$23.00</price></license-p>
</license>
</permissions>
<abstract>...</abstract>
</book-meta>
...

Example 2

...
<ref-list>
...
<ref>
<note>
<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>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>
</note>
</ref>
</ref-list>
...

Module

common3.ent