<price> Price

Sale price or licensing fees of a work.
Attributes

Base Attributes

Models and Context
May be contained in
Description
Content Model
<!ELEMENT  price        (#PCDATA %price-elements;)*                  >
Expanded Content Model

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

Tagged Samples
Licensing
...
<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>
...
<product> description
...
<product>
 <string-name><surname>Lapeyre</surname>, 
 <given-names>Deborah A.</given-names></string-name> 
 and <string-name><surname>Usdin</surname>, 
 <given-names>B. Tommie</given-names></string-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>
...
...
<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>
...