One subject term, critical expression, key phrase, abbreviation, indexing word, etc. that is associated with the whole document and can be used for identification, searching, and indexing purposes.
Key words are contained in <kwd-group>s. There may be several <kwd-group>s, each of which can be identified separately by language or vocabulary source. The <kwd> element does not take the @xml:lang attribute, that is reserved for the <kwd-group>. This means that keywords must be sorted by language and entered in language groups.
Related Essay: For a discussion on the use of <kwd>, see Keywords.
<!ELEMENT kwd (#PCDATA %kwd-elements;)* >
(#PCDATA | bold | italic | monospace | overline | roman | sans-serif | sc | strike | underline | abbrev | named-content | styled-content | sub | sup)*
Any combination of:
<article> <front> <article-meta>... <abstract>... </abstract> <kwd-group kwd-group-type="author"> <kwd>DNA analysis</kwd> <kwd>gene expression</kwd> <kwd>parallel cloning</kwd> <kwd>fluid microarray</kwd> </kwd-group> </article-meta> </front> ...</article>
JATS-articlemeta0.ent