PayloadPublication Data Type

Abstract Type
Subtypes
SituationPublication, ElaboratedDataPublication, MeasurementSiteTablePublication, MeasuredDataPublication, PredefinedLocationsPublication, GenericPublication, TrafficViewPublication
Implemented Interfaces
Serializable
Properties
name data type description
feedDescription MultilingualString
feedType string
publicationTime string
publicationCreator InternationalIdentifier
payloadPublicationExtension ExtensionType
lang string

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "feedDescription" : {
    "values" : {
      "value" : [ { }, { } ]
    }
  },
  "feedType" : "...",
  "publicationTime" : "...",
  "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" : "..."
}