| name | data type | description | 
|---|---|---|
| headerInformation | HeaderInformation | |
| trafficView | array of TrafficView | |
| trafficViewPublicationExtension | ExtensionType | |
Properties inherited from PayloadPublication | 
        ||
| feedType | string | |
| publicationTime | DateTime | |
| publicationCreator | InternationalIdentifier | |
| payloadPublicationExtension | ExtensionType | |
| lang | string | |
Example
{
  "headerInformation" : {
    "areaOfInterest" : "regional",
    "confidentiality" : "restrictedToAuthoritiesTrafficOperatorsAndPublishers",
    "informationUsage" : [ "variableMessageSign", "internal" ],
    "informationStatus" : "securityExercise",
    "urgency" : "extremelyUrgent",
    "headerInformationExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "trafficView" : [ {
    "trafficViewTime" : {
      "value" : "..."
    },
    "predefinedLocationSetReference" : "...",
    "linearTrafficView" : [ {
      "linearPredefinedLocationReference" : "...",
      "trafficViewRecord" : [ { }, { } ],
      "linearTrafficViewExtension" : { },
      "id" : "..."
    }, {
      "linearPredefinedLocationReference" : "...",
      "trafficViewRecord" : [ { }, { } ],
      "linearTrafficViewExtension" : { },
      "id" : "..."
    } ],
    "trafficViewExtension" : {
      "anies" : [ { }, { } ]
    },
    "id" : "..."
  }, {
    "trafficViewTime" : {
      "value" : "..."
    },
    "predefinedLocationSetReference" : "...",
    "linearTrafficView" : [ {
      "linearPredefinedLocationReference" : "...",
      "trafficViewRecord" : [ { }, { } ],
      "linearTrafficViewExtension" : { },
      "id" : "..."
    }, {
      "linearPredefinedLocationReference" : "...",
      "trafficViewRecord" : [ { }, { } ],
      "linearTrafficViewExtension" : { },
      "id" : "..."
    } ],
    "trafficViewExtension" : {
      "anies" : [ { }, { } ]
    },
    "id" : "..."
  } ],
  "trafficViewPublicationExtension" : {
    "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" : "cz",
    "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" : "..."
}