diagram | |
namespace | http://api.bds.tibco.com |
children | caseReference value allowedValue |
source | <xs:complexType name="CaseState"> <xs:sequence> <xs:element name="caseReference" type="xs:string"/> <xs:element name="value" type="CaseStateValue" minOccurs="0"> <xs:annotation> <xs:documentation>The current value of the case's case state attribute. Omitted if the attribute has no value, or the case class has no case state attribute.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="allowedValue" type="CaseStateValue" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>All possible values that are allowed to be assigned to the case's case state attribute (in the same order in which they are defined in the Enumeration). Omitted if the case class has no case state attribute, or 'includeAllowedValues' was not set true in the request.</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 | CaseStateValue | ||||||
properties |
|
||||||
children | label name | ||||||
annotation |
|
||||||
source | <xs:element name="value" type="CaseStateValue" minOccurs="0"> <xs:annotation> <xs:documentation>The current value of the case's case state attribute. Omitted if the attribute has no value, or the case class has no case state attribute.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
type | CaseStateValue | ||||||
properties |
|
||||||
children | label name | ||||||
annotation |
|
||||||
source | <xs:element name="allowedValue" type="CaseStateValue" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>All possible values that are allowed to be assigned to the case's case state attribute (in the same order in which they are defined in the Enumeration). Omitted if the case class has no case state attribute, or 'includeAllowedValues' was not set true in the request.</xs:documentation> </xs:annotation> </xs:element> |