component element

Type: imbComponentResponseObject
Namespace: (default namespace)
XML Schema: ns0.xsd

Description of a component in the broker.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <component type="..." hasChildren="..." uri="..." propertiesUri="..." name="..." />

Example JSON

{ "type" : "...", "hasChildren" : "...", "uri" : { "value" : "..." }, "propertiesUri" : { "value" : "..." }, "name" : "..." }