<support-description>

Support Description

A displayable prose statement that describes some non-financial support given for the research on which a work was based.

Attributes

Content Model

<!ELEMENT  support-description
                        (%support-description-model;)                >

Expanded Content Model

((p+))

Description

Any one of:

This element may be contained in:

Example

...
<article-meta>
...
<support-group>
   <funding-group>...</funding-group>
   <funding-group>...</funding-group>

   <contributed-resource-group resource-type="office-space">
      <award-group>
         <support-source>
            <institution-wrap>...</institution-wrap>
         </support-source>
         <principal-award-recipient>...</principal-award-recipient>
         <principal-investigator>...</principal-investigator>
      </award-group>
      <support-description>
         <p>XYZ supplied office space for 4 researchers for 2 months</p>
      </support-description>
   </contributed-resource-group>
</support-group>
</article-meta>
...