mdJson-schemas
mdJson-schemas copied to clipboard
New Class - Processing
Class Definition: processing "comprehensive information about the procedure(s), process(es) and algorithm(s) applied in the process step"
Rules:
- [ ] optional
Element Definitions:
- identifier: { identifier } "information to identify the processing package that produced the data"
- softwareReference: { citation } "reference to document describing processing software"
- procedureDescription: ( string ) "additional details about the processing procedures"
- documentation: [ citation ] "reference to documentation describing the processing"
- runtimeParameters: ( string ) "parameters to control the processing operations, entered at run time"
- algorithm: [ algorithm ] "details of the methodology by which geographic information was derived from the instrument readings"
- parameter: [ parameters ] "parameter(s) used in a process"
Rules:
- [ ] identifier: required
mdJson:
"processing": {
"identifier": { },
"softwareReference": { },
"procedureDescription": "procedure description",
"documentation": [ ],
"runtimeParameters": "runtime parameters",
"algorithm": [ ],
"parameter": [ ] "processing parameters"
}
Added "parameter" element.