A container for a list of OSGi component configurations.
http://eurotech.com/esf/2.0
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>