ElaboratedData Data Type

Implemented Interfaces
Serializable
Properties
name data type description
forecast boolean
source Source
validity Validity
basicDataValue BasicDataValue
elaboratedDataExtension ExtensionType

Example

{
  "forecast" : true,
  "source" : {
    "sourceCountry" : "je",
    "sourceIdentification" : "...",
    "sourceName" : {
      "values" : { }
    },
    "sourceType" : "automobileClubPatrol",
    "reliable" : true,
    "sourceExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "validity" : {
    "validityStatus" : "definedByValidityTimeSpec",
    "overrunning" : true,
    "validityTimeSpecification" : {
      "overallStartTime" : "...",
      "overallEndTime" : "...",
      "validPeriod" : [ { }, { } ],
      "exceptionPeriod" : [ { }, { } ],
      "overallPeriodExtension" : { }
    },
    "validityExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "basicDataValue" : {
    "accuracy" : 12345.0,
    "computationalMethod" : "arithmeticAverageOfSamplesInATimePeriod",
    "fault" : true,
    "faultReason" : {
      "values" : { }
    },
    "numberOfIncompleteInputs" : 12345,
    "numberOfInputValuesUsed" : 12345,
    "period" : 12345.0,
    "smoothingFactor" : 12345.0,
    "standardDeviation" : 12345.0,
    "supplierCalculatedDataQuality" : 12345.0,
    "time" : "...",
    "pertinentLocation" : {
      "groupOfLocationsExtension" : { }
    },
    "basicDataValueExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "elaboratedDataExtension" : {
    "anies" : [ {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }, {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    } ]
  }
}