◇◆
<volume-issue-group> Volume Issue Grouping
A grouping element to hold related volume and issue elements.
Attributes
Multi-lang Attributes
Models and Context
May be contained in
Description
The following, in order:
- <volume> Volume Number, zero or more
- <volume-id> Volume Identifier, zero or more
- <volume-series> Volume Series, zero or one
- <issue> Issue Number, zero or more
- <issue-id> Issue Identifier, zero or more
- <issue-title> Issue Title, zero or more
- <issue-title-group> Issue Title Group, zero or more
- <issue-sponsor> Issue Sponsor, zero or more
- <issue-part> Issue Part, zero or one
Content Model
<!ELEMENT volume-issue-group %volume-issue-group-model; >
Expanded Content Model
(volume*, volume-id*, volume-series?, issue*, issue-id*, issue-title*, issue-title-group*, issue-sponsor*, issue-part?)
Tagged Samples
Two volume numbers
Journal with both a regular publication volume number and a second volume number
(differentiated by a @content-type attribute) identifying, for example, the volume from the beginning of the publication
of a series or other parallel numbering scheme
... <front> <journal-meta> ... <journal-title-group> <journal-title>The Hospital</journal-title> <journal-subtitle>A Journal of The Medical Sciences and Hospital Administration</journal-subtitle> </journal-title-group> ... </journal-meta> <article-meta> <title-group>...</title-group> <pub-date iso-8601-date="1907-04-06"> <day>6</day><month>April</month><year>1907</year> </pub-date> <volume-issue-group content-type="new-series"> <volume>1</volume> <issue>1</issue> </volume-issue-group> <volume-issue-group content-type="publication"> <volume>XLII</volume> <issue>1073</issue> </volume-issue-group> ... </article-meta> </front> ...
Article in two consecutive volumes
... <article-meta> <article-id pub-id-type="doi">10.2307/40784090</article-id> <title-group> <article-title>They Were Hard to Kill, Those Places</article-title> </title-group> <contrib-group>...</contrib-group> <pub-date iso-8601-date="2006"> <season>Spring</season> <year>2006</year> </pub-date> <volume>51/52</volume> <volume-issue-group> <volume>51</volume> <issue>4</issue> </volume-issue-group> <volume-issue-group> <volume>52</volume> <issue>1</issue> </volume-issue-group> <fpage>156</fpage> <self-uri xlink:href="http://www.jstor.org/stable/40784090"> http://www.jstor.org/stable/40784090</self-uri> </article-meta> ...