<compound-subject-part>
Compound Subject Part Name (複合主題部分名)
マルチパート主題 (例えば主題語とその用語を表すコード) の個々の構成要素。
備考
主題は、典型的には、検索および発見において使用され、または印刷されたまたはオンラインで生成された目次内で、記事のグループの見出しを提供するために使用されます。この要素は、そのサブジェクトが単純なサブジェクトではなく複数のサブジェクトのサブジェクトである場合、サブジェクトの構成部分の 1 つに名前を付けることができます。
推奨用法: @content-type 属性は、さまざまな構成部分の種類を示すために使います。たとえば、 “text”, “code”, “sponsor”, “taxonomy number”などです。
コンテンツ・モデル
<!ELEMENT compound-subject-part (#PCDATA %compound-subject-part-elements;)* >
拡張コンテンツ・モデル
(#PCDATA | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | alternatives | inline-graphic | private-char | chem-struct | inline-formula | named-content | styled-content | sub | sup)*
記述方法
以下のあらゆる組合せ:
- 文字、数字または特殊文字
- 強調要素
- <alternatives> (代替処理法)
- 行内表示要素
- <chem-struct> (化学構造 (表示))
- <inline-formula> (行内数式)
- <named-content> (名前付特別 (主題) コンテンツ)
- <styled-content> (装飾された特別(主題)コンテンツ)
- 基準線変更要素
この要素は以下の要素内に含むことができます:
用例 1
コード化された主題:
... <article-categories> <subj-group> <compound-subject> <compound-subject-part content-type="code">A1</compound-subject-part> <compound-subject-part content-type="text">Cellular and Molecular Biology </compound-subject-part> </compound-subject> <subj-group> <compound-subject> <compound-subject-part content-type="code">A11</compound-subject-part> <compound-subject-part content-type="text">Blood–brain barrier</compound-subject-part> </compound-subject> <subj-group> <compound-subject> <compound-subject-part content-type="code">A115</compound-subject-part> <compound-subject-part content-type="text">Permiability </compound-subject-part> </compound-subject> </subj-group> </subj-group> </subj-group> <subj-group> <compound-subject> <compound-subject-part content-type="code">A2</compound-subject-part> <compound-subject-part content-type="text">">Neurobiology </compound-subject-part> </compound-subject> </subj-group> </article-categories> ...
用例 2
出典と種別を表すために @content-type 属性を使用:
... <article-categories> <subj-group subj-group-type="flesch-subject-headings"> <compound-subject> <compound-subject-part content-type="flesch-code2">A2</compound-subject-part> <compound-subject-part content-type="flesch-short-form">Neurobiology </compound-subject-part> </compound-subject> </subj-group> </article-categories> ...