| name | data type | description |
|---|---|---|
| trafficViewTime | string | |
| predefinedLocationSetReference | string | |
| linearTrafficView | array of LinearTrafficView | |
| trafficViewExtension | ExtensionType | |
| id | string |
Example
{
"trafficViewTime" : "...",
"predefinedLocationSetReference" : "...",
"linearTrafficView" : [ {
"linearPredefinedLocationReference" : "...",
"trafficViewRecord" : [ {
"recordSequenceNumber" : 12345,
"trafficElement" : { },
"operatorAction" : { },
"elaboratedData" : { },
"urlLink" : [ { }, { } ],
"trafficViewRecordExtension" : { },
"id" : "..."
}, {
"recordSequenceNumber" : 12345,
"trafficElement" : { },
"operatorAction" : { },
"elaboratedData" : { },
"urlLink" : [ { }, { } ],
"trafficViewRecordExtension" : { },
"id" : "..."
} ],
"linearTrafficViewExtension" : {
"anies" : [ { }, { } ]
},
"id" : "..."
}, {
"linearPredefinedLocationReference" : "...",
"trafficViewRecord" : [ {
"recordSequenceNumber" : 12345,
"trafficElement" : { },
"operatorAction" : { },
"elaboratedData" : { },
"urlLink" : [ { }, { } ],
"trafficViewRecordExtension" : { },
"id" : "..."
}, {
"recordSequenceNumber" : 12345,
"trafficElement" : { },
"operatorAction" : { },
"elaboratedData" : { },
"urlLink" : [ { }, { } ],
"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" : "..."
}