<nested-kwd>
Nested Keyword (階層化キーワード)
分類学のキーワードなど、階層構造をもつキーワード。
備考
キーワードは <kwd-group> に含まれています。言語、語彙、またはタクソノミ源などで異なる複数の <kwd-group> が存在する場合があります。個々のキーワード要素 (<kwd>、<compound-kwd>、<nested-kwd>) は @xml:lang属性をとりません。これは <kwd-group> のみで使用できます。このことは、キーワードはあらかじめ言語でソートして言語毎のグループにしておく必要があることを意味します。
関連する解説: <kwd> の使用法については、Keywords を参照してください。
コンテンツ・モデル
<!ELEMENT nested-kwd %nested-kwd-model; >
拡張コンテンツ・モデル
((kwd | compound-kwd)+, nested-kwd*)
記述方法
以下の順:
- 以下の中から 1 個以上:
- <nested-kwd> (階層化キーワード)、ゼロまたは 1 個以上
この要素は以下の要素内に含むことができます:
用例 1
...
<kwd-group kwd-group-type="xyw-food-taxonomy">
<nested-kwd>
<kwd>drink</kwd>
<nested-kwd>
<kwd>alcoholic</kwd>
<nested-kwd>
<kwd>beer</kwd>
<kwd>martini</kwd>
<kwd>wine</kwd>
</nested-kwd>
</nested-kwd>
<nested-kwd>
<kwd>dairy</kwd>
<nested-kwd>
<kwd>milk</kwd>
<kwd>drinkable yogurt</kwd>
<kwd>milkshakes</kwd>
</nested-kwd>
</nested-kwd>
</nested-kwd>
</kwd-group>
...
用例 2
...
<kwd-group kwd-group-type="ISO-party-codes">
<nested-kwd>
<compound-kwd content-type="ISO-party-codes">
<compound-kwd-part content-type="ISO-party-code-value">4335</compound-kwd-part>
<compound-kwd-part content-type="ISO-party-code-name">Halloween</compound-kwd-part>
</compound-kwd>
<nested-kwd>
<compound-kwd>
<compound-kwd-part content-type="ISO-party-code-value">43351</compound-kwd-part>
<compound-kwd-part content-type="ISO-party-code-name">Adult Halloween
Party</compound-kwd-part>
</compound-kwd>
<compound-kwd>
<compound-kwd-part content-type="ISO-party-code-value">43352</compound-kwd-part>
<compound-kwd-part content-type="ISO-party-code-name">Children's Halloween
Party</compound-kwd-part>
</compound-kwd>
</nested-kwd>
</nested-kwd>
</kwd-group>
...
用例 3
...
<article-meta>...
<abstract>...</abstract>
<kwd-group kwd-group-type="author">
<nested-kwd>
<kwd>Other rheumatic heart disease</kwd>
<nested-kwd>
<kwd>Rhematic myocarditis</kwd>
<kwd>Other and unspecified rheumatic heart disease</kwd>
<nested-kwd>
<kwd>Rheumatic heart disease, unspecified</kwd>
<kwd>Rheumatic heart failure (congestive)</kwd>
<kwd>Other</kwd>
</nested-kwd>
</nested-kwd>
</nested-kwd>
</kwd-group>
</article-meta>
...
用例 4
アプリ用ナビゲーション情報:
... <sec> <sec-meta> <kwd-group specific-use="mobile-nav"> <nested-kwd> <kwd>dosing</kwd> <nested-kwd> <kwd>geriatric</kwd> <nested-kwd> <kwd>Digoxin</kwd> </nested-kwd> </nested-kwd> </nested-kwd> </kwd-group> <kwd-group specific-use="mobile-nav"> <nested-kwd> <kwd>Digoxin</kwd> <nested-kwd> <kwd>dosing</kwd> <nested-kwd> <kwd>geriatric</kwd> </nested-kwd> </nested-kwd> </nested-kwd> </kwd-group> </sec-meta> <title>Dosing Table, Geriatric</title> ...</sec> ...