◇◆
<collab-name-alternatives> Collaborative (Group) Name Alternatives
Wrapper element for more than one version of a single collaboration name, for example,
the name of a laboratory in more than one language (such as a laboratory name in Japanese
Kana characters and a transliterated form of the laboratory name in the Latin alphabet).
Usage/Remarks
The <collab-name-alternatives> is intended to hold
as many names for a collaboration as need to be recorded. It should never be used
as a sibling of
<collab-name>; rather it should be used to contain collaboration names.
The <collab-name-alternatives> element may be used to hold variant names of a collaboration:
- As part of contributor information (directly inside <contrib>),
- Inside a <collab-wrap> (that is inside a <contrib>), or
- Within bibliographic references (<element-citation> and <mixed-citation>).
Models and Context
May be contained in
Description
Any combination of:
- Text, numbers, or special characters
- <collab-name> Collaborative (Group) Name
Content Model
<!ELEMENT collab-name-alternatives (#PCDATA %collab-name-alternatives-elements;)* >
Expanded Content Model
(#PCDATA | collab-name)*
Tagged Samples
Two languages
...
<contrib-group>
<contrib contrib-type="author">
<collab-name-alternatives>
<collab-name>脳卒中急性期患者データベース構築研究(JSSRS)グループ</collab-name>
<collab-name xml:lang="en">JSSRS Group</collab-name>
</collab-name-alternatives>
<xref ref-type="aff" rid="aff3">3</xref>
</contrib>
<aff-alternatives id="aff3">
<aff>
<institution>日本脳卒中協会</institution></aff>
<aff xml:lang="en">
<institution>Japan Stroke Association</institution></aff>
</aff-alternatives>
</contrib-group>
...
With explanatory footnote also in two languages
...
<article-meta>
...
<contrib-group>
<contrib contrib-type="author">
<collab-name-alternatives>
<collab-name>木曽教育会濃ヶ池調査研究会</collab-name>
<collab-name xml:lang="en">Kiso Kyoiku-kai Nogaike Research Group</collab-name>
</collab-name-alternatives>
<xref ref-type="fn" rid="FN6">6</xref>
</contrib>
</contrib-group>
<author-notes id="FN6">
<fn fn-type="study-group-members">
<p>相渡弘, 今井雅倫, 木島栄次, 清水千春, 清水なるみ, 白金正明, 杉山兼二,
春原孝, 楯誠治, 田中新一, 田中博, 栩秋洋平(五十音順).</p>
<p xml:lang="en">Aido, H., Imai, M., Kijima, E., Shimizu, C.,
Shimizu, N., Shirokane, M., Sugiyama, K., Sunohara, T., Tanaka, H.,
Tanaka, S., Tate, S. and Tochiaki, Y. 3 (alphabetical order).</p>
</fn>
</author-notes>
...
</article-meta>
...