simpleType CaseModelVersionStateEnum
namespace http://api.bds.tibco.com
type restriction of xs:string
properties
base xs:string
used by
element CaseModelType/state
facets
Kind Value Annotation
enumeration INITIAL
enumeration INSTALLED
enumeration PENDING_DBA_ACTION_TO_UNINSTALL
enumeration PENDING_DBA_ACTION_TO_INSTALL
enumeration FAILED_TO_UNINSTALL
annotation
documentation
Enumerated value specifying state of CaseModelVersion.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy