<resource-wrap>

Resource Wrap

A wrapper element to hold together the name of an resource (<resource-name>) and one or more external identifiers for that resource (<resource-id>, for example a Research Resource Identifier).

Attributes

Content Model

<!ELEMENT  resource-wrap
                        %resource-wrap-model;                        >

Expanded Content Model

(resource-name, resource-id*)

Description

The following, in order:

This element may be contained in:

Example

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