<string-date>

Date as a String

Date represented as text.

Remarks

This element is typically used for dates for which months and years are not given (for example, “In apple blossom time”). While the <string-date> element may also be used for any date that is represented as a sequence of characters (i.e., “January, 2001”, “Fall 2001”, “March 11, 2001”), it is best practice, when possible, to tag the year, month, and/or day as numbers, so “January, 2001” would become:

  <month>01</month>
  <year>2001</year>
  

This Tag Set allows <string-date> both inside <date> and at the same level as <date>. This flexibility enables preservation of nearly any publisher’s structure.

Attributes

calendar Calendar
content-type Type of Content
id Document Internal Identifier
iso-8601-date ISO-8601 Formatted Date
specific-use Specific Use
xml:base Base
xml:lang Language

Content Model

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

Expanded Content Model

(#PCDATA | day | era | month | season | year)*

Description

Any combination of:

This element may be contained in:

<element-citation>, <mixed-citation>

Module

JATS-common1.ent