◇◆
<resource-wrap> Resource Wrap
A wrapper element to hold together the name of a resource (<resource-name>) and one or more external identifiers for that resource (<resource-id>) such as a Research Resource Identifier.
Models and Context
May be contained in
Description
The following, in order:
- <resource-name> Resource Name
- <resource-id> Resource Identifier, zero or more
Content Model
<!ELEMENT resource-wrap
%resource-wrap-model; >Expanded Content Model
(resource-name, resource-id*)
Tagged Sample
Contributed resource and its Research Resource Identifier
...
<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>
...