MeasuredValue Data Type

Subtypes
MeasuredValue
Implemented Interfaces
Serializable
Properties
name data type description
measurementEquipmentTypeUsed MeasurementEquipmentTypeUsed
locationCharacteristicsOverride LocationCharacteristicsOverride
basicDataValue BasicDataValue
measuredValueExtension ExtensionType

Example

{
  "measurementEquipmentTypeUsed" : {
    "value" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ]
  },
  "locationCharacteristicsOverride" : {
    "measurementLanesOverride" : "hardShoulder",
    "reversedFlow" : true,
    "locationCharacteristicsOverrideExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "basicDataValue" : {
    "accuracy" : 12345.0,
    "computationalMethod" : "arithmeticAverageOfSamplesBasedOnAFixedNumberOfSamples",
    "fault" : true,
    "faultReason" : {
      "value" : [ { }, { } ]
    },
    "numberOfIncompleteInputs" : 12345,
    "numberOfInputValuesUsed" : 12345,
    "period" : 12345.0,
    "smoothingFactor" : 12345.0,
    "standardDeviation" : 12345.0,
    "supplierCalculatedDataQuality" : 12345.0,
    "time" : {
      "value" : "..."
    },
    "affectedLocation" : {
      "locationContainedInGroup" : [ { }, { } ],
      "routeDestination" : [ { }, { } ],
      "groupOfLocationsExtension" : { }
    },
    "basicDataValueExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "measuredValueExtension" : {
    "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" : { }
    } ]
  }
}