SiteMeasurements Data Type

Implemented Interfaces
Serializable
Properties
name data type description
measurementSiteReference string
measurementTimeDefault DateTime
measuredValue array of MeasuredValue
siteMeasurementsExtension ExtensionType

Example

{
  "measurementSiteReference" : "...",
  "measurementTimeDefault" : {
    "value" : "..."
  },
  "measuredValue" : [ {
    "index" : 12345,
    "measurementEquipmentTypeUsed" : {
      "value" : [ { }, { } ]
    },
    "locationCharacteristicsOverride" : {
      "measurementLanesOverride" : "busLane",
      "reversedFlow" : true,
      "locationCharacteristicsOverrideExtension" : { }
    },
    "basicDataValue" : {
      "accuracy" : 12345.0,
      "computationalMethod" : "medianOfSamplesInATimePeriod",
      "fault" : true,
      "faultReason" : { },
      "numberOfIncompleteInputs" : 12345,
      "numberOfInputValuesUsed" : 12345,
      "period" : 12345.0,
      "smoothingFactor" : 12345.0,
      "standardDeviation" : 12345.0,
      "supplierCalculatedDataQuality" : 12345.0,
      "time" : { },
      "affectedLocation" : { },
      "basicDataValueExtension" : { }
    },
    "measuredValueExtension" : {
      "anies" : [ { }, { } ]
    }
  }, {
    "index" : 12345,
    "measurementEquipmentTypeUsed" : {
      "value" : [ { }, { } ]
    },
    "locationCharacteristicsOverride" : {
      "measurementLanesOverride" : "verge",
      "reversedFlow" : true,
      "locationCharacteristicsOverrideExtension" : { }
    },
    "basicDataValue" : {
      "accuracy" : 12345.0,
      "computationalMethod" : "arithmeticAverageOfSamplesBasedOnAFixedNumberOfSamples",
      "fault" : true,
      "faultReason" : { },
      "numberOfIncompleteInputs" : 12345,
      "numberOfInputValuesUsed" : 12345,
      "period" : 12345.0,
      "smoothingFactor" : 12345.0,
      "standardDeviation" : 12345.0,
      "supplierCalculatedDataQuality" : 12345.0,
      "time" : { },
      "affectedLocation" : { },
      "basicDataValueExtension" : { }
    },
    "measuredValueExtension" : {
      "anies" : [ { }, { } ]
    }
  } ],
  "siteMeasurementsExtension" : {
    "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" : { }
    } ]
  }
}