<season> Season

Season of publication (for example, Spring, Third Quarter).

Usage/Remarks

This element can be used in both the article metadata and inside a bibliographic reference (<element-citation> or <mixed-citation>, and similar).
Related Elements
Within citations (<element-citation> and <mixed-citation>), this element names a season of the year, typically for the publication date of the cited source. The elements <year>, <date>, <day>, <month>, and <season> may all be used to describe a date in a citation, both publication dates and other dates. Other dates inside a citation, such as a copyright date, the date on which the author accessed the resource, or a withdrawal date, should be tagged using <date-in-citation> with the @content-type attribute used to name the type of date (copyright, access-date, time-stamp, etc.).
Attributes

Base Attributes

Models and Context
May be contained in
Description
Text, numbers, or special characters
Content Model
<!ELEMENT  season       (#PCDATA)                                    >
Tagged Sample

Element citation

...
<ref>
 <element-citation>
  <person-group person-group-type="author">
   <name><surname>Shneiderman</surname>
    <given-names>B.</given-names></name>
  </person-group>
  <article-title>Designing information-abundant web
   sites: issues and recommendations</article-title>
  <source>Web Developers' Journal</source>
  <volume>47</volume>
  <issue>1</issue>
  <issue-title>World Wide Web Usability</issue-title>
  <fpage>100</fpage>
  <lpage>120</lpage>
  <page-range>100-101, 105, 107-120</page-range>
  <season>Summer</season>
  <year iso-8601-date="1997">1997</year>
 </element-citation>
</ref>
...
Related Resource
For a discussion on the use of <season>, see Dates in Citations.