<size>

Size (サイズ)

文献書誌または製品情報内で説明されている出典またはオブジェクトのサイズ。測定単位 (例: 分、時間、リニアフィート、ページ) を表すには @units 属性の使用が必要です。

備考

関連記述: <size> の使用法については、Length and Size を参照してください。
推奨用法: 記事メタデータの中では、要素 <page-count> が冊子体のページ数を、<page-range> が連続していないページ範囲など追加の情報を記録します。<product> の中では、ページ数情報は <size> 要素で記録します。この要素は、演奏時間やその他のサイズや長さのためにも用いられます。要素 <page-count> は、<product> の中では使用できません。

属性

コンテンツ・モデル

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

拡張コンテンツ・モデル

(#PCDATA)*

記述方法

ゼロまたは 1 個以上の文字、数字または特殊文字

この要素は以下の要素内に含むことができます:

用例 1

要素型文献書誌 (句読点と空白が除去された) の中で:
...
<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 iso-8601-date="1996">1996</year>
<size units="pages">8 p</size>
<gov>Report No.: USAMRICD-TR-96-03</gov>
</element-citation>
</ref>
...

用例 2

混在型文献書誌 (句読点と空白が保持された) の中で:
...
<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 iso-8601-date="1996">1996</year>.
<size units="pages">8 p</size>. <gov>Report No.:
USAMRICD-TR-96-03</gov>.</mixed-citation>
</ref>
...

用例 3

メディア・オブジェクトに対して:
...
<ref id="B7">
<element-citation publication-type="film">
<person-group>
<name><surname>Williams</surname>
<given-names>Dorothy Jean</given-names></name>
<role>Director and Cinematographer</role>
</person-group>
<source>Gone with the Mind</source>
<size specific-use="running time"
units="minutes">95 minutes</size>
...</element-citation>
</ref>
...