<source> Source (in a citation)

Within a citation (such as a <mixed-citation> or an <element-citation>), this is the title of a journal, book, conference proceedings, etc. that is the source of the cited material.

Usage/Remarks

The element <std>, which is a citation to a standard, uses the element <title> to tag the title of a standard rather than the element <source>.
Attributes

Base Attributes

Models and Context
May be contained in
Model Description
Tagged Samples
As part of bibliographic reference for book
...
<ref id="bibr40">
 <label>40</label>
 <mixed-citation><collab>World Health Organization</collab>, 
  <collab>World Bank</collab>. (<year iso-8601-date="2011">2011</year>), 
  <source>World Report on Disability</source>, 
  <publisher-loc>Geneva</publisher-loc>, available at: 
  <ext-link 
    xlink:href="http://www.who.int/disabilities/world_report/2011/en/index.html"   
  >http://www.who.int/disabilities/world_report/2011/en/index.html</ext-link
  ></mixed-citation>
 </ref>
...
As part of bibliographic reference for journal
...
<ref-list>
 <title>Bibliography</title>
 ...
 <ref id="ref_4">
  <label>4</label>
  <mixed-citation publication-type="journal"
   ><person-group
    ><string-name><surname>Hadorn</surname>,  
     <given-names>H.</given-names></string-name>, 
    <string-name><surname>Z&uuml;rchner</surname>,  
     <given-names>K</given-names></string-name></person-group>. 
   <source>Dtsch. Lebensmitt. Rundsch</source>. 
   <year iso-8601-date="1974">1974</year>, 
   <volume>70</volume> p. <fpage>57</fpage></mixed-citation>
 </ref>
 ...
</ref-list>
...