complexType AutoArchiveStatus
diagram ec_wsdl_diagrams/ec_wsdl_p1277.png
namespace http://base.api.ec.n2.tibco.com
children isRunning status nextArchiveAt lastRun currentRun
used by
elements AutoArchiveStatus checkAutoArchiveResponseObject/status
annotation
documentation
A status object containing information on the running of the AutoArchiver.  It will give information on any currently running archive, as well as the last one run.
source <xs:complexType name="AutoArchiveStatus">
 
<xs:annotation>
   
<xs:documentation>A status object containing information on the running of the AutoArchiver.  It will give information on any currently running archive, as well as the last one run.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="isRunning" type="xs:boolean" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Whether or not the Auto-Archiver is currently running.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="status" type="xs:string" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>A textual representation of the status of the Auto-Archive</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="nextArchiveAt" type="xs:dateTime" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The time the next Archive is scheduled for</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="lastRun" type="AutoArchiveResult" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="currentRun" type="AutoArchiveResult" minOccurs="0" maxOccurs="1"/>
 
</xs:sequence>
</xs:complexType>

element AutoArchiveStatus/isRunning
diagram ec_wsdl_diagrams/ec_wsdl_p1278.png
type xs:boolean
properties
content simple
annotation
documentation
Whether or not the Auto-Archiver is currently running.
source <xs:element name="isRunning" type="xs:boolean" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Whether or not the Auto-Archiver is currently running.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AutoArchiveStatus/status
diagram ec_wsdl_diagrams/ec_wsdl_p1279.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
A textual representation of the status of the Auto-Archive
source <xs:element name="status" type="xs:string" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>A textual representation of the status of the Auto-Archive</xs:documentation>
 
</xs:annotation>
</xs:element>

element AutoArchiveStatus/nextArchiveAt
diagram ec_wsdl_diagrams/ec_wsdl_p1280.png
type xs:dateTime
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The time the next Archive is scheduled for
source <xs:element name="nextArchiveAt" type="xs:dateTime" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The time the next Archive is scheduled for</xs:documentation>
 
</xs:annotation>
</xs:element>

element AutoArchiveStatus/lastRun
diagram ec_wsdl_diagrams/ec_wsdl_p1281.png
type AutoArchiveResult
properties
minOcc 0
maxOcc 1
content complex
children start end duration instancesArchived instanceEventsArchived systemEventsArchived totalEventsArchived ecEventSize warning succeeded timeout
source <xs:element name="lastRun" type="AutoArchiveResult" minOccurs="0" maxOccurs="1"/>

element AutoArchiveStatus/currentRun
diagram ec_wsdl_diagrams/ec_wsdl_p1282.png
type AutoArchiveResult
properties
minOcc 0
maxOcc 1
content complex
children start end duration instancesArchived instanceEventsArchived systemEventsArchived totalEventsArchived ecEventSize warning succeeded timeout
source <xs:element name="currentRun" type="AutoArchiveResult" minOccurs="0" maxOccurs="1"/>

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