<source>

Source (出典)

文献書誌または製品情報内で引用されている資料を包含する (の出典である) 文書(例えばジャーナル、書籍、会議録)の表題。

関連要素

引用文献中での使用: 参考文献 (<element-citation> または <mixed-citation>) 中では、<source> 要素はジャーナル、書籍、報告書、会議録など、参照されている出版物の表題です。ジャーナルの引用文献では、記事の標題は、<article-title> でタグ付けします。書籍の章が引用されている場合、その章の標題は <chapter-title> でタグ付けされ、書籍の完全な表題は <source> でタグ付けします。

属性

コンテンツ・モデル

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

拡張コンテンツ・モデル

(#PCDATA | email | ext-link | uri | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | named-content | styled-content | sub | sup)*

記述方法

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

用例 1

文献書誌 (句読点と空白が除去された) の中でのジャーナル誌名:
...
<ref id="B8">
<label>8</label>
<element-citation publication-type="journal">
<person-group person-group-type="author">
<name><surname>Weissert</surname>
<given-names>W</given-names></name>
<name><surname>Wan</surname>
<given-names>T</given-names></name>
<name><surname>Livieratos</surname>
<given-names>B</given-names></name>
<name><surname>Katz</surname>
<given-names>S</given-names></name>
</person-group>
<article-title>Effects and costs of day-care
services for the chronically ill: a randomized
experiment</article-title>
<source>Medical Care</source>
<year iso-8601-date="1980">1980</year>
<volume>18</volume>
<fpage>567</fpage>
<lpage>584</lpage>
<pub-id pub-id-type="pmid">6772889</pub-id>
</element-citation>
</ref>
...

用例 2

文献書誌 (句読点と空白が保持された) の中でのジャーナル誌名:
...
<ref id="B8">
<label>8</label>
<mixed-citation publication-type="journal">
<string-name><surname>Weissert</surname>,
<given-names>W</given-names></string-name>,
<string-name><surname>Wan</surname>,
<given-names>T</given-names></string-name>,
<string-name><surname>Livieratos</surname>,
<given-names>B</given-names></string-name>,
<string-name><surname>Katz</surname>,
<given-names>S</given-names></string-name>.
<article-title>Effects and costs of day-care
services for the chronically ill: a randomized
experiment</article-title>. <source>Medical Care</source>
<year iso-8601-date="1980">1980</year>; <volume>18</volume>:
<fpage>567</fpage>&ndash;<lpage>584</lpage>.
[<pub-id pub-id-type="pmid">6772889</pub-id>].
</mixed-citation>
</ref>
...

用例 3

文献書誌 (句読点と空白が除去された) の中での書籍表題:
...
<ref id="B1">
<element-citation publication-type="book">
<collab>Research Unit of the Royal College of 
Physicians and British Geriatric Society</collab>
<source>Geriatric day hospitals: their role
and guidelines for good practice</source>
<year iso-8601-date="1994">1994</year>
<publisher-loc>London</publisher-loc>
<publisher-name>RCP</publisher-name>
</element-citation>
</ref>
...

用例 4

文献書誌 (句読点と空白が保持された) の中での書籍表題:
...
<ref id="B1">
<label>1</label>
<mixed-citation publication-type="book">
<collab>Research Unit of the Royal College of Physicians
and British Geriatric Society</collab>.
<source>Geriatric day hospitals: their role and guidelines
for good practice</source>. <publisher-loc>London</publisher-loc>:
<publisher-name>RCP</publisher-name>;
<year iso-8601-date="1994">1994</year>.
</mixed-citation>
</ref>
...

用例 5

製品情報の説明の一部として:
...  
<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>
...