MeasuredDataPublication Data Type

Implemented Interfaces
Serializable
Properties
name data type description
measurementSiteTableReference string
headerInformation HeaderInformation
siteMeasurements array of SiteMeasurements
measuredDataPublicationExtension ExtensionType
Properties inherited from PayloadPublication
feedDescription MultilingualString
feedType string
publicationTime string
publicationCreator InternationalIdentifier
payloadPublicationExtension ExtensionType
lang string

Example

{
  "measurementSiteTableReference" : "...",
  "headerInformation" : {
    "areaOfInterest" : "national",
    "confidentiality" : "restrictedToAuthoritiesAndTrafficOperators",
    "informationStatus" : "real",
    "urgency" : "normalUrgency",
    "headerInformationExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "siteMeasurements" : [ {
    "measurementSiteReference" : "...",
    "measurementTimeDefault" : "...",
    "measuredValue" : [ {
      "index" : 12345,
      "measurementEquipmentTypeUsed" : { },
      "locationCharacteristicsOverride" : { },
      "basicDataValue" : { },
      "measuredValueExtension" : { }
    }, {
      "index" : 12345,
      "measurementEquipmentTypeUsed" : { },
      "locationCharacteristicsOverride" : { },
      "basicDataValue" : { },
      "measuredValueExtension" : { }
    } ],
    "siteMeasurementsExtension" : {
      "anies" : [ { }, { } ]
    }
  }, {
    "measurementSiteReference" : "...",
    "measurementTimeDefault" : "...",
    "measuredValue" : [ {
      "index" : 12345,
      "measurementEquipmentTypeUsed" : { },
      "locationCharacteristicsOverride" : { },
      "basicDataValue" : { },
      "measuredValueExtension" : { }
    }, {
      "index" : 12345,
      "measurementEquipmentTypeUsed" : { },
      "locationCharacteristicsOverride" : { },
      "basicDataValue" : { },
      "measuredValueExtension" : { }
    } ],
    "siteMeasurementsExtension" : {
      "anies" : [ { }, { } ]
    }
  } ],
  "measuredDataPublicationExtension" : {
    "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" : { }
    } ]
  },
  "feedDescription" : {
    "values" : {
      "value" : [ { }, { } ]
    }
  },
  "feedType" : "...",
  "publicationTime" : "...",
  "publicationCreator" : {
    "country" : "li",
    "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" : "..."
}