mdJson-schemas
mdJson-schemas copied to clipboard
New Class - InstrumentationEventList
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": [ ]
}
#254