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