<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.
Remarks
Attributes
Model Description
Any combination of:
- Text, numbers, or special characters
- External Linking Elements
- Emphasis Elements
- <named-content> Named Special (Subject) Content
- <styled-content> Styled Special (Subject) Content
- Baseline Change Elements
This element may be contained in:
Example 1
As part of a bibliographic reference for a 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>
...
Example 2
As part of a bibliographic reference for a 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ü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>
...