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 - QuantitativeResult #228

Closed stansmith907 closed 8 months ago

stansmith907 commented 5 years ago

Class Definition: quantitativeResult "The values or information about the value(s) (or set of values) obtained from applying a data quality measure"

Rules:


Element Definitions:

Rules:


mdJson:

{
   "dataQuality": [
      {
         "report": [
            {
               "quantitativeResult": [
                  {
                     "dateTime": "2019-06-11T09:00:00",
                     "scope": { },
                     "value": [9.99, 9.0],
                     "valueUnits": "value units",
                     "valueRecordType": "value record type"
                  }
               ]
            }
         ]
      }
   ]
}
jwaspin commented 9 months ago

Changes

Modified

Class Definition: quantitativeResult "The values or information about the value(s) (or set of values) obtained from applying a data quality measure"

Rules:


Element Definitions:

Rules:


mdJson:

{
   "dataQuality": [
      {
         "report": [
            {
               "quantitativeResult": [
                  {
                     "dateTime": "2019-06-11T09:00:00",
                     "scope": { },
                     "value": [9.99, 9.0],
                     "valueUnits": "value units",
                     "valueRecordType": "value record type"
                  }
               ]
            }
         ]
      }
   ]
}