complexType UpdateCaseModelVersionScriptsType
diagram bds_rest_all_diagrams/bds_rest_all_p20.png
namespace http://rest.api.bds.tibco.com
children createScript dropScript updateScript operationDetails
annotation
documentation
REST: Used to define request BODY for passing create and/or update scripts + other parameters to updateDBScripts
source <xs:complexType name="UpdateCaseModelVersionScriptsType">
 
<xs:annotation>
   
<xs:documentation>REST: Used to define request BODY for passing create and/or update scripts + other parameters to updateDBScripts</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="createScript" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The database create script being updated</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="dropScript" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The database drop script being updated</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="updateScript" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The database update script being updated</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="operationDetails" type="bds:OperationDetailsType">
     
<xs:annotation>
       
<xs:documentation>Details about why the operation was performed</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element UpdateCaseModelVersionScriptsType/createScript
diagram bds_rest_all_diagrams/bds_rest_all_p21.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The database create script being updated
source <xs:element name="createScript" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The database create script being updated</xs:documentation>
 
</xs:annotation>
</xs:element>

element UpdateCaseModelVersionScriptsType/dropScript
diagram bds_rest_all_diagrams/bds_rest_all_p22.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The database drop script being updated
source <xs:element name="dropScript" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The database drop script being updated</xs:documentation>
 
</xs:annotation>
</xs:element>

element UpdateCaseModelVersionScriptsType/updateScript
diagram bds_rest_all_diagrams/bds_rest_all_p23.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The database update script being updated
source <xs:element name="updateScript" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The database update script being updated</xs:documentation>
 
</xs:annotation>
</xs:element>

element UpdateCaseModelVersionScriptsType/operationDetails
diagram bds_rest_all_diagrams/bds_rest_all_p24.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)
annotation
documentation
Details about why the operation was performed
source <xs:element name="operationDetails" type="bds:OperationDetailsType">
 
<xs:annotation>
   
<xs:documentation>Details about why the operation was performed</xs:documentation>
 
</xs:annotation>
</xs:element>


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