<access-date>

Access Date for Cited Work (引用文献へのアクセス日)

この要素は非推奨なので使用しないこと。 <date-in-citation> を使う。

備考

<access-date> 要素は、<date-in-citation> 要素で置き換えられました。@content-type 属性値 “access-date” は、引用された記事が閲覧された日付を記録します。
この要素はアーティファクトであり、現在 <nlm-citation> 要素内でのみ使用されています。この要素は非推奨なので、この要素の使用も推奨されません。
オンラインリソースは急速に変化しているため、引用されたリソースが閲覧された日付がないと、リソースの引用は完全とはいえません。その前日または翌日では該当するリソースが異なっている可能性があります。<date-in-citation> 要素は、このような情報を <mixed-citation> and <element-citation> の中に記録するために使用されるようになりました。

関連要素

<element-citation> or <mixed-citation> の中でこのような情報を記録するには、<date-in-citation> を使用します。

属性

コンテンツ・モデル

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

拡張コンテンツ・モデル

(#PCDATA)*

記述方法

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

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

用例

要素型の文献書誌 (句読点や空白が除去された) である <nlm-citation> においてのみ使用される:
...
<ref>
<nlm-citation publisher-type="book">
<person-group person-group-type="author">
<name>
<surname>Lawrence</surname>
<given-names>Ruth A</given-names>
</name>
</person-group>
<source>A review of the medical benefits and contraindications
to breastfeeding in the United States [Internet]</source>
<year iso-8601-date="1997-10">1997</year>
<month>10</month>
<access-date>cited 2000 Apr 24</access-date>
<publisher-loc>Arlington (VA)</publisher-loc>
<publisher-name>National Center for Education in Maternal
and Child Health</publisher-name>
<fpage>40</fpage>
<comment>Available from:
<ext-link ext-link-type="url" xlink:href="www.ncemch.org/pubs/PDFs/
breastfeedingTIB.pdf">http://www.ncemch.org/pubs/PDFs/
breastfeedingTIB.pdf</ext-link>
</comment>
</nlm-citation>
</ref>
...