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”.

Used on Element: <contributed-resource-group>

ValueMeaning
Text, numbers, or special charactersType of resource, ( specific support for the work described) for example “research-materials”.
Restriction@resource-type is an optional attribute; there is no default.

Example

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>
...