complexType RequiredExtendedDataOptions
diagram ec_wsdl_diagrams/ec_wsdl_p211.png
namespace http://base.api.ec.n2.tibco.com
children requireAllExtendedData requiredExtendedData version
used by
elements PurgeOptions/requiredExtendedData GetAttributeOptions/requiredExtendedData RegisterAttributeOptions/requiredExtendedData RequiredExtendedDataOptions
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>

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