deviceConfiguration Data Type

A container for a list of OSGi component configurations.

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

Example

<configurations xmlns="http://eurotech.com/esf/2.0">
  <configuration pid="...">
    <OCD description="..." id="..." name="..." xmlns="http://www.osgi.org/xmlns/metatype/v1.2.0">
      <AD/>
      <Icon/>
      <extension1 xmlns="">...</extension1>
      <extension2 xmlns="">...</extension2>
    </OCD>
    <properties>
      <property/>
    </properties>
  </configuration>
</configurations>