| diagram | ![]() |
||
| namespace | http://api.bds.tibco.com | ||
| children | caseReference casePayload caseMetaData | ||
| used by |
|
||
| annotation |
|
||
| source | <xs:complexType name="CaseDataType"> <xs:annotation> <xs:documentation>Case Reference and Case Payload pair used by read and update operations</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="caseReference" type="xs:string"/> <xs:element name="casePayload" type="xs:string" minOccurs="1"/> <xs:element name="caseMetaData" type="CaseMetaData" minOccurs="0"> <xs:annotation> <xs:documentation>The details about the case state (inc. The name of the attribute that contains the case state)</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||
| type | xs:string | ||
| properties |
|
||
| source | <xs:element name="caseReference" type="xs:string"/> |
| diagram | ![]() |
||
| type | xs:string | ||
| properties |
|
||
| source | <xs:element name="casePayload" type="xs:string" minOccurs="1"/> |
| diagram | ![]() |
||||||
| type | CaseMetaData | ||||||
| properties |
|
||||||
| children | stateName | ||||||
| annotation |
|
||||||
| source | <xs:element name="caseMetaData" type="CaseMetaData" minOccurs="0"> <xs:annotation> <xs:documentation>The details about the case state (inc. The name of the attribute that contains the case state)</xs:documentation> </xs:annotation> </xs:element> |