namespace | http://base.api.bs.n2.tibco.com | ||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
source | <xsd:simpleType name="ProcessState"> <xsd:restriction base="xs:string"> <xsd:enumeration value="NOT_STARTED"/> <xsd:enumeration value="STARTED"/> <xsd:enumeration value="IN_PROGRESS"/> <xsd:enumeration value="COMPLETED"/> <xsd:enumeration value="UNKNOWN"/> </xsd:restriction> </xsd:simpleType> |