| name | data type | description |
|---|---|---|
| measurementSiteReference | string | |
| measurementTimeDefault | string | |
| measuredValue | array of MeasuredValue | |
| siteMeasurementsExtension | ExtensionType |
Example
{
"measurementSiteReference" : "...",
"measurementTimeDefault" : "...",
"measuredValue" : [ {
"index" : 12345,
"measurementEquipmentTypeUsed" : {
"values" : { }
},
"locationCharacteristicsOverride" : {
"measurementLanesOverride" : "overtakingLane",
"reversedFlow" : true,
"locationCharacteristicsOverrideExtension" : { }
},
"basicDataValue" : {
"accuracy" : 12345.0,
"computationalMethod" : "arithmeticAverageOfSamplesInATimePeriod",
"fault" : true,
"faultReason" : { },
"numberOfIncompleteInputs" : 12345,
"numberOfInputValuesUsed" : 12345,
"period" : 12345.0,
"smoothingFactor" : 12345.0,
"standardDeviation" : 12345.0,
"supplierCalculatedDataQuality" : 12345.0,
"time" : "...",
"pertinentLocation" : { },
"basicDataValueExtension" : { }
},
"measuredValueExtension" : {
"anies" : [ { }, { } ]
}
}, {
"index" : 12345,
"measurementEquipmentTypeUsed" : {
"values" : { }
},
"locationCharacteristicsOverride" : {
"measurementLanesOverride" : "lane4",
"reversedFlow" : true,
"locationCharacteristicsOverrideExtension" : { }
},
"basicDataValue" : {
"accuracy" : 12345.0,
"computationalMethod" : "harmonicAverageOfSamplesInATimePeriod",
"fault" : true,
"faultReason" : { },
"numberOfIncompleteInputs" : 12345,
"numberOfInputValuesUsed" : 12345,
"period" : 12345.0,
"smoothingFactor" : 12345.0,
"standardDeviation" : 12345.0,
"supplierCalculatedDataQuality" : 12345.0,
"time" : "...",
"pertinentLocation" : { },
"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" : { }
} ]
}
}