simpleType PurgeStatusType
namespace http://www.tibco.com/bx/2009/management/processManagerType
type restriction of xsd:string
properties
base xsd:string
used by
element PurgeStatus/status
facets
Kind Value Annotation
enumeration PURGE_IN_PROGRESS
documentation
A purge action is currently being executed
enumeration PURGE_COMPLETED
documentation
The last purge operation completed successfully
enumeration PURGE_STOPPED
documentation
The last purge operation was stopped manually
enumeration PURGE_FAILED
documentation
The last purge operation failed.
annotation
documentation
An enumerated status indicator for the last purge operation
source <xsd:simpleType name="PurgeStatusType">
 
<xsd:annotation>
   
<xsd:documentation>An enumerated status indicator for the last purge operation</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="PURGE_IN_PROGRESS">
     
<xsd:annotation>
       
<xsd:documentation>A purge action is currently being executed</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="PURGE_COMPLETED">
     
<xsd:annotation>
       
<xsd:documentation>The last purge operation completed successfully</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="PURGE_STOPPED">
     
<xsd:annotation>
       
<xsd:documentation>The last purge operation was stopped manually</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="PURGE_FAILED">
     
<xsd:annotation>
       
<xsd:documentation>The last purge operation failed.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>


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