<nlm-citation>

NLM Citation (NLM 引用文献)

この要素は廃止予定なので使用を避けて、<element-citation> を使ってください。
このタグセットには3種類の引用文献タグ付け方法があります:
  • <element-citation> 要素は、要素のみの内容を持ち、句読点やスペースを含まず、引用の構成要素を任意の順序で並べることができます。
  • <mixed-citation> 要素は、テキスト内容を持ち、すべての内部句読点とスペースが保存されます。引用の構成要素は任意の順序で存在することを可能にします
  • 非推奨 <nlm-citation>要素は、要素のみの内容を持ち、句読点やスペースを含まず、引用の構成要素を特定の順序にする必要があります。この要素はこのタグセットの以前の版で使用されていましたが、廃止予定です。

属性

コンテンツ・モデル

<!ELEMENT  nlm-citation
                        ((person-group | collab)*,
                         (article-title | trans-title)*,
                         source?, patent?, trans-source?, year?,
                         ((month?, day?, time-stamp?) | season?),
                         access-date?, volume?, edition?,
                         conf-name?, conf-date?, conf-loc?,
                         (issue | supplement)*, publisher-loc?,
                         publisher-name?, (fpage?, lpage?)*,
                         page-count?, series?, comment*, pub-id*,
                         annotation?)                                >

記述方法

以下の順:

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

用例

...
<ref>
<nlm-citation publication-type="journal">
<person-group>...</person-group>
<article-title>Electrogastrographic study of patients with 
unexplained nausea, bloating and vomiting</article-title>
<source>Gastroenterology</source>
<year iso-8601-date="1980-08">1980</year>
<month>08</month>
<volume>79</volume>
<issue>2</issue>
<fpage>311</fpage>
<lpage>314</lpage>
</nlm-citation>
</ref>
...