TrafficViewPublication Data Type

Implemented Interfaces
Serializable
Properties
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" : "neighbouringCountries",
    "confidentiality" : "restrictedToAuthorities",
    "informationUsage" : [ "internet", "variableMessageSign" ],
    "informationStatus" : "technicalExercise",
    "urgency" : "normalUrgency",
    "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" : "other",
    "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" : "..."
}