<trans-source>

Translated Source

Title of the source (for example, journal, book, conference proceedings) containing material being cited in a bibliographic reference or product, when the title is translated into a language other than that in which it was originally published.

Remarks

As an example, if a book’s title is originally in French, the <source> element would contain the French title, and the <trans-source> might contain the equivalent English book title.

Attributes

Content Model

<!ELEMENT  trans-source (#PCDATA %source-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 | 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 | break)*

Description

This element may be contained in:

Example 1

In an element-style bibliographic reference (punctuation and spacing removed):
    ...
<ref>
<element-citation publication-type="book" publication-format="print">
<collab collab-type="editor">Rinsho Shokaki Naika
Henshu Iinkai [Clinical Gastroenterology Editorial
Committee] (JP)</collab>
<source xml:lang="ja">Daicho naishikyo sonyu shugi
no kihon</source>
<trans-source xml:lang="en">Basic technical procedure
of colonoscopy</trans-source>
<edition>Dai 1-pan</edition>
<publisher-loc>Tokyo</publisher-loc>
<publisher-name>Nihon Medikara Senta</publisher-name>
<year iso-8601-date="2003">2003</year>
<size units="pages">135 p</size>
<comment>Japanese</comment>
</element-citation>
</ref>
...   

Example 2

In a mixed-style bibliographic reference (punctuation and spacing preserved):
    ...
<ref>
<mixed-citation publication-type="book" publication-format="print">
<collab collab-type="editor">Rinsho Shokaki Naika
Henshu Iinkai [Clinical Gastroenterology Editorial
Committee] (JP)</collab>, editor.
<source xml:lang="ja">Daicho naishikyo sonyu shugi
no kihon</source> [<trans-source xml:lang="en">Basic
technical procedure of colonoscopy</trans-source>].
<edition>Dai 1-pan</edition>.
<publisher-loc>Tokyo</publisher-loc>:
<publisher-name>Nihon Medikara Senta</publisher-name>;
<year iso-8601-date="2003">2003</year>.
<size units="pages">135 p</size>. Japanese.</mixed-citation>
</ref>
...