<compound-kwd>

Compound Keyword

Some keywords are simple, a text word or phrase; such keywords should generally be tagged using the <kwd> element. The <compound-kwd> element is used when keywords are more complicated.

Remarks

For a detailed discussion on the use of <compound-kwd>, see Keywords.

For more information on the handling of compound keywords, see the tagging practices section Complex/Compound/Nested Keywords.

Some examples of more complicated keywords are:

Attributes

content-type Type of Content
id Identifier

Content Model

<!ELEMENT  compound-kwd %compound-kwd-model;                         >

Expanded Content Model

(compound-kwd-part+)

Description

<compound-kwd-part> Compound Keyword Part, one or more

This element may be contained in:

<kwd-group>

Example 1

Coded keywords:

...
<book-meta>
...
<abstract>...</abstract>
<kwd-group>
<compound-kwd content-type="ISO-639-1">
<compound-kwd-part content-type="ISO-639-1-code">de</compound-kwd-part>
<compound-kwd-part content-type="ISO-639-1-language">German</compound-kwd-part>
</compound-kwd>
<compound-kwd content-type="ISO-639-1">
<compound-kwd-part content-type="ISO-639-1-code">en</compound-kwd-part>
<compound-kwd-part content-type="ISO-639-1-language">English</compound-kwd-part>
</compound-kwd>
<compound-kwd content-type="ISO-639-1">
<compound-kwd-part content-type="ISO-639-1-code">fr</compound-kwd-part>
<compound-kwd-part content-type="ISO-639-1-language">French</compound-kwd-part>
</compound-kwd>
...
</kwd-group>
...
</book-meta>
...

Example 2

Keywords used for abbreviation and their expansions:

...
<book-meta>
...
<abstract>...</abstract>
<kwd-group>
<compound-kwd>
<compound-kwd-part content-type="abbrev">AODM</compound-kwd-part>
<compound-kwd-part content-type="expansion">adult onset diabetes mellitus</compound-kwd-part>
</compound-kwd>
<compound-kwd>
<compound-kwd-part content-type="abbrev">DI</compound-kwd-part>
<compound-kwd-part content-type="expansion">diabetes insipidus</compound-kwd-part>
</compound-kwd>
<compound-kwd>
<compound-kwd-part content-type="abbrev">DKA</compound-kwd-part>
<compound-kwd-part content-type="expansion">diabetic ketoacidosis</compound-kwd-part>
</compound-kwd>
...
</kwd-group>
...
</book-meta>
...

Module

articlemeta3.ent