namespace | http://api.brm.n2.tibco.com | ||||||||||||||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:simpleType name="WorkItemState"> <xs:annotation> <xs:documentation>Enumerated value defining the current lifecycle state of a work item (e.g. CREATED, OFFERED, ALLOCATED).</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="CREATED"/> <xs:enumeration value="OFFERED"/> <xs:enumeration value="ALLOCATED"/> <xs:enumeration value="OPENED"/> <xs:enumeration value="PENDED"/> <xs:enumeration value="PENDHIDDEN"/> <xs:enumeration value="SUSPENDED"/> <xs:enumeration value="COMPLETED"/> <xs:enumeration value="CANCELLED"/> </xs:restriction> </xs:simpleType> |