<date-in-citation>
Date within a Citation (引用文献内日付)
参考文献内で使用されている発行日でない日付。廃止予定の要素 <access-date> と <time-stamp> に代わるもの.
備考
<date-in-citation> 要素は、発行日を記録するために使用するものではありません。発行日を記録するには、特定の日付要素 <year> や <month> または複合的な発行日付要素 <date> の組み合わせで表します。The <date-in-citation> 要素は、閲覧日、著作権日、特許出願日、またはその研究が頻繁な更新の流れのどこで発行されたかを示すタイムスタンプなどの、発行日以外の日付を記録するために使用する必要があります。
属性
コンテンツ・モデル
<!ELEMENT date-in-citation (#PCDATA %date-in-citation-elements;)* >
拡張コンテンツ・モデル
(#PCDATA | day | era | month | season | year)*
この要素は以下の要素内に含むことができます:
用例 1
要素型文献書誌 (句読点と空白が除去された) の中で:
... <ref> <element-citation publication-type="book" publication-format="web"> <source>Fact sheet: AIDS information resources</source> <comment>[Internet]</comment> <publisher-loc>Bethesda (MD)</publisher-loc> <publisher-name>National Library of Medicine (US)</publisher-name> <year iso-8601-date="2003-05-02">2003</year> <month>May</month> <day>2</day> <date-in-citation content-type="updated" iso-8601-date="2005-07-14">updated 2005 Jul 14</date-in-citation> <date-in-citation content-type="access-date" iso-8601-date="2006-11-15">cited 2006 Nov 15</date-in-citation> <size units="screens">[about 3 screens]</size> <comment>Available from: <uri>http://www.nlm.nih.gov/pubs/factsheets/aidsinfs.html</uri> </comment> </element-citation> </ref> ...
用例 2
混在型文献書誌 (句読点と空白が保持された) の中で:
... <ref> <mixed-citation publication-type="book" publication-format="web"> <source>Fact sheet: AIDS information resources</source> [Internet]. <publisher-loc>Bethesda (MD)</publisher-loc>: <publisher-name>National Library of Medicine (US)</publisher-name>; <year iso-8601-date="2003-05-02">2003</year> <month>May</month> <day>2</day> [updated <date-in-citation content-type="updated" iso-8601-date="2005-07-14">2005 Jul 14</date-in-citation>; cited <date-in-citation content-type="access-date" iso-8601-date="2006-11-15">2006 Nov 15</date-in-citation>]. <size units="screens">[about 3 screens]</size>. Available from: <uri>http://www.nlm.nih.gov/pubs/factsheets/aidsinfs.html</uri>. </mixed-citation> </ref> ...