simpleType ExecutionState
namespace http://common.api.pfe.n2.tibco.com
type restriction of xs:string
properties
base xs:string
used by
attribute PageResponse/@executionState
facets
Kind Value Annotation
enumeration NOT_STARTED
enumeration STARTED
enumeration IN_PROGRESS
enumeration COMPLETED
enumeration UNKNOWN
annotation
documentation
Enumerated value defining the current status of the pageflow or business service. One of of:
NOT_STARTED: Unable to start.
STARTED: Started successfully.
IN_PROGRESS: In progress.
COMPLETED: Successfully conpleted.
UNKNOWN: Unknown status.
source <xs:simpleType name="ExecutionState">
 
<xs:annotation>
   
<xs:documentation>Enumerated value defining the current status of the pageflow or business service. One of of:
NOT_STARTED: Unable to start.
STARTED: Started successfully.
IN_PROGRESS: In progress.
COMPLETED: Successfully conpleted.
UNKNOWN: Unknown status.
</xs:documentation>
 
</xs:annotation>
 
<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