simpleType ProcessState
namespace http://base.api.bs.n2.tibco.com
type restriction of xs:string
properties
base xs:string
used by
attribute BusinessResponse/@processState
facets
Kind Value Annotation
enumeration NOT_STARTED
enumeration STARTED
enumeration IN_PROGRESS
enumeration COMPLETED
enumeration UNKNOWN
source <xs:simpleType name="ProcessState">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="NOT_STARTED"/>
   
<xs:enumeration value="STARTED"/>
   
<xs:enumeration value="IN_PROGRESS"/>
   
<xs:enumeration value="COMPLETED"/>
   
<xs:enumeration value="UNKNOWN"/>
 
</xs:restriction>
</xs:simpleType>

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