<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.
Remarks
Attribute Best Practice: If the content of the <unstructured-kwd-group> element is a term from a taxonomy, ontology, term-list, vocabulary, industry glossary, or other known source, then the vocabulary attributes should be used to record that source. This source can be a formal ontology or an informal field of study. Two attributes are used in this Tag Set to identify such a controlled or uncontrolled vocabulary:
vocab | Name of the controlled or uncontrolled vocabulary, taxonomy, ontology, index, database, or similar that is the source of the term. For example, for a subject term, a 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
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)*
Description
Any combination of:
- Text, numbers, or special characters
- Linking Elements
- Related Material Elements
- <hr> Horizontal Rule
- Emphasis Elements
- <bold> Bold
- <fixed-case> Fixed Case
- <italic> Italic
- <monospace> Monospace Text (Typewriter Text)
- <overline> Overline
- <overline-start> Overline Start
- <overline-end> Overline End
- <roman> Roman
- <sans-serif> Sans Serif
- <sc> Small Caps
- <strike> Strike Through
- <underline> Underline
- <underline-start> Underline Start
- <underline-end> Underline End
- <ruby> Ruby Annotation Wrapper
- <alternatives> Alternatives For Processing
- Inline Display Elements
- Inline Math Elements
- Other Inline Elements
- Internal Linking Elements
- Baseline Change Elements
- <x> X - Generated Text and Punctuation
This element may be contained in:
Example
...
<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éines
chaperonnes, résonance des plasmons de surface, diffusion
dynamique de la lumière, digestion par la trypsine, citrate
synthase, <italic>Neurospora crassa</italic></unstructured-kwd-group>
</kwd-group>
</article-meta>
...