edcMetricsMapType Data Type

A container for EdcMetric instances organized into a list.

Namespace
http://eurotech.com/edc/2.0
Schema
edc.xsd
Properties
name data type type namespace min/max occurs description
metric list of edcMetric element edc 0/unbounded  

Example

<e----- xmlns="http://eurotech.com/edc/2.0">
  <metric>
    <name>...</name>
    <type>...</type>
    <value>...</value>
  </metric>
</e----->