Element: MeshHeadingList

Contains the list of Medical Subject Headings (MeSH) that were assigned to the citation by NLM Indexing. The most significant MeSH assignments in the list are designated with @MajorTopic="Y".

Content Model

( MeshHeading+ )

Contains:

May be contained in:

Examples

<MeshHeadingList>
    <MeshHeading>
         <DescriptorName UI="D000818" MajorTopicYN="N">Animals</DescriptorName>
    </MeshHeading>
    <MeshHeading>
         <DescriptorName UI="D002371" MajorTopicYN="N">Cat Diseases</DescriptorName>
         <QualifierName UI="Q000453" MajorTopicYN="Y">epidemiology</QualifierName>
         <QualifierName UI="Q000469" MajorTopicYN="N">parasitology</QualifierName>
    </MeshHeading>
    <MeshHeading>
        <DescriptorName UI="D002415" MajorTopicYN="N">Cats</DescriptorName>
    </MeshHeading>
</MeshHeadingList>