mdJson-schemas icon indicating copy to clipboard operation
mdJson-schemas copied to clipboard

New Class - Revision

Open dwalt opened this issue 2 years ago • 1 comments

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": [ ]
                        }
                  }
               ]
            }
         ]
       }
   ]
}

dwalt avatar Jun 23 '22 23:06 dwalt

#254 #251

jwaspin avatar Apr 15 '24 17:04 jwaspin