| namespace | http://base.api.wp.n2.tibco.com | |||||||||||||||||||||
| type | restriction of xs:string | |||||||||||||||||||||
| properties |
|
|||||||||||||||||||||
| used by |
|
|||||||||||||||||||||
| facets |
|
|||||||||||||||||||||
| annotation |
|
|||||||||||||||||||||
| source | <xs:simpleType name="ActionType"> <xs:annotation> <xs:documentation>Enumerated value defining available Rest activites.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="OPEN_NEXT"/> <xs:enumeration value="INITIATE"/> <xs:enumeration value="OPEN"/> <xs:enumeration value="COMPLETE"/> <xs:enumeration value="CANCEL"/> <xs:enumeration value="CLOSE"/> </xs:restriction> </xs:simpleType> |