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 - InstrumentationEvent #251

Open
3 tasks
dwalt opened this issue Jun 23, 2022 · 3 comments · May be fixed by #322
Open
3 tasks

New Class - InstrumentationEvent #251

dwalt opened this issue Jun 23, 2022 · 3 comments · 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: instrumentationEvent
"an event related to a platform, instrument, sensor"

Rules:

  • Optional

Element Definitions:

  • citation: [ citation ] "citation to the instrumentationEvent"
  • description: { character } "description of the instrumentationEvent"
  • extent: [ extent ] "extent of the instrumentationEvent"
  • type: { eventType } "type of the instrumentationEvent"
  • revisionHistory: [ revision ] "history of revisions to the instrumentationEvent"

Rules:

  • description: required
  • type: required

mdJSON

"instrumentationEventList": [
  {
      "instrumentationEvent": 
          {
              "citation": [ ],
              "description": { },
              "extent": [ ],
               "eventType": { },
               "revisionHistory": [ ]
            }
   }
]
@jwaspin jwaspin mentioned this issue Apr 3, 2024
4 tasks
@jwaspin
Copy link
Contributor

jwaspin commented Apr 4, 2024

@dwalt It looks like description is supposed to be a string not an object, just want to confirm that's correct

@dwalt
Copy link
Collaborator Author

dwalt commented Apr 5, 2024

@jwaspin Yes, it is a string.

@jwaspin
Copy link
Contributor

jwaspin commented Apr 8, 2024

#250
#254

This was referenced Apr 15, 2024
@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