<series>
Series (シリーズ)
文献書誌または製品情報内にあるジャーナルまたは書籍に関するシリーズ情報。
備考
“series” という語は、2 つの全く異なる意味に用いられます。要素 <series> は、その意味の1つのみに使用され、<series-text> と <series-title> の2つの要素は、他の意味に対してのみ使用されます。
- <series> は引用情報要素 (<element-citation>、<mixed-citation>、<related-article>、<related-object>、<product>) の中で、シリーズとして発行されたものの一部である出版物を記述するために用います。たとえば、出版者は、看護の歴史、現在の看護実践、看護教育、その他看護職の職業的経験などを含む、“Nursing References Series” を発行することがあります。<series> 要素は、“Nursing References Series” の情報を記述するために用いられます。
- <series-text> と <series-title> は 1 つの号、または複数の号にまたがる、類似の記事のコレクションを記述するために用います。たとえば、あるジャーナルのある号が、特定のシリーズに属する多数の会議記事 (<series-title>Colloquium</series-title> という表題を各記事のメタデータに持つ) を掲載することがあります。複数の号にまたがるそのようなシリーズの例としては、PNAS の “Inaugural Article” があります。新しく選出された National Academy of Sciences の会員の記事はすべて同じシリーズに属しますが、ジャーナルの異なった号に掲載されます。
コンテンツ・モデル
<!ELEMENT series (#PCDATA %series-elements;)* >
拡張コンテンツ・モデル
(#PCDATA | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | sub | sup | named-content | styled-content)*
記述方法
以下のあらゆる組合せ:
- 文字、数字または特殊文字
- 強調要素
- 基準線変更要素
- <named-content> (名前付特別 (主題) コンテンツ)
- <styled-content> (装飾された特別(主題)コンテンツ)
この要素は以下の要素内に含むことができます:
用例 1
要素型文献書誌 (句読点と空白が除去された) の中で:
...
<ref>
<element-citation publication-type="book" publication-format="print">
<person-group person-group-type="compiler">
<name><surname>Mullner</surname>
<given-names>RM</given-names></name>
<name><surname>Jewell</surname>
<given-names>M</given-names></name>
</person-group>
<source>A bibliography of recent works on
home health care</source>
<publisher-loc>Lewiston (NY)</publisher-loc>
<publisher-name>Edwin Mellen Press</publisher-name>
<date-in-citation content-type="copyright-year"
iso-8601-date="2000">2000</date-in-citation>
<size units="pages">184 p</size>
<series>Studies in health and human services; vol.
37</series>
</element-citation>
</ref>
...
用例 2
混在型文献書誌 (句読点と空白が保持された) の中で:
...
<ref>
<mixed-citation publication-type="book" publication-format="print">
<string-name><surname>Mullner</surname>,
<given-names>RM</given-names></string-name>,
<string-name><surname>Jewell</surname>,
<given-names>M</given-names></string-name>, compilers.
<source>A bibliography of recent works on home
health care</source>. <publisher-loc>Lewiston
(NY)</publisher-loc>: <publisher-name>Edwin
Mellen Press</publisher-name>;
©<date-in-citation content-type="copyright-year"
iso-8601-date="2000">2000</date-in-citation>.
<size units="pages">184 p</size>. (<series>Studies
in health and human services; vol. 37</series>).
</mixed-citation>
</ref>
...