complexType DatabaseScriptDetailsType
diagram bds_wsdl_diagrams/bds_wsdl_p45.png
namespace http://api.bds.tibco.com
children version revision createScript updateScript dropScript operationDetails
used by
element GetAuditInfoResponseType/auditEntry
annotation
documentation
Details of all database scripts for a given version of the case model
source <xs:complexType name="DatabaseScriptDetailsType">
 
<xs:annotation>
   
<xs:documentation>Details of all database scripts for a given version of the case model</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="version" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>Full case model version of this set of DB scripts e.g. 1.2.3.4</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="revision" type="xs:int">
     
<xs:annotation>
       
<xs:documentation>The revision representing the order in which the audit entries were created (lowest value is the oldest entry)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="createScript" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The database create script</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="updateScript" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The database update script</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="dropScript" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The database drop script</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="operationDetails" type="OperationDetailsType"/>
 
</xs:sequence>
</xs:complexType>

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