| diagram | ![]() |
||
| namespace | http://api.bds.tibco.com | ||
| children | version revision createScript updateScript dropScript operationDetails | ||
| used by |
|
||
| annotation |
|
||
| 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> |
| diagram | ![]() |
||
| type | xs:string | ||
| properties |
|
||
| annotation |
|
||
| 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> |
| diagram | ![]() |
||
| type | xs:int | ||
| properties |
|
||
| annotation |
|
||
| 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> |
| diagram | ![]() |
||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="createScript" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The database create script</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</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</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||||||||||
| type | OperationDetailsType | ||||||||||||||
| properties |
|
||||||||||||||
| children | username comment timeOfOperation | ||||||||||||||
| attributes |
|
||||||||||||||
| source | <xs:element name="operationDetails" type="OperationDetailsType"/> |