complexType RequiredExtendedDataOptions
diagram ec_wsdl_diagrams/ec_wsdl_p812.png
namespace http://base.api.ec.n2.tibco.com
children requireAllExtendedData requiredExtendedData version
annotation
documentation
The extended data that the response should return (see documentation for more details on the extended data available for the requests)
source <xs:complexType name="RequiredExtendedDataOptions">
 
<xs:annotation>
   
<xs:documentation>The extended data that the response should return (see documentation for more details on the extended data available for the requests)</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="requireAllExtendedData" type="xs:boolean" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>If set, all extended data available will be returned in the response.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="requiredExtendedData" type="xs:string" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Requests that a given piece of extended data be returned in the response.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="version" type="Version" minOccurs="0" maxOccurs="1"/>
 
</xs:sequence>
</xs:complexType>

element RequiredExtendedDataOptions/requireAllExtendedData
diagram ec_wsdl_diagrams/ec_wsdl_p813.png
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
If set, all extended data available will be returned in the response.
source <xs:element name="requireAllExtendedData" type="xs:boolean" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>If set, all extended data available will be returned in the response.</xs:documentation>
 
</xs:annotation>
</xs:element>

element RequiredExtendedDataOptions/requiredExtendedData
diagram ec_wsdl_diagrams/ec_wsdl_p814.png
type xs:string
properties
minOcc 0
maxOcc unbounded
content simple
annotation
documentation
Requests that a given piece of extended data be returned in the response.
source <xs:element name="requiredExtendedData" type="xs:string" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Requests that a given piece of extended data be returned in the response.</xs:documentation>
 
</xs:annotation>
</xs:element>

element RequiredExtendedDataOptions/version
diagram ec_wsdl_diagrams/ec_wsdl_p815.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