<compound-kwd-part> Compound Keyword Part

Individual component of a multi-part keyword (for example, a code, the code’s meaning).

Usage/Remarks

Attribute Best Practice

The @content-type attribute should be used to indicate the type of the various keyword parts, for example, “text”, “value”, “description”, “code”, etc.
Related Elements
One <compound-kwd-part> element is used to mark each component of a complex keyword that is contained within a <compound-kwd>.
Attributes

Base Attributes

Models and Context
May be contained in
Description
Content Model
<!ELEMENT  compound-kwd-part
                        (#PCDATA %compound-kwd-part-elements;)*      >
Expanded Content Model

(#PCDATA | bold | fixed-case | italic | monospace | num | overline | roman | sans-serif | sc | strike | underline | ruby | alternatives | inline-graphic | inline-media | private-char | chem-struct | inline-formula | named-content | styled-content | fn | target | tbx:entailedTerm | xref | sub | sup)*

Tagged Sample

INSPEC keywords added by SDO

...
<kwd-group id="KG1" originator="ASME" vocab="Inspec"
  vocab-identifier="http://www.theiet.org/resources/inspec/about/records/ithesaurus.cfm"
  xml:lang="en">
 <compound-kwd id="KG1.1">
  <compound-kwd-part content-type="code">A7865P</compound-kwd-part>
  <compound-kwd-part content-type="text">Optical properties of other 
   inorganic semiconductors and insulators (thin films/low dimensional 
   structures)</compound-kwd-part>
 </compound-kwd>

 <compound-kwd id="KG1.2">
  <compound-kwd-part content-type="code">A7865T</compound-kwd-part>
  <compound-kwd-part content-type="text">Optical properties of organic
   compounds and polymers (thin films/low dimensional structures)</compound-kwd-part>
 </compound-kwd>
</kwd-group>
...