ElaboratedData Data Type

Implemented Interfaces
Serializable
Properties
name data type description
forecast boolean
sourceInformation SourceInformation
validity Validity
basicDataValue BasicDataValue
elaboratedDataExtension ExtensionType
id string

Example

{
  "forecast" : true,
  "sourceInformation" : {
    "sourceCountry" : "nl",
    "sourceIdentification" : "...",
    "sourceName" : {
      "value" : [ { }, { } ]
    },
    "sourceType" : "spotterAircraft",
    "reliable" : true,
    "sourceInformationExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "validity" : {
    "validityStatus" : "active",
    "validityTimeSpecification" : {
      "overallStartTime" : { },
      "overallEndTime" : { },
      "validPeriod" : [ { }, { } ],
      "exceptionPeriod" : [ { }, { } ],
      "overallPeriodExtension" : { }
    },
    "validityExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "basicDataValue" : {
    "accuracy" : 12345.0,
    "computationalMethod" : "movingAverageOfSamples",
    "fault" : true,
    "faultReason" : {
      "value" : [ { }, { } ]
    },
    "numberOfIncompleteInputs" : 12345,
    "numberOfInputValuesUsed" : 12345,
    "period" : 12345.0,
    "smoothingFactor" : 12345.0,
    "standardDeviation" : 12345.0,
    "supplierCalculatedDataQuality" : 12345.0,
    "time" : {
      "value" : "..."
    },
    "affectedLocation" : {
      "locationContainedInGroup" : [ { }, { } ],
      "routeDestination" : [ { }, { } ],
      "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" : { }
    } ]
  },
  "id" : "..."
}