simpleType ProcessTemplateStatusType
namespace http://base.api.ec.n2.tibco.com
type restriction of xs:string
properties
base xs:string
used by
element ProcessTemplateMeasureEntry/type
facets
Kind Value Annotation
enumeration STARTED
documentation
Process started status
enumeration COMPLETED
documentation
Process completed status
enumeration SUSPENDED
documentation
Process suspended status
enumeration HALTED
documentation
Process halted status
enumeration CANCELLED
documentation
Process cancelled status
enumeration FAILED
documentation
Process failed status
annotation
documentation
Enumerated value defining the state of a process instance. One of: STARTED, COMPLETED, SUSPENDED, HALTED, CANCELLED or FAILED.
source <xs:simpleType name="ProcessTemplateStatusType">
 
<xs:annotation>
   
<xs:documentation>Enumerated value defining the state of a process instance. One of: STARTED, COMPLETED, SUSPENDED, HALTED, CANCELLED or FAILED.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="STARTED">
     
<xs:annotation>
       
<xs:documentation>Process started status</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="COMPLETED">
     
<xs:annotation>
       
<xs:documentation>Process completed status</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="SUSPENDED">
     
<xs:annotation>
       
<xs:documentation>Process suspended status</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="HALTED">
     
<xs:annotation>
       
<xs:documentation>Process halted status</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="CANCELLED">
     
<xs:annotation>
       
<xs:documentation>Process cancelled status</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="FAILED">
     
<xs:annotation>
       
<xs:documentation>Process failed status</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>

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