◇◆
<source> Source (in a citation)
Title of the resource (for example, journal, book, podcast, conference proceedings,
radio or TV show) that contains (is the source of) the material being cited in a bibliographic
reference or product. In the case of a resource that has titles at multiple hierarchical
levels, this is the title of the largest titled resource (e.g., the TV show name and
not the episode title).
Usage/Remarks
Models and Context
May be contained in
Description
Any combination of:
- Text, numbers, or special characters
- <abbrev> Abbreviation or Acronym
- External Linking Elements
- Emphasis Elements
- <alternatives> Alternatives For Processing
- Inline Display Elements
- Inline Math Elements
- Math Elements
- <named-content> Named Special (Subject) Content
- <styled-content> Styled Special (Subject) Content
- <fn> Footnote
- <target> Target of an Internal Link
- <tbx:entailedTerm> Entailed Term (TBX)
- <xref> X(cross) Reference
- Baseline Change Elements
Content Model
<!ELEMENT source (#PCDATA %source-elements;)* >
Expanded Content Model
(#PCDATA | abbrev | email | ext-link | uri | bold | fixed-case | italic | monospace | num | overline | roman | sans-serif | sc | strike | underline | ruby | alternatives | inline-code | inline-graphic | inline-media | private-char | chem-struct | inline-formula | tex-math | mml:math | named-content | styled-content | fn | target | tbx:entailedTerm | xref | sub | sup)*
Tagged Samples
As part of bibliographic reference for book
...
<ref id="bibr40">
<label>40</label>
<mixed-citation publication-type="book"
><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>
...