<compound-kwd>

Compound Keyword

Wrapper element for multi-part keywords (for example, a code and its meaning).

Remarks

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

Some keywords are a simple word or phrase; such keywords should generally be tagged using the <kwd> element. The <compound-kwd> element is used when keywords are composed of multiple parts, such as a code and its meaning. For more information on the handling of compound keywords, see the tagging practices section Complex/Compound/Nested Keywords.

More complicated keywords with two parts include:

Attributes

content-type Type of Content
id Identifier

Related Elements

This Tag Set contains several differently-structured types of keywords:

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>, <nested-kwd>

Example 1

Coded keywords:

...
<article-meta>
...
<abstract>...</abstract>
<kwd-group kwd-group-type="author">
<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>
</article-meta>
...

Example 2

Keywords used for abbreviation and their expansions:

...
<article-meta>
...
<abstract>...</abstract>
<kwd-group kwd-group-type="author">
<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>
</article-meta>
...

Module

JATS-articlemeta1.ent