◇◆
<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.
Models and Context
May be contained in
Description
Any combination of:
- Text, numbers, or special characters
- <day> Day (in a citation)
- <era> Era (in a citation)
- <month> Month (in a citation)
- <season> Season (in a citation)
- <year> Year
Content Model
<!ELEMENT date-in-citation (#PCDATA %date-in-citation-elements;)* >
Expanded Content Model
(#PCDATA | day | era | month | season | year)*
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>,
“<article-title>Interval computations web
site</article-title>,” 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>
...