complexType QueryOptions
diagram ec_wsdl_diagrams/ec_wsdl_p1647.png
namespace http://base.api.ec.n2.tibco.com
type extension of BaseQueryOptions
properties
base BaseQueryOptions
children getTotalCount numberOfItems populateAttributeNames startPosition advancedOption parameter version
used by
elements QueryPayload/options QueryOptions
source <xs:complexType name="QueryOptions">
 
<xs:complexContent>
   
<xs:extension base="BaseQueryOptions">
     
<xs:sequence>
       
<xs:element name="parameter" type="QueryParameter" minOccurs="0" maxOccurs="unbounded"/>
       
<xs:element name="version" type="Version" minOccurs="0" maxOccurs="1"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element QueryOptions/parameter
diagram ec_wsdl_diagrams/ec_wsdl_p1648.png
type QueryParameter
properties
minOcc 0
maxOcc unbounded
content complex
children parameterName parameterValue
source <xs:element name="parameter" type="QueryParameter" minOccurs="0" maxOccurs="unbounded"/>

element QueryOptions/version
diagram ec_wsdl_diagrams/ec_wsdl_p1649.png
type Version
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration 2.2
documentation
&lt;Default&gt; 2.2 version of the API.
enumeration 3.0
documentation
3.0 version of the API.  Introduces the following:
- All BaseEntryAttribute derived entities (such as IntegerEntryAttribute) can now return multiple "value" entities if the source Attribute is an array type
- BaseEntryAttribute can return a label for an Attribute if one has been defined
enumeration 4.1
source <xs:element name="version" type="Version" minOccurs="0" maxOccurs="1"/>

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