<compound-kwd-part>

Compound Keyword Part

The <compound-kwd-part> element is used to mark each component of a complex keyword that is contained within a <compound-kwd>.

Remarks

Some examples of more complicated keywords and their parts are:

It is recommended that the @content-type attribute be used to indicate the role of each <compound-kwd-part>. Example values corresponding to the examples just given, are code, term, abbrev, expansion, level1, level2, level3.

For more information on tagging keywords, see Tagging Keywords.

Attribute

content-type Type of Content

Content Model

<!ELEMENT  compound-kwd-part
                        (#PCDATA %compound-kwd-part-elements;)*      >

Expanded Content Model

(#PCDATA)*

Description

Text, numbers, or special characters, zero or more

This element may be contained in:

<compound-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

articlemeta3.ent