imbPropertiesObject
Namespace: |
(default namespace) |
XML Schema: |
ns0.xsd |
Description of the properties of an object.
XML
Attributes
name |
type |
description |
uri |
imbURI |
The URI to this properties response.
|
Elements
name (type) |
min/max occurs |
description |
basicProperties/property (imbPropertyObject)
|
0/unbounded |
The basic properties of this object.
|
advancedProperties/property (imbPropertyObject)
|
0/unbounded |
The advanced properties of this object.
|
deployedProperties/property (imbPropertyObject)
|
0/unbounded |
The deployed properties of this object.
|
JSON
property |
type |
description |
uri |
imbURI |
The URI to this properties response.
|
basicProperties |
array of basicProperties/property (imbPropertyObject)
|
The basic properties of this object.
|
advancedProperties |
array of advancedProperties/property (imbPropertyObject)
|
The advanced properties of this object.
|
deployedProperties |
array of deployedProperties/property (imbPropertyObject)
|
The deployed properties of this object.
|