<author-comment>

Author Comment (著者コメント)

著者に関する文字資料。

備考

よくある用法: 典型的には、例えば、投稿者がその記事を書いた状況に関するいくつかの事実を説明するために使いますが、同時に <author-comment> 要素はこのタグスイートで想定していない著者関連の情報を格納する手段として使うこともできます。

属性

コンテンツ・モデル

<!ELEMENT  author-comment
                        %author-comment-model;                       >

拡張コンテンツ・モデル

(title?, (p)+)

記述方法

以下の順:

この要素は以下の要素内に含むことができます:

用例

...
<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&#x2019;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>
...