<compound-subject-part>

Compound Subject Part Name

Individual component of a multi-part subject (for example, subject term, code for the term).

Remarks

Attribute Best Practice: The @content-type attribute should be used to indicate the type of the various subject parts, for example, “text”, “value”, “description”, “code”, “sponsor”, “taxonomy number”, etc.

Related Elements

One <compound-subject-part> element is used to mark each component of a complex subject that is contained within a <compound-subject>.

Attributes

Model Description

This element may be contained in:

Example 1

IPC subject codes/descriptions:
...
<subj-group vocab="ipc">
 <compound-subject>
  <compound-subject-part content-type="code">B82B1/00</compound-subject-part>
  <compound-subject-part content-type="value">Nano structures</compound-subject-part>
 </compound-subject>

 <compound-subject>
  <compound-subject-part content-type="code">H01L21/02</compound-subject-part>
  <compound-subject-part content-type="value">Manufacture or treatment of 
   semiconductor devices or of parts thereof</compound-subject-part>
 </compound-subject>
</subj-group>
...  

Example 2

UNSPSC codes with their descriptions given using a <compound-subject>:
...
<subj-group vocab="UNSPSC">
 <compound-subject>
  <compound-subject-part content-type="code">30102204</compound-subject-part>
  <compound-subject-part content-type="value">Steel Plate</compound-subject-part>
 </compound-subject>
</subj-group>
...