complexType DatabaseScriptDetailsType
diagram bds_wsdl_diagrams/bds_wsdl_p1143.png
namespace http://api.bds.tibco.com
children version revision createScript updateScript dropScript operationDetails
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>

element DatabaseScriptDetailsType/version
diagram bds_wsdl_diagrams/bds_wsdl_p1144.png
type xs:string
properties
content simple
annotation
documentation
Full case model version of this set of DB scripts e.g. 1.2.3.4
source <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>

element DatabaseScriptDetailsType/revision
diagram bds_wsdl_diagrams/bds_wsdl_p1145.png
type xs:int
properties
content simple
annotation
documentation
The revision representing the order in which the audit entries were created (lowest value is the oldest entry)
source <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>

element DatabaseScriptDetailsType/createScript
diagram bds_wsdl_diagrams/bds_wsdl_p1146.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The database create script
source <xs:element name="createScript" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The database create script</xs:documentation>
 
</xs:annotation>
</xs:element>

element DatabaseScriptDetailsType/updateScript
diagram bds_wsdl_diagrams/bds_wsdl_p1147.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The database update script
source <xs:element name="updateScript" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The database update script</xs:documentation>
 
</xs:annotation>
</xs:element>

element DatabaseScriptDetailsType/dropScript
diagram bds_wsdl_diagrams/bds_wsdl_p1148.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The database drop script
source <xs:element name="dropScript" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The database drop script</xs:documentation>
 
</xs:annotation>
</xs:element>

element DatabaseScriptDetailsType/operationDetails
diagram bds_wsdl_diagrams/bds_wsdl_p1149.png
type OperationDetailsType
properties
content complex
children username comment timeOfOperation
attributes
Name  Type  Use  Default  Fixed  Annotation
userOperation  xs:boolean        
documentation
If the operation was performed by a user or automatically by the system (If unset, deemed to be true - i.e. user operation)
source <xs:element name="operationDetails" type="OperationDetailsType"/>

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