<time-stamp> Time Stamp for Cited Work

This element is deprecated. Avoid using it; use <date-in-citation>.

Usage/Remarks

This element is an artifact, now used only within the <nlm-citation> element, which is deprecated. Use of this element is therefore also deprecated.
The <time-stamp> element has been replaced by the element <date-in-citation> with a @content-type attribute with a value of “time-stamp”. Such a <date-in-citation> element can be used to record any time stamp that was found on the cited resource when it was examined, for resources such as databases that may use a time signature to identify different versions.
Related Elements
Use <date-in-citation> to record information such as this inside an <element-citation> or <mixed-citation>.
Attributes

Base Attributes

Models and Context
May be contained in
Description
Text, numbers, or special characters, zero or more
Content Model
<!ELEMENT  time-stamp   (#PCDATA %time-stamp-elements;)*             >
Expanded Content Model

(#PCDATA)*

Tagged Sample

In <nlm-citation>

<time-stamp> is deprecated; use <date-in-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>
...