metricValuesResult Data Type

Namespace
http://eurotech.com/edc/2.0
Schema
edc.xsd
Properties
name data type type namespace min/max occurs constraints description
limitExceeded boolean element edc 1/1 required  
metricValue list of edcMetricValue element edc 0/unbounded    

Example

<metricValuesResult xmlns="http://eurotech.com/edc/2.0">
  <limitExceeded>...</limitExceeded>
  <metricValue>
    <timestamp>...</timestamp>
    <value>...</value>
    <uuid>...</uuid>
  </metricValue>
</metricValuesResult>