complexType UpdateDBScriptsRequestType
diagram bds_rest_all_diagrams/bds_rest_all_p321.png
namespace http://api.bds.tibco.com
children caseModelID createScript updateScript dropScript operationDetails
used by
element UpdateDBScriptsRequest
annotation
documentation
Details required to a update DB Script
source <xs:complexType name="UpdateDBScriptsRequestType">
 
<xs:annotation>
   
<xs:documentation>Details required to a update DB Script</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="caseModelID" type="xs:long"/>
   
<xs:element name="createScript" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The database create script to be updated</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="updateScript" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The database update script to be updated</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="dropScript" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The database drop script to be updated</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="operationDetails" type="OperationDetailsType">
     
<xs:annotation>
       
<xs:documentation>Details about why the operation was performed</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element UpdateDBScriptsRequestType/caseModelID
diagram bds_rest_all_diagrams/bds_rest_all_p322.png
type xs:long
properties
content simple
source <xs:element name="caseModelID" type="xs:long"/>

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

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

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

element UpdateDBScriptsRequestType/operationDetails
diagram bds_rest_all_diagrams/bds_rest_all_p326.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="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