◇◆
<collab-name> Collaborative (Group) Name
The name of a group of contributors who are credited under a single name, such as
a committee or a project credited as a contributor.
Usage/Remarks
Content of <collab-name>
This element may contain the name of either a collaboration of individuals in the
strict sense of the word “collaboration” or the name of an organization (such as a
laboratory, educational institution, corporation, or department) when such a unit
acts as a contributor by, for example, authoring the work.
- Internal References — Since <collab-name> is intended to hold only a name, internal references, such as cross-references (<xref>) and footnotes (<fn>), cannot be made inside a <collab-name> and should instead be part of the contributor description (inside <contrib>).
- External References — Similarly, external links such as <email>, <ext-link>, and <uri> should be inside the <contrib> rather than inside the .
- Similarly, external links such as <email>, <ext-link>, and <uri> should be part of <contrib> rather than inside the <collab-name>.
Graphics — The element <inline-graphic> is not allowed within <collab-name>. The element <private-char> (perhaps containing an <inline-graphic>) should be used to include non-Unicode characters in the name of a collaboration.
Context of <collab-name>
The element <collab-name> may be used to hold the name of a collaboration:
- As part of contributor metadata, directly inside a <contrib>,
- Inside a <collab-wrap> (that is directly inside a <contrib>), as part of the metadata concerning a collaboration,
- Within bibliographic references (<mixed-citation> and <element-citation>).
(Note: The element <collab-wrap> may only be used as part of contributor information (inside <contrib>). All other contexts for the now-deprecated <collab> have been replaced by the element <collab-name>.
Attributes
Multi-lang Attributes
Namespaces
Models and Context
May be contained in
Description
Any combination of:
- Text, numbers, or special characters
- Emphasis Elements
- <bold> Bold
- <fixed-case> Fixed Case
- <italic> Italic
- <monospace> Monospace Text (Typewriter Text)
- <overline> Overline
- <overline-start> Overline Start
- <overline-end> Overline End
- <roman> Roman
- <sans-serif> Sans Serif
- <sc> Small Caps
- <strike> Strike Through
- <underline> Underline
- <underline-start> Underline Start
- <underline-end> Underline End
- <ruby> Ruby Annotation Wrapper
- <private-char> Private Character (Custom or Unicode)
- Baseline Change Elements
Content Model
<!ELEMENT collab-name (#PCDATA %collab-name-elements;)* >
Expanded Content Model
(#PCDATA | bold | fixed-case | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | ruby | private-char | sub | sup)*
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> ...