<role>
Role or Function Title of Contributor (寄与者の役割または職務)
記事寄与者の職務または役割 (たとえば編集長、主任研究員、写真家、研究員)。
備考
寄与者の役割または種別に関する情報は、@contrib-type 属性を用いて <contrib> 要素の中で記述するか、<role> 要素 (これは <contrib> 要素の中の寄与者に関する情報のひとつです) で記述するか 2 つの方法があります。たとえば、<contrib> 要素の @contrib-type 属性の値が “editor” であるのに対し、<role> 要素は “Associate Editor” となっているかもしれません。また、<contrib> 要素の @contrib-type 属性の値が “author” であるのに対し、<role> 要素は “Principal Author” となっているかもしれません。
コンテンツ・モデル
<!ELEMENT role (#PCDATA %role-elements;)* >
拡張コンテンツ・モデル
(#PCDATA | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | sub | sup | named-content | styled-content)*
記述方法
以下のあらゆる組合せ:
- 文字、数字または特殊文字
- 強調要素
- 基準線変更要素
- <named-content> (名前付特別 (主題) コンテンツ)
- <styled-content> (装飾された特別(主題)コンテンツ)
この要素は以下の要素内に含むことができます:
用例 1
寄与者情報の一部として:
...
<contrib-group content-type="conference-editors">
<contrib contrib-type="editor">
<name name-style="western">
<surname>Herrera</surname>
<given-names>Gerardo</given-names>
</name>
<role>Conference Editor</role>
</contrib>
</contrib-group>
...
...
<contrib-group>
<contrib contrib-type="author">
<name name-style="western">
<surname>Foster</surname>
<given-names>Bill</given-names>
<prefix>Rep.</prefix>
</name>
<role>(IL-14)</role>
</contrib>
</contrib-group>
...
用例 2
全文脈の中の寄与者グループの中で:
... <article-meta> <article-id pub-id-type="pmid">...</article-id> <title-group>...</title-group> <contrib-group> <contrib contrib-type="author"> <name><surname>Forster</surname> <given-names>Anne Williams</given-names> </name> <role>research physiotherapist</role> <xref ref-type="aff" rid="StLukes"/> <xref ref-type="aff" rid="RoyalInf"/> </contrib> <contrib contrib-type="author"> <name><surname>Young</surname> <given-names>John G.</given-names></name> <role>consultant physician</role> <xref ref-type="aff" rid="RoyalInf"/> <author-comment><p>on behalf of the Day Hospital Group</p></author-comment> </contrib> </contrib-group> <aff id="StLukes">Department of Health Care for the Elderly, St Luke’s Hospital, Bradford BD5 0NA</aff> <aff id="RoyalInf">Academic Section of Geriatric Medicine, Royal Infirmary, Glasgow G4 0SF</aff> <pub-date publication-format="print" date-type="pub" iso-8601-date="1999-03-27"> ...</pub-date> ...</article-meta> ...
用例 3
要素型文献書誌 (句読点と空白が除去された) の中で:
...
<ref>
<element-citation>
<person-group person-group-type="director">
<name><surname>Johnson</surname>
<given-names>D. H.</given-names></name>
<name><surname>O’Neil</surname>
<given-names>T. A.</given-names></name>
</person-group>
<role>managing directors</role>
<source>Wildlife habitat relationships in Oregon
and Washington</source>
<publisher-loc>Corvallis, Oregon, USA</publisher-loc>
<publisher-name>Oregon State University Press</publisher-name>
<year iso-8601-date="2001">2001</year>
</element-citation>
</ref>
...
用例 4
混在型文献書誌 (句読点と空白が保持された) の中で:
...
<ref>
<mixed-citation>
<string-name><surname>Johnson</surname>,
<given-names>D. H.</given-names></string-name>,
<string-name><surname>O’Neil</surname>,
<given-names>T. A.</given-names></string-name>,
<role>managing directors</role>.
<source>Wildlife habitat relationships in Oregon
and Washington</source>.
<publisher-loc>Corvallis, Oregon, USA</publisher-loc>:
<publisher-name>Oregon State University Press</publisher-name>;
<year iso-8601-date="2001">2001</year>.
</mixed-citation>
</ref>
...
用例 5
要素型文献書誌 (句読点と空白が除去された) の中で:
...
<ref id="B7">
<element-citation publication-type="journal">
<person-group>
<name><surname>Norman</surname>
<given-names>John C</given-names></name>
<role>Researcher</role>
<aff>Texas Heart Institute, Houston, TX</aff>
</person-group>
<article-title>...</article-title>
<source>Gerontology Clinic</source>
...</element-citation>
</ref>
...
用例 6
要素型文献書誌 (句読点と空白が除去された) の中で:
...
<ref id="B7">
<element-citation publication-type="film">
<person-group>
<name><surname>Williams</surname>
<given-names>Dorothy Jean</given-names></name>
<role>Director and Cinematographer</role>
</person-group>
<source>Gone with the Mind</source>
<size specific-use="running time"
units="minutes">95 minutes</size>
...</element-citation>
</ref>
...