◇◆
<compound-subject-part> Compound Subject Part Name
Individual component of a multi-part subject (for example, subject term, code for
the term).
Usage/Remarks
Subjects are used, typically, in searching and discovery or to provide headings for
groups of articles in a printed or online generated Table of Contents. This element
can name one of the components of a subject when that subject is a multi-part subject
rather than a simple subject.
Best Practice
The @content-type attribute should be
used to indicate the type of the various subject parts, for example, “text”,
“code”, “sponsor”, “taxonomy
number”, etc.
Models and Context
May be contained in
Description
Any combination of:
- Text, numbers, or special characters
- 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
- <named-content> Named Special (Subject) Content
- <styled-content> Styled Special (Subject) Content
- Baseline Change Elements
Content Model
<!ELEMENT compound-subject-part (#PCDATA %compound-subject-part-elements;)* >
Expanded Content Model
(#PCDATA | 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 | named-content | styled-content | sub | sup)*
Tagged Samples
Codes and their expansions
... <article-categories> <subj-group> <compound-subject> <compound-subject-part content-type="code">A1</compound-subject-part> <compound-subject-part content-type="text">Cellular and Molecular Biology </compound-subject-part> </compound-subject> <subj-group> <compound-subject> <compound-subject-part content-type="code">A11</compound-subject-part> <compound-subject-part content-type="text">Blood–brain barrier</compound-subject-part> </compound-subject> <subj-group> <compound-subject> <compound-subject-part content-type="code">A115</compound-subject-part> <compound-subject-part content-type="text">Permiability </compound-subject-part> </compound-subject> </subj-group> </subj-group> </subj-group> <subj-group> <compound-subject> <compound-subject-part content-type="code">A2</compound-subject-part> <compound-subject-part content-type="text">">Neurobiology </compound-subject-part> </compound-subject> </subj-group> </article-categories> ...
With @content-type attribute
... <article-categories> <subj-group subj-group-type="flesch-subject-headings"> <compound-subject> <compound-subject-part content-type="flesch-code2">A2</compound-subject-part> <compound-subject-part content-type="flesch-short-form">Neurobiology </compound-subject-part> </compound-subject> </subj-group> </article-categories> ...