resource-type Resource Type

Names the type or kind of resource, where a resource is defined as some specific support for the work described in this article, for example, “research-materials”.
OPTIONAL on element: <contributed-resource-group>
Value Meaning
Text, numbers, or special characters Type of resource (specific support for the work described), for example, “research-materials”.
Restriction @resource-type is an optional attribute; there is no default.
Tagged Sample

The Contributed Resource Group names the non-monetary resources contributed.

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

    <contributed-resource-group 
       resource-type="research-materials">
      <resource-group>
        <resource-wrap>
          <resource-name>Slc9a4 (C05) tm1b Mus musculus</resource-name>
          <resource-id resource-id-type="rrid" 
             vocab="Research Resource Identifier"
           >RRID:IMSR_HAR:5669</resource-id>
        </resource-wrap>
        <resource-wrap>...</resource-wrap>
      </resource-group>
    </contributed-resource-group>
  </support-group>
</article-meta>
...