complexType ResultEntry
diagram ec_wsdl_diagrams/ec_wsdl_p214.png
namespace http://base.api.ec.n2.tibco.com
children id ref attribute
used by
elements ResultEntry GenericResult/resultEntry
annotation
documentation
ResultEntry contains the id and ref for this entry, as well as the attributes set for this entry
source <xs:complexType name="ResultEntry">
 
<xs:annotation>
   
<xs:documentation>ResultEntry contains the id and ref for this entry, as well as the attributes set for this entry</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="id" type="xs:long" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Unique id for this result entry</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ref" type="xs:string" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Reference used for this entry</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="attribute" type="BaseEntryAttribute" minOccurs="0" maxOccurs="unbounded"/>
 
</xs:sequence>
</xs:complexType>

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