TrafficView Data Type

Implemented Interfaces
Serializable
Properties
name data type description
trafficViewTime DateTime
predefinedLocationSetReference string
linearTrafficView array of LinearTrafficView
trafficViewExtension ExtensionType
id string

Example

{
  "trafficViewTime" : {
    "value" : "..."
  },
  "predefinedLocationSetReference" : "...",
  "linearTrafficView" : [ {
    "linearPredefinedLocationReference" : "...",
    "trafficViewRecord" : [ {
      "recordSequenceNumber" : 12345,
      "trafficElement" : { },
      "operatorAction" : { },
      "elaboratedData" : { },
      "cctvimages" : { },
      "trafficViewRecordExtension" : { },
      "id" : "..."
    }, {
      "recordSequenceNumber" : 12345,
      "trafficElement" : { },
      "operatorAction" : { },
      "elaboratedData" : { },
      "cctvimages" : { },
      "trafficViewRecordExtension" : { },
      "id" : "..."
    } ],
    "linearTrafficViewExtension" : {
      "anies" : [ { }, { } ]
    },
    "id" : "..."
  }, {
    "linearPredefinedLocationReference" : "...",
    "trafficViewRecord" : [ {
      "recordSequenceNumber" : 12345,
      "trafficElement" : { },
      "operatorAction" : { },
      "elaboratedData" : { },
      "cctvimages" : { },
      "trafficViewRecordExtension" : { },
      "id" : "..."
    }, {
      "recordSequenceNumber" : 12345,
      "trafficElement" : { },
      "operatorAction" : { },
      "elaboratedData" : { },
      "cctvimages" : { },
      "trafficViewRecordExtension" : { },
      "id" : "..."
    } ],
    "linearTrafficViewExtension" : {
      "anies" : [ { }, { } ]
    },
    "id" : "..."
  } ],
  "trafficViewExtension" : {
    "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" : { }
    } ]
  },
  "id" : "..."
}