<resource-id>

Resource Identifier

An external, ideally machine-readable, identifier such as a Research Resource Identifier, for a specific resource provided in support of the work described in this article.

Attributes

Content Model

<!ELEMENT  resource-id
                        (#PCDATA %resource-id-elements;)*            >

Expanded Content Model

(#PCDATA)*

Description

Text, numbers, or special characters, zero or more

This element may be contained in:

Example

External identifier for the resource just named:
...
<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>
...