◇◆
<nested-kwd> Nested Keyword
A hierarchically-structured keyword, such as a keywords from a controlled vocabulary.
Attributes
Models and Context
May be contained in
Description
The following, in order:
- One or more of any of:
- <nested-kwd> Nested Keyword, zero or more
Content Model
<!ELEMENT nested-kwd %nested-kwd-model; >
Expanded Content Model
((kwd | compound-kwd)+, nested-kwd*)
Tagged Samples
3-level nested list
...
<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>
...
Nested compound keywords
...
<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>
...
Hierarchy of heart diseases
...
<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>
...
In section metadata
... <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> ...
Related Resource
- For a discussion on the use of <nested-kwd>, see: Keywords.
- See: Hierarchy diagram - Keyword Group