complexType FilterAttribute
diagram ec_wsdl_diagrams/ec_wsdl_p1484.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>

element FilterAttribute/name
diagram ec_wsdl_diagrams/ec_wsdl_p1485.png
type xs:string
properties
content simple
source <xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1"/>

element FilterAttribute/data
diagram ec_wsdl_diagrams/ec_wsdl_p1486.png
type xs:string
properties
content simple
source <xs:element name="data" type="xs:string" minOccurs="1" maxOccurs="1"/>

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