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

releasability 2.0 #51

Closed
stansmith907 opened this issue Aug 23, 2016 · 0 comments
Closed

releasability 2.0 #51

stansmith907 opened this issue Aug 23, 2016 · 0 comments
Labels
enhancement Improve or modify an existing feature mdEditor mdEditor update needed
Milestone

Comments

@stansmith907
Copy link
Contributor

stansmith907 commented Aug 23, 2016

Changes:

  1. MD_Releasability is a new class. Definition: “information about resource release constraints.”
  2. “addressee” is an array of type CI_Responsibility. Definition: “party to which the release statement applies.” Issue responsibility 2.0 #52.
  3. “statement” is a scalar text filed. Definition: “release statement.”
  4. “disseminationConstraint” is a array of MD_RestrictionCode. Definition: “component in determining releasability”.
  5. The "releasability" record must have at least one "addressee" or "statement".
      "releasability": {
         "addressee": [
            "see responsibility 2.0"
         ],
         "statement": "",
         "disseminationConstraint": [
            "MD_RestrictionCode"
         ]
      },

see XML example useConstraint -3.xml

@stansmith907 stansmith907 added the enhancement Improve or modify an existing feature label Aug 23, 2016
@jlblcc jlblcc modified the milestone: 2.0 Aug 23, 2016
This was referenced Sep 1, 2016
jlblcc added a commit that referenced this issue Jan 19, 2017
@jlblcc jlblcc added the mdEditor mdEditor update needed label Nov 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improve or modify an existing feature mdEditor mdEditor update needed
Projects
None yet
Development

No branches or pull requests

2 participants