Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDC: Dataset / PDAC entity type relationship #260

Merged
merged 7 commits into from
May 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions dspace/config/entities/relationship-types.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

<!-- Sample relationship types setup used for the entities development
This file can be imported using the initialize-entities launcher -->
<!-- TAMU Customization - only add specific RDC entity types -->
<!--
<type>
<leftType>Publication</leftType>
<rightType>Person</rightType>
Expand Down Expand Up @@ -131,4 +133,21 @@
</rightCardinality>
<copyToRight>true</copyToRight>
</type>
-->

<type>
<leftType>Dataset</leftType>
<rightType>PDAC</rightType>
<leftwardType>isPDACForDataset</leftwardType>
<rightwardType>isDatasetAssignedToPDAC</rightwardType>
<leftCardinality>
<min>0</min>
</leftCardinality>
<rightCardinality>
<min>0</min>
<max>1</max>
</rightCardinality>
<copyToLeft>true</copyToLeft>
</type>
<!-- End TAMU Customization - only add specific RDC entity types -->
</relationships>
Loading