complexType QueryParameter
diagram ec_wsdl_diagrams/ec_wsdl_p1650.png
namespace http://base.api.ec.n2.tibco.com
children parameterName parameterValue
used by
elements QueryOptions/parameter QueryParameter
annotation
documentation
Definition of a QueryParameter, which can be used when late-binding values into a query filter string.

This can make it easier to re-use an existing query, where only certain values will change within the query.
source <xs:complexType name="QueryParameter">
 
<xs:annotation>
   
<xs:documentation>Definition of a QueryParameter, which can be used when late-binding values into a query filter string.

This can make it easier to re-use an existing query, where only certain values will change within the query.
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="parameterName" type="xs:string" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Name of the parameter to use. 

This should match the name of a late-bound parameter literal used as part of a filter for a registered query.

See the BPM Developer's Guide for more information about the use of late-bound parameter literals with registered query.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="parameterValue" type="xs:string" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Value to use with this parameter.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element QueryParameter/parameterName
diagram ec_wsdl_diagrams/ec_wsdl_p1651.png
type xs:string
properties
content simple
annotation
documentation
Name of the parameter to use. 

This should match the name of a late-bound parameter literal used as part of a filter for a registered query.

See the BPM Developer's Guide for more information about the use of late-bound parameter literals with registered query.
source <xs:element name="parameterName" type="xs:string" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Name of the parameter to use. 

This should match the name of a late-bound parameter literal used as part of a filter for a registered query.

See the BPM Developer's Guide for more information about the use of late-bound parameter literals with registered query.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element QueryParameter/parameterValue
diagram ec_wsdl_diagrams/ec_wsdl_p1652.png
type xs:string
properties
content simple
annotation
documentation
Value to use with this parameter.
source <xs:element name="parameterValue" type="xs:string" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Value to use with this parameter.</xs:documentation>
 
</xs:annotation>
</xs:element>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy