BasicDataValue Data Type

Abstract Type
Subtypes
TrafficValue, WindInformation, VisibilityInformation, RoadSurfaceConditionInformation, PollutionInformation, TemperatureInformation, PrecipitationInformation, TrafficSpeed, TravelTimeValue, IndividualVehicleMeasurements, TrafficFlow, TrafficConcentration, TrafficStatusValue, WeatherValue, TrafficHeadway
Implemented Interfaces
Serializable
Properties
name data type description
accuracy number
computationalMethod ComputationMethodEnum
fault boolean
faultReason FaultReason
numberOfIncompleteInputs number
numberOfInputValuesUsed number
period number
smoothingFactor number
standardDeviation number
supplierCalculatedDataQuality number
time DateTime
affectedLocation GroupOfLocations
basicDataValueExtension ExtensionType

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "accuracy" : 12345.0,
  "computationalMethod" : "arithmeticAverageOfSamplesInATimePeriod",
  "fault" : true,
  "faultReason" : {
    "value" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ]
  },
  "numberOfIncompleteInputs" : 12345,
  "numberOfInputValuesUsed" : 12345,
  "period" : 12345.0,
  "smoothingFactor" : 12345.0,
  "standardDeviation" : 12345.0,
  "supplierCalculatedDataQuality" : 12345.0,
  "time" : {
    "value" : "..."
  },
  "affectedLocation" : {
    "locationContainedInGroup" : [ {
      "locationExtension" : { }
    }, {
      "locationExtension" : { }
    } ],
    "routeDestination" : [ { }, { } ],
    "groupOfLocationsExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "basicDataValueExtension" : {
    "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" : { }
    } ]
  }
}