| name | data type | constraints | description |
|---|---|---|---|
| index | number | required | |
Properties inherited from MeasuredValue |
|||
| measurementEquipmentTypeUsed | MeasurementEquipmentTypeUsed | ||
| locationCharacteristicsOverride | LocationCharacteristicsOverride | ||
| basicDataValue | BasicDataValue | ||
| measuredValueExtension | ExtensionType | ||
Example
{
"index" : 12345,
"measurementEquipmentTypeUsed" : {
"value" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ]
},
"locationCharacteristicsOverride" : {
"measurementLanesOverride" : "lane6",
"reversedFlow" : true,
"locationCharacteristicsOverrideExtension" : {
"anies" : [ { }, { } ]
}
},
"basicDataValue" : {
"accuracy" : 12345.0,
"computationalMethod" : "arithmeticAverageOfSamplesInATimePeriod",
"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" : { }
} ]
}
}