| name | data type | description | 
|---|---|---|
| measurementSiteTableReference | string | |
| headerInformation | HeaderInformation | |
| siteMeasurements | array of SiteMeasurements | |
| measuredDataPublicationExtension | ExtensionType | |
Properties inherited from PayloadPublication | 
        ||
| feedType | string | |
| publicationTime | DateTime | |
| publicationCreator | InternationalIdentifier | |
| payloadPublicationExtension | ExtensionType | |
| lang | string | |
Example
{
  "measurementSiteTableReference" : "...",
  "headerInformation" : {
    "areaOfInterest" : "neighbouringCountries",
    "confidentiality" : "internalUse",
    "informationUsage" : [ "variableMessageSign", "variableMessageSign" ],
    "informationStatus" : "real",
    "urgency" : "urgent",
    "headerInformationExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "siteMeasurements" : [ {
    "measurementSiteReference" : "...",
    "measurementTimeDefault" : {
      "value" : "..."
    },
    "measuredValue" : [ {
      "index" : 12345,
      "measurementEquipmentTypeUsed" : { },
      "locationCharacteristicsOverride" : { },
      "basicDataValue" : { },
      "measuredValueExtension" : { }
    }, {
      "index" : 12345,
      "measurementEquipmentTypeUsed" : { },
      "locationCharacteristicsOverride" : { },
      "basicDataValue" : { },
      "measuredValueExtension" : { }
    } ],
    "siteMeasurementsExtension" : {
      "anies" : [ { }, { } ]
    }
  }, {
    "measurementSiteReference" : "...",
    "measurementTimeDefault" : {
      "value" : "..."
    },
    "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" : { }
    } ]
  },
  "feedType" : "...",
  "publicationTime" : {
    "value" : "..."
  },
  "publicationCreator" : {
    "country" : "es",
    "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" : "..."
}