Actuate Information Delivery API data types : Argument
 
Argument
A complex data type that represents an argument.
Schema
<xsd:complexType name="Argument">
<xsd:sequence>
<xsd:element name="Name" type="xsd:string"/>
<xsd:element name="Value" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
Elements
Name
The name of the argument.
Value
The value of the argument.