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