simpleType PurgeStatusType
namespace http://base.api.ec.n2.tibco.com
type restriction of xs:string
properties
base xs: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 <xs:simpleType name="PurgeStatusType">
 
<xs:annotation>
   
<xs:documentation>An enumerated status indicator for the last purge operation</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="PURGE_IN_PROGRESS">
     
<xs:annotation>
       
<xs:documentation>A purge action is currently being executed</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="PURGE_COMPLETED">
     
<xs:annotation>
       
<xs:documentation>The last purge operation completed successfully</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="PURGE_STOPPED">
     
<xs:annotation>
       
<xs:documentation>The last purge operation was stopped manually</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="PURGE_FAILED">
     
<xs:annotation>
       
<xs:documentation>The last purge operation failed.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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