<time-stamp>

Time Stamp for Cited Work (引用文献のタイムスタンプ)

この要素は廃止予定なので使用を避け、<date-in-citation> を使ってください。

備考

この要素は過去の遺物であり、廃止予定の <nlm-citation> 要素の中だけで使われます。この要素の使用も避けてください。
<time-stamp> 要素は、<date-in-citation> に置き換えられ、@content-type 属性でtime-stamp を指定するようになります。このような <date-in-citation> 要素は、引用された出典に記載されたどのようなタイムスタンプにも使用でき、それがいつ確認されたかを記録することができます。データベースなどでは異なる版を日付署名で区別していることがあります。

関連要素

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

属性

コンテンツ・モデル

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

拡張コンテンツ・モデル

(#PCDATA)*

記述方法

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

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

用例

要素型文献書誌 (句読点と空白が除去された) である <nlm-citation> の中でのみ使用される:
...
<ref>
<nlm-citation publication-type="commun">
<person-group person-group-type="author">
<name><surname>Harris</surname>
<given-names>Pat</given-names></name>
</person-group>
<article-title>New Z39.50 resource [Internet]</article-title>
<source>Message to: Karen Patrias</source>
<year iso-8601-date="1998-02-27T13:18">1998</year>
<month>02</month>
<day>27</day>
<time-stamp>1:18 pm</time-stamp>
<access-date>cited 1998 Feb 28</access-date>
<comment>[about 2 screens]</comment>
</nlm-citation>
</ref>
...