<date-in-citation> Date in Citation (in a citation)

A container element for any date that may be referenced in a citation, other than the publication date of the cited work. The @content-type attribute should be used to identify the purpose/type of date.

Usage/Remarks

For example, if the <date-in-citation> element contains the date on which a contributor examined the cited work, the attribute might be “access-date”. Some online resources are changing so quickly that a citation to the resource is not complete without the date on which the cited resource was examined, since a day before or a day later the relevant material might be different. This element can be used to record such an access date.
Attributes

Base Attributes

Models and Context
May be contained in
Model Description
Tagged Samples
Copyright date in citation
...
<ref>
 <label>...</label>
 <mixed-citation publication-type="report"
  ><person-group
   ><string-name><given-names>David</given-names>  
    <surname>Bearman</surname></string-name></person-group>. 
  <source>NISO/CLIR/RLG Technical Metadata for 
   Images Workshop, April 18-19, 1999</source> [Report]. 
  <publisher-loc>Bethesda, MD</publisher-loc>: 
  <publisher-name>National Information Standards 
   Organization</publisher-name>; 
  c<date-in-citation content-type="copyright" 
     iso-8601-date="1999">1999</date-in-citation></mixed-citation>
</ref>
...
Access date in citation
...
<ref>
 <mixed-citation publication-type="online" publication-format="online"
  ><person-group person-group-type="author"
   ><string-name><surname>Kreinovich</surname>, 
    <given-names>V.</given-names></string-name></person-group>, 
  &#x201C;<article-title>Interval computations web 
   site</article-title>,&#x201D; accessed 
  <date-in-citation content-type="access-date"><month>August</month> 
   <day>28</day>, <year>2014</year></date-in-citation>, 
  <uri>http://cs.utep.edu/interval-comp</uri>.</mixed-citation>
</ref>
...