RoadSurfaceConditionMeasurements Data Type

Implemented Interfaces
Serializable
Properties
name data type description
deIcingApplicationRate number
deIcingConcentration number
depthOfSnow number
protectionTemperature number
roadSurfaceTemperature number
waterFilmThickness number
roadSurfaceConditionMeasurementsExtension ExtensionType

Example

{
  "deIcingApplicationRate" : 12345.0,
  "deIcingConcentration" : 12345.0,
  "depthOfSnow" : 12345.0,
  "protectionTemperature" : 12345.0,
  "roadSurfaceTemperature" : 12345.0,
  "waterFilmThickness" : 12345.0,
  "roadSurfaceConditionMeasurementsExtension" : {
    "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" : { }
    } ]
  }
}