complexType UpdateCaseModelScriptsType
diagram bds_rest_all_diagrams/bds_rest_all_p15.png
namespace http://rest.api.bds.tibco.com
children createScript updateScript dropScript operationDetails
annotation
documentation
REST: Used to define request BODY for passing combinedDropScript + other parameters to updateDBScripts
source <xs:complexType name="UpdateCaseModelScriptsType">
 
<xs:annotation>
   
<xs:documentation>REST: Used to define request BODY for passing combinedDropScript + 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="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="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="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 UpdateCaseModelScriptsType/createScript
diagram bds_rest_all_diagrams/bds_rest_all_p16.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 UpdateCaseModelScriptsType/updateScript
diagram bds_rest_all_diagrams/bds_rest_all_p17.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 UpdateCaseModelScriptsType/dropScript
diagram bds_rest_all_diagrams/bds_rest_all_p18.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 UpdateCaseModelScriptsType/operationDetails
diagram bds_rest_all_diagrams/bds_rest_all_p19.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