| diagram | ![]()  | 
				||
| namespace | http://base.api.ec.n2.tibco.com | ||
| children | id ref attribute | ||
| used by | 
  | 
				||
| annotation | 
  | 
				||
| 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>  |