ElaboratedDataPublication Data Type

Implemented Interfaces
Serializable
Properties
name data type description
forecastDefault boolean
periodDefault number
timeDefault DateTime
headerInformation HeaderInformation
referenceSettings ReferenceSettings
elaboratedData array of ElaboratedData
elaboratedDataPublicationExtension ExtensionType
Properties inherited from PayloadPublication
feedType string
publicationTime DateTime
publicationCreator InternationalIdentifier
payloadPublicationExtension ExtensionType
lang string

Example

{
  "forecastDefault" : true,
  "periodDefault" : 12345.0,
  "timeDefault" : {
    "value" : "..."
  },
  "headerInformation" : {
    "areaOfInterest" : "national",
    "confidentiality" : "internalUse",
    "informationUsage" : [ "broadcast", "variableMessageSign" ],
    "informationStatus" : "real",
    "urgency" : "normalUrgency",
    "headerInformationExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "referenceSettings" : {
    "locationSetReference" : "...",
    "trafficStatusDefault" : "congested",
    "referenceSettingsExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "elaboratedData" : [ {
    "forecast" : true,
    "sourceInformation" : {
      "sourceCountry" : "je",
      "sourceIdentification" : "...",
      "sourceName" : { },
      "sourceType" : "microwaveMonitoringStation",
      "reliable" : true,
      "sourceInformationExtension" : { }
    },
    "validity" : {
      "validityStatus" : "suspended",
      "validityTimeSpecification" : { },
      "validityExtension" : { }
    },
    "basicDataValue" : {
      "accuracy" : 12345.0,
      "computationalMethod" : "medianOfSamplesInATimePeriod",
      "fault" : true,
      "faultReason" : { },
      "numberOfIncompleteInputs" : 12345,
      "numberOfInputValuesUsed" : 12345,
      "period" : 12345.0,
      "smoothingFactor" : 12345.0,
      "standardDeviation" : 12345.0,
      "supplierCalculatedDataQuality" : 12345.0,
      "time" : { },
      "affectedLocation" : { },
      "basicDataValueExtension" : { }
    },
    "elaboratedDataExtension" : {
      "anies" : [ { }, { } ]
    },
    "id" : "..."
  }, {
    "forecast" : true,
    "sourceInformation" : {
      "sourceCountry" : "cz",
      "sourceIdentification" : "...",
      "sourceName" : { },
      "sourceType" : "privateBreakdownService",
      "reliable" : true,
      "sourceInformationExtension" : { }
    },
    "validity" : {
      "validityStatus" : "definedByValidityTimeSpec",
      "validityTimeSpecification" : { },
      "validityExtension" : { }
    },
    "basicDataValue" : {
      "accuracy" : 12345.0,
      "computationalMethod" : "medianOfSamplesInATimePeriod",
      "fault" : true,
      "faultReason" : { },
      "numberOfIncompleteInputs" : 12345,
      "numberOfInputValuesUsed" : 12345,
      "period" : 12345.0,
      "smoothingFactor" : 12345.0,
      "standardDeviation" : 12345.0,
      "supplierCalculatedDataQuality" : 12345.0,
      "time" : { },
      "affectedLocation" : { },
      "basicDataValueExtension" : { }
    },
    "elaboratedDataExtension" : {
      "anies" : [ { }, { } ]
    },
    "id" : "..."
  } ],
  "elaboratedDataPublicationExtension" : {
    "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" : { }
    } ]
  },
  "feedType" : "...",
  "publicationTime" : {
    "value" : "..."
  },
  "publicationCreator" : {
    "country" : "gg",
    "nationalIdentifier" : "...",
    "internationalIdentifierExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "payloadPublicationExtension" : {
    "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" : { }
    } ]
  },
  "lang" : "..."
}