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 Class - Pass #220

Open stansmith907 opened 5 years ago

stansmith907 commented 5 years ago

Class Definition: pass "identification of collection coverage" See: ISO MI_PlatformPass

Rules:


Element Definitions:

Rules:


mdJson:

{
   "acquisition": [
      {
         "pass": [
            {
               "passId": "pass ID",
               "identifier": { },
               "extent": { },
               "relatedEvent": ["eventId"]
            }
         ]
      }
   ]
}
dwalt commented 2 years ago

Removed "platformId" element. ISO 19115-2 2019 documents do not indicate a direct relationship with the Platform class.

hmaier-fws commented 3 months ago

Updated definition of passId to: passId: ( character ) "a unique mdJSON system identifier for the pass" default: UUID

To clarify that this is an internal identifier for use within mdEditor (e.g., as with contacts).