◇◆
<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
Models and Context
May be contained in
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
Content Model
<!ELEMENT source (#PCDATA %source-elements;)* >
Expanded Content Model
(#PCDATA | email | ext-link | uri | bold | fixed-case | italic | monospace | num | overline | roman | sans-serif | sc | strike | underline | ruby | named-content | styled-content | sub | sup)*
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ü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>
...