property element

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

Description of a property

Example XML

<?xml version="1.0" encoding="UTF-8"?> <property name="..." value="..." owner="..." />

Example JSON

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