MeasurementSpecificCharacteristics Data Type

Subtypes
MeasurementSpecificCharacteristics
Implemented Interfaces
Serializable
Properties
name data type description
accuracy number
period number
smoothingFactor number
specificLane LaneEnum
specificMeasurementValueType MeasuredOrDerivedDataTypeEnum
specificVehicleCharacteristics VehicleCharacteristics
measurementSpecificCharacteristicsExtension ExtensionType

Example

{
  "accuracy" : 12345.0,
  "period" : 12345.0,
  "smoothingFactor" : 12345.0,
  "specificLane" : "busStop",
  "specificMeasurementValueType" : "humidityInformation",
  "specificVehicleCharacteristics" : {
    "fuelType" : "lpg",
    "loadType" : "goods",
    "vehicleEquipment" : "notUsingSnowChains",
    "vehicleType" : [ "vehicleWithCatalyticConverter", "tram" ],
    "vehicleUsage" : "roadMaintenanceOrConstruction",
    "grossWeightCharacteristic" : [ {
      "comparisonOperator" : "greatherThanOrEqualTo",
      "grossVehicleWeight" : 12345.0,
      "grossWeightCharacteristicExtension" : { }
    }, {
      "comparisonOperator" : "lessThanOrEqualTo",
      "grossVehicleWeight" : 12345.0,
      "grossWeightCharacteristicExtension" : { }
    } ],
    "heightCharacteristic" : [ {
      "comparisonOperator" : "equalTo",
      "vehicleHeight" : 12345.0,
      "heightCharacteristicExtension" : { }
    }, {
      "comparisonOperator" : "lessThan",
      "vehicleHeight" : 12345.0,
      "heightCharacteristicExtension" : { }
    } ],
    "lengthCharacteristic" : [ {
      "comparisonOperator" : "lessThanOrEqualTo",
      "vehicleLength" : 12345.0,
      "lengthCharacteristicExtension" : { }
    }, {
      "comparisonOperator" : "greatherThanOrEqualTo",
      "vehicleLength" : 12345.0,
      "lengthCharacteristicExtension" : { }
    } ],
    "widthCharacteristic" : [ {
      "comparisonOperator" : "greatherThanOrEqualTo",
      "vehicleWidth" : 12345.0,
      "widthCharacteristicExtension" : { }
    }, {
      "comparisonOperator" : "greaterThan",
      "vehicleWidth" : 12345.0,
      "widthCharacteristicExtension" : { }
    } ],
    "heaviestAxleWeightCharacteristic" : [ {
      "comparisonOperator" : "lessThan",
      "heaviestAxleWeight" : 12345.0,
      "heaviestAxleWeightCharacteristicExtension" : { }
    }, {
      "comparisonOperator" : "lessThan",
      "heaviestAxleWeight" : 12345.0,
      "heaviestAxleWeightCharacteristicExtension" : { }
    } ],
    "numberOfAxlesCharacteristic" : [ {
      "comparisonOperator" : "greatherThanOrEqualTo",
      "numberOfAxles" : 12345,
      "numberOfAxlesCharacteristicExtension" : { }
    }, {
      "comparisonOperator" : "greatherThanOrEqualTo",
      "numberOfAxles" : 12345,
      "numberOfAxlesCharacteristicExtension" : { }
    } ],
    "vehicleCharacteristicsExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "measurementSpecificCharacteristicsExtension" : {
    "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" : { }
    } ]
  }
}