complexType CaseModelType
diagram bds_wsdl_diagrams/bds_wsdl_p34.png
namespace http://api.bds.tibco.com
children caseModelID appName currentVersion installedVersion datetimeDeploymentUpdated createScript updateScript dropScript frozenDetails state
used by
element GetCaseModelResponseType/caseModel
annotation
documentation
Case Model Full Information
source <xs:complexType name="CaseModelType">
 
<xs:annotation>
   
<xs:documentation>Case Model Full Information</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="caseModelID" type="xs:long"/>
   
<xs:element name="appName" type="xs:string"/>
   
<xs:element name="currentVersion" type="xs:string"/>
   
<xs:element name="installedVersion" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The version that is currently installed - meaning that all the DB scripts have been run, and is valid to have data present at this version.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="datetimeDeploymentUpdated" type="xs:dateTime"/>
   
<xs:element name="createScript" type="xs:string"/>
   
<xs:element name="updateScript" type="xs:string" minOccurs="0"/>
   
<xs:element name="dropScript" type="xs:string" minOccurs="0"/>
   
<xs:element name="frozenDetails" type="FreezeDetailsType">
     
<xs:annotation>
       
<xs:documentation>Details about if the model has been frozen</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="state" type="CaseModelVersionStateEnum"/>
 
</xs:sequence>
</xs:complexType>

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