| namespace | http://base.api.ec.n2.tibco.com | |||||||||||||||||||||||
| type | restriction of xs:string | |||||||||||||||||||||||
| properties |
|
|||||||||||||||||||||||
| used by |
|
|||||||||||||||||||||||
| facets |
|
|||||||||||||||||||||||
| annotation |
|
|||||||||||||||||||||||
| 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> |