Actuate Information Delivery API data types : PropertyValue
 
PropertyValue
A complex data type that specifies a name-value pair.
Schema
<xsd:complexType name="PropertyValue">
<xsd:sequence>
<xsd:element name="Name" type="xsd:string" />
<xsd:element name="Value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
Elements
Name
The name of the property.
Value
The value of the property.