Skip to content

Commit

Permalink
Updated Duty/consequence #222
Browse files Browse the repository at this point in the history
  • Loading branch information
riannella committed Aug 25, 2017
1 parent 5077789 commit 9493f43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion model/config.js
@@ -1,7 +1,7 @@
var respecConfig = {
specStatus: "ED",
shortName: "odrl-model",
publishDate: "2017-08-21",
publishDate: "2017-08-25",
editors: [
{ name: "Renato Iannella",
url: "https://au.linkedin.com/in/riannella",
Expand Down
2 changes: 1 addition & 1 deletion model/index.html
Expand Up @@ -756,7 +756,7 @@ <h3>Duty Class</h3>
<ul>
<li>A Duty MAY have none or one <code>target</code> property values (of type Asset) to indicate the Asset that is the primary subject to which the Duty directly applies. (Other <code><i>relation</i></code> sub-properties MAY be used.)</li>
<li>A Duty MAY have none or one <code>assigner</code> and/or <code>assignee</code> property values (of type Party) for functional roles. (Other <code><i>function</i></code> sub-properties MAY be used.)</li>
<li>A Duty MAY have none, one or many <code>consequence</code> property values of type Duty.</li>
<li>A Duty MAY have none, one or many <code>consequence</code> property values of type Duty only when the Duty is related to a Permission with the duty property.</li>
</ul>


Expand Down

0 comments on commit 9493f43

Please sign in to comment.