| diagram | ![]() |
||
| namespace | http://rest.api.bds.tibco.com | ||
| children | createScript dropScript updateScript operationDetails | ||
| annotation |
|
||
| 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> |
| diagram | ![]() |
||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| 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> |
| diagram | ![]() |
||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| 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> |
| diagram | ![]() |
||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| 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> |
| diagram | ![]() |
||||||||||||||
| type | OperationDetailsType | ||||||||||||||
| properties |
|
||||||||||||||
| children | username comment timeOfOperation | ||||||||||||||
| attributes |
|
||||||||||||||
| annotation |
|
||||||||||||||
| 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> |