Skip to content

Commit

Permalink
CMDI template fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Dec 1, 2020
1 parent 04f2d06 commit c484744
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</cmd:Header>
<cmd:Resources>
<cmd:ResourceProxyList>
<cmd:ResourceProxy id="1">
<cmd:ResourceProxy id="id1">
<cmd:ResourceType>Resource</cmd:ResourceType>
<cmd:ResourceRef val="/acdh:hasPid"></cmd:ResourceRef>
</cmd:ResourceProxy>
Expand All @@ -30,7 +30,7 @@
<cmd:IsPartOf count="*" val="@acdh:isPartOf*/acdh:hasPid"/>
</cmd:IsPartOfList>
<cmd:Components>
<cmdp:DcmiTerms ref="1">
<cmdp:DcmiTerms ref="id1">
<cmdp:abstract count="*" lang="true" val=""/>
<cmdp:accessRights count="*" lang="true" val=""/>
<cmdp:accrualMethod count="*" lang="true" val=""/>
Expand Down

0 comments on commit c484744

Please sign in to comment.