MeasuredValue Data Type

Implemented Interfaces
Serializable
Properties
name data type constraints description
index number required
Properties inherited from MeasuredValue
measurementEquipmentTypeUsed MultilingualString  
locationCharacteristicsOverride LocationCharacteristicsOverride  
basicDataValue BasicDataValue  
measuredValueExtension ExtensionType  

Example

{
  "index" : 12345,
  "measurementEquipmentTypeUsed" : {
    "values" : {
      "value" : [ { }, { } ]
    }
  },
  "locationCharacteristicsOverride" : {
    "measurementLanesOverride" : "leftHandTurningLane",
    "reversedFlow" : true,
    "locationCharacteristicsOverrideExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "basicDataValue" : {
    "accuracy" : 12345.0,
    "computationalMethod" : "medianOfSamplesInATimePeriod",
    "fault" : true,
    "faultReason" : {
      "values" : { }
    },
    "numberOfIncompleteInputs" : 12345,
    "numberOfInputValuesUsed" : 12345,
    "period" : 12345.0,
    "smoothingFactor" : 12345.0,
    "standardDeviation" : 12345.0,
    "supplierCalculatedDataQuality" : 12345.0,
    "time" : "...",
    "pertinentLocation" : {
      "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" : { }
    } ]
  }
}