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

New Class - Revision #252

Open
4 tasks
dwalt opened this issue Jun 23, 2022 · 1 comment · May be fixed by #322
Open
4 tasks

New Class - Revision #252

dwalt opened this issue Jun 23, 2022 · 1 comment · May be fixed by #322
Labels
new feature Add new functionality not currently available

Comments

@dwalt
Copy link
Collaborator

dwalt commented Jun 23, 2022

Class Definition: revision
"history of the revision of an event"

Rules:

  • optional

Element Definitions:

  • description: ( character ) "description of the revision"
  • responsibleParty: [ responsibility ] "individual or organization responsible for the revision"
  • dateInfo: [ date ] "information about dates related to the revision"

Rules:

  • description: required
  • responsibleParty: required
  • dateInfo: required

mdJSON:

{
   "acquisition": [
      {
         "instrumentationEventList": [
            {
               "instrumentationEvent":  [
                  {
                     "revision":
                        {
                           "description": { },
                           "responsibleParty": [ ],
                           "dateInfo": [ ]
                        }
                  }
               ]
            }
         ]
       }
   ]
}
@jwaspin
Copy link
Contributor

jwaspin commented Apr 15, 2024

#254
#251

@hmaier-fws hmaier-fws added the new feature Add new functionality not currently available label Apr 22, 2024
@jwaspin jwaspin linked a pull request Apr 29, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature Add new functionality not currently available
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants