namespace | http://api.bds.tibco.com | ||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:simpleType name="CaseModelVersionStateEnum"> <xs:annotation> <xs:documentation>Enumerated value specifying state of CaseModelVersion.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="INITIAL"/> <xs:enumeration value="INSTALLED"/> <xs:enumeration value="PENDING_DBA_ACTION_TO_UNINSTALL"/> <xs:enumeration value="PENDING_DBA_ACTION_TO_INSTALL"/> <xs:enumeration value="FAILED_TO_UNINSTALL"/> </xs:restriction> </xs:simpleType> |