property element

Type: imbPropertyObject
Namespace: http://www.ibm.com/iib/apiv1/responseObject
XML Schema: ns1.xsd

Description of a property

Example XML

<?xml version="1.0" encoding="UTF-8"?> <property xmlns="http://www.ibm.com/iib/apiv1/responseObject" name="..." value="..." owner="..." type="..." />

Example JSON

{ "name" : "...", "value" : "...", "owner" : "...", "type" : "..." }