<price>

Price

Sale price or licensing fees of a work.

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 Model

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

Expanded Content Model

(#PCDATA | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby)*

Description

This element may be contained in:

Example

In a product description:
...  
<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>
...