complexType ResultEntry
diagram ec_all_diagrams/ec_all_p801.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>

element ResultEntry/id
diagram ec_all_diagrams/ec_all_p802.png
type xs:long
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Unique id for this result entry
source <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>

element ResultEntry/ref
diagram ec_all_diagrams/ec_all_p803.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Reference used for this entry
source <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>

element ResultEntry/attribute
diagram ec_all_diagrams/ec_all_p804.png
type BaseEntryAttribute
properties
minOcc 0
maxOcc unbounded
content complex
children attributeId attributeName attributeDisplayName type
source <xs:element name="attribute" type="BaseEntryAttribute" minOccurs="0" maxOccurs="unbounded"/>


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