◇◆
<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
Multi-lang Attributes
Models and Context
May be contained in
Content Model
<!ELEMENT support-description (%support-description-model;) >
Expanded Content Model
((p+))
Tagged Sample
Within a <contributed-resource-group>
...
<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>
...