<issue-title> Issue Title

Theme or special title for a journal issue.

Usage/Remarks

This element is used (rarely) only within citations and other referencing elements.
Attributes

Base Attributes

Models and Context
May be contained in
Description
Any combination of:
Content Model
<!ELEMENT  issue-title  (#PCDATA %issue-title-elements;)*            >
Expanded Content Model

(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | hr | bold | fixed-case | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | serif | strike | underline | underline-start | underline-end | ruby | alternatives | inline-graphic | inline-media | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | index-term | index-term-range-end | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | x)*

Tagged Sample

In citations

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>
...
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&ndash;101, 105, 107&ndash;120</page-range>.
  <fpage>100</fpage><lpage>120</lpage>
 </mixed-citation>
</ref>
...