◇◆
<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
Multi-lang Attributes
Namespaces
Models and Context
May be contained in
Description
Any combination of:
- Text, numbers, or special characters
- <bold> Bold
- <fixed-case> Fixed Case
- <italic> Italic
- <monospace> Monospace Text (Typewriter Text)
- <overline> Overline
- <roman> Roman
- <sans-serif> Sans Serif
- <sc> Small Caps
- <strike> Strike Through
- <underline> Underline
- Baseline Change Elements
Content Model
<!ELEMENT resource-name (#PCDATA %resource-name-elements;)* >
Expanded Content Model
(#PCDATA | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | 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>
...