<size>

Size

The size (such as running time, page count, or physical dimensions) of an object, such as a product (software package, video, audio book, hardware component, etc.) that is being reviewed

The @units attribute must be used to name the unit of measure (minutes, hours, linear feet, pages, etc.).

Remarks

For a detailed discussion on the use of <size>, see Length and Size.

Best Practice: In the metadata for an article, the element <page-count> records the number of pages in a print article, and the <page-range> records additional page information such as discontinuous ranges. In the description of a <product>, number of pages should be recorded using the <size> element, which can also be used for running time and other measurements of size/length. Thus, best practice does not use <page-count> inside <product>.

Attribute

units Units

Content Model

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

Expanded Content Model

(#PCDATA)*

Description

Text, numbers, or special characters, zero or more

This element may be contained in:

<element-citation>, <mixed-citation>, <product>, <related-article>, <related-object>

Example 1

In an element-style bibliographic reference (punctuation and spacing removed):

...
<ref>
<element-citation publication-type="report">
<name><surname>Doebler</surname>
<given-names>JA</given-names></name>
<source>Autoradiographic localization of
[<sup>125</sup>I]-ricin in lungs and trachea of
mice following an aerosol inhalation exposure</source>
<publisher-loc>Aberdeen Proving Ground (MD)</publisher-loc>
<publisher-name>Army Medical Research Institute of
Chemical Defense (US)</publisher-name>
<year>1996</year>
<size units="page">8 p</size>
<gov>Report No.: USAMRICD-TR-96-03</gov>
</element-citation>
</ref>
...


Example 2

In a mixed-style bibliographic reference (punctuation and spacing preserved):

...
<ref>
<mixed-citation publication-type="report">
<string-name><surname>Doebler</surname>
<given-names>JA</given-names></string-name>.
<source>Autoradiographic localization of
[<sup>125</sup>I]-ricin in lungs and trachea of
mice following an aerosol inhalation exposure</source>.
<publisher-loc>Aberdeen Proving Ground
(MD)</publisher-loc>: <publisher-name>Army Medical
Research Institute of Chemical Defense
(US)</publisher-name>; <year>1996</year>.
<size units="page">8 p</size>. <gov>Report No.:
USAMRICD-TR-96-03</gov>.</mixed-citation>
</ref>
...


Module

common3.ent