◇◆
<season> Season
Season of publication (for example, Spring, Third Quarter).
Usage/Remarks
This element is used inside book, book part, and collection metadata elements as well
as
inside bibliographic references (<element-citation> or <mixed-citation>) and other referencing elements such as <related-object>.
Models and Context
May be contained in
Description
Text, numbers, or special characters
Content Model
<!ELEMENT season (#PCDATA) >
Tagged Sample
In citations
Mixed citation
...
<ref>
<mixed-citation>
<person-group person-group-type="author">
<string-name><surname>Shneiderman</surname>
<given-names>B</given-names></string-name>
</person-group>. <article-title>Designing
information-abundant web sites: issues and
recommendations</article-title>.
<source>Web Developers' Journal</source>
<year iso-8601-date="1997">1997</year> <season>Summer</season>;
<volume>47</volume>(<issue>1</issue>)
<issue-title>World Wide Web Usability</issue-title>:
<page-range>100–101, 105, 107–120</page-range>.
<fpage>100</fpage><lpage>120</lpage>
</mixed-citation>
</ref>
...
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 Resources
For a discussion on the use of
<season>, see Dates in Citations.