adiwg / mdJson-schemas

JSON schemas, examples, and templates for ADIwg metadata standards
http://www.adiwg.org/projects/
GNU Lesser General Public License v3.0
18 stars 15 forks source link

New Elements - ProcessStep #236

Open stansmith907 opened 4 years ago

stansmith907 commented 4 years ago

Class processStep

New Element Definitions:

Rules:

Note: LE_ProcessStep also added an output element array to hold products produced by the step. These are of type { LE_Source }. We added this function to mdJSON earlier in support of FGDC as the stepProduct array of type { LI_Source }. I will make the needed adjustment in the writers.

mdJson:

{
   "processStep": [
      {
         "stepId": "process step ID",
         "description": "process step description",
         "rationale": "process step rationale",
         "timePeriod": { },
         "processor": [ ],
         "stepSource": [ ],
         "stepProduct": [ ],
         "reference": [ ],
         "scope": { },
         "processingInformation": { },
         "report": [ ]
      }
   ]
}