<unstructured-kwd-group> Unstructured Keyword Group

Container element for one set of keywords used to describe a document, where the individual keywords are not tagged as separate <kwd>s but instead are all run together in one long text field.

Usage/Remarks

Attribute Best Practice

If the many terms in the <unstructured-kwd-group> are all from the same taxonomy, ontology, term-list, vocabulary, industry glossary, or other known source, then the vocabulary attributes should be used to record that source.
Vocabulary Identification Attributes
Two attributes are used in this Tag Set to identify a vocabulary. When these attributes are used on a <unstructured-kwd-group>, they apply to all keywords in the group.
vocab
Name of the controlled or uncontrolled vocabulary, taxonomy, ontology, index, database, or similar that is the source of the term. For example, the value might be the IPC Codes (“ipc”) or MESH headings (“mesh”). For an uncontrolled term, the value might be an area of study such as “medical-devices” or merely the word “uncontrolled”.
vocab-identifier
Unique identifier of the vocabulary, such as (but not limited to) a URI or DOI. For example, for Dublin Core (DCC), the identifier may be “http://dublincore.org/documents/2012/06/14/dces/”.
Attributes

Base Attributes

Models and Context
May be contained in
Description
Any combination of:
Content Model
<!ELEMENT  unstructured-kwd-group
                        (#PCDATA %unstructured-kwd-group-elements;)* >
Expanded Content Model

(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | hr | bold | fixed-case | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | ruby | alternatives | inline-graphic | inline-media | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | index-term | index-term-range-end | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | x)*

Tagged Sample

Keywords provided by an author, as running text (including punctuation)

...
<article-meta>
 ...
 <abstract>...</abstract>
 <kwd-group kwd-group-type="author">
  <unstructured-kwd-group>molecular chaperones, surface plasmon
   resonance, dynamic light scattering, trypsin digestion, citrate
   synthase, <italic>Neurospora crassa</italic>, prot&eacute;ines
   chaperonnes, r&eacute;sonance des plasmons de surface, diffusion
   dynamique de la lumi&egrave;re, digestion par la trypsine, citrate
   synthase, <italic>Neurospora crassa</italic></unstructured-kwd-group>
 </kwd-group>
</article-meta>
...
Related Resources