Back to Requirements Document.
The ODRLv2 allows for expressing exclusive permissions.
This is the list of issues the ODRL Initiative has considered, when addressing the respective requirement (see above).
| IssueID: | State: | Comment |
| issue01 - How to express exclusive permissions? | in discussion | - |
Solution approaches:
<o-ex20:permission assigner="party99">
<o-ex20:play exclusive="true"/>
<o-ex20:object>asset01</o-ex20:object>
<o-ex20:beneficiary id="party01"/>
</o-ex20:permission>
<o-ex20:permission assigner="party99">
<o-ex20:copy exclusive="true"/>
<o-ex20:object>asset01</o-ex20:object>
<o-ex20:beneficiary id="party02"/>
</o-ex20:permission>