complexType FilterAttribute
diagram ec_wsdl_diagrams/ec_wsdl_p163.png
namespace http://base.api.ec.n2.tibco.com
children name data
used by
elements FilterAttribute FilterAttributes/filterAttribute
annotation
documentation
A specific filter attribute.  A filter attribute consists of a name/value pair which is matched as <name> = <value>
source <xs:complexType name="FilterAttribute">
 
<xs:annotation>
   
<xs:documentation>A specific filter attribute.  A filter attribute consists of a name/value pair which is matched as &lt;name&gt; = &lt;value&gt;</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1"/>
   
<xs:element name="data" type="xs:string" minOccurs="1" maxOccurs="1"/>
 
</xs:sequence>
</xs:complexType>

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