<resource-name> Resource Name

A displayable name of or description for a specific resource provided in support of the work described in this article.
Attributes

Base Attributes

Namespaces

Models and Context
May be contained in
Description
Content Model
<!ELEMENT  resource-name
                        (#PCDATA %resource-name-elements;)*          >
Expanded Content Model

(#PCDATA | bold | fixed-case | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | sub | sup)*

Tagged Sample

Name of contributed resource

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