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

New Class - InstrumentationEventList

Open dwalt opened this issue 2 years ago • 1 comments

Class Definition: instrumentationEventList "list of events related to platform, instrument, sensor"

Rules:

  • [ ] Optional

Element Definitions:

  • citation: [ citation ] "citation to the instrumentationEventList"
  • description: ( character ) "description of the language and character-set used for the instrumentationEventList"
  • locale: ( locale ) "description of the language and character-set used for the instrumentationEventList"
  • constraints: [ constraint ] "use and access constraints"
  • instrumentationEvent: [ instrumentationEvent ] "event(s) in the list of events"

Rules:

  • [ ] description: required

mdJSON:

"instrumentationEventList":
   {
      "citation": [ ],
      "description": { },
      "locale": { },
      "constraints": [ ],
      "instrumentationEvent": [ ]
   }

dwalt avatar Jun 22 '22 23:06 dwalt

#254

jwaspin avatar Apr 15 '24 17:04 jwaspin