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 - ProcessParameter #253

Open dwalt opened 2 years ago

dwalt commented 2 years ago

Class Definition: processParameter "parameter (value or resource) used in a process"

Rules:


Element Definitions:

Notes:

  1. name data type was set to Character from the ISO stated memberName for simplicity
  2. valueType data type was set to Character from the ISO stated recordType for simplicity
  3. value data type was set to Character from the ISO stated "record" for simplicity

Rules:


mdJSON:


"processing": [
   {
      "processParameter":
         {
            "name": { },
            "direction": { },
            "description": { },
            "optionality": { },
            "repeatability": { },
            "valuetype": { },
            "value": { }
         }
   }
]
jwaspin commented 2 months ago

@dwalt Is there a definition for parameterDirection somewhere, or what is that?

I found this codelist, is this what we need? https://standards.iso.org/iso/19115/resources/Codelists/gml/SV_ParameterDirection.xml