complexType BaseAuditInformation
diagram ec_wsdl_diagrams/ec_wsdl_p1285.png
namespace http://base.api.ec.n2.tibco.com
properties
abstract true
children endPosition startPosition totalItems
used by
element BaseAuditInformation
complexTypes Audit GenericResult
annotation
documentation
Audit Information returned for any Audit Trail
source <xs:complexType name="BaseAuditInformation" abstract="true">
 
<xs:annotation>
   
<xs:documentation>Audit Information returned for any Audit Trail</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="endPosition" type="xs:int" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Index of the last event returned by the query.

This will either correlate with either:

- the numberOfItems+startPosition properties specified in the QueryOptions for the query, or

- the end of the results returned by the query.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="startPosition" type="xs:int" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Index of the first event returend by the query.

This will correlate with the startPosition  specified in QueryOptions in the query request.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="totalItems" type="xs:long" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Total number of items the query could have returned (if it had specified its startPosition as 0 and numberOfItems as -1). 

For performance reasons,
totalItems is only returned if the getTotalItems flag was specified in QueryOptions in the query request.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element BaseAuditInformation/endPosition
diagram ec_wsdl_diagrams/ec_wsdl_p1286.png
type xs:int
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Index of the last event returned by the query.

This will either correlate with either:

- the numberOfItems+startPosition properties specified in the QueryOptions for the query, or

- the end of the results returned by the query.
source <xs:element name="endPosition" type="xs:int" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Index of the last event returned by the query.

This will either correlate with either:

- the numberOfItems+startPosition properties specified in the QueryOptions for the query, or

- the end of the results returned by the query.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element BaseAuditInformation/startPosition
diagram ec_wsdl_diagrams/ec_wsdl_p1287.png
type xs:int
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Index of the first event returend by the query.

This will correlate with the startPosition  specified in QueryOptions in the query request.
source <xs:element name="startPosition" type="xs:int" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Index of the first event returend by the query.

This will correlate with the startPosition  specified in QueryOptions in the query request.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element BaseAuditInformation/totalItems
diagram ec_wsdl_diagrams/ec_wsdl_p1288.png
type xs:long
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Total number of items the query could have returned (if it had specified its startPosition as 0 and numberOfItems as -1). 

For performance reasons,
totalItems is only returned if the getTotalItems flag was specified in QueryOptions in the query request.
source <xs:element name="totalItems" type="xs:long" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Total number of items the query could have returned (if it had specified its startPosition as 0 and numberOfItems as -1). 

For performance reasons,
totalItems is only returned if the getTotalItems flag was specified in QueryOptions in the query request.
</xs:documentation>
 
</xs:annotation>
</xs:element>

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