<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

Base Attributes

Models and Context
May be contained in
Description
Text, numbers, or special characters, zero or more
Content Model
<!ELEMENT  resource-id
                        (#PCDATA %resource-id-elements;)*            >
Expanded Content Model

(#PCDATA)*

Tagged Sample

External identifier for resources in the same <resource-wrap>

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