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 - Source #234

Open stansmith907 opened 5 years ago

stansmith907 commented 5 years ago

Class source

New Element Definitions:

Rules:

mdJson:

{
   "source": [
      {
         "sourceId": "source ID",
         "description": "source description",
         "sourceCitation": { },
         "metadataCitation": [ ],
         "spatialResolution": { },
         "referenceSystem": { },
         "sourceProcessStep": [ ],
         "scope": { },
         "processedLevel": { },
         "resolution": { }
      }
   ]
}