diagram | |||
namespace | http://api.bds.tibco.com | ||
children | label name | ||
annotation |
|
||
source | <xs:complexType name="CaseStateValue"> <xs:annotation> <xs:documentation>A value assignable to a case state attribute.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="label" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The label of the enuemration literal. Only included if generated from Business Studio 4.1 or above.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="name" type="xs:string"> <xs:annotation> <xs:documentation>The name (equal to the literal value) of the enumeration literal.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | |||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="label" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The label of the enuemration literal. Only included if generated from Business Studio 4.1 or above.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="name" type="xs:string"> <xs:annotation> <xs:documentation>The name (equal to the literal value) of the enumeration literal.</xs:documentation> </xs:annotation> </xs:element> |