complexType CaseStateValue
diagram bds_wsdl_diagrams/bds_wsdl_p1124.png
namespace http://api.bds.tibco.com
children label name
annotation
documentation
A value assignable to a case state attribute.
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>

element CaseStateValue/label
diagram bds_wsdl_diagrams/bds_wsdl_p1125.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The label of the enuemration literal. Only included if generated from Business Studio 4.1 or above.
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>

element CaseStateValue/name
diagram bds_wsdl_diagrams/bds_wsdl_p1126.png
type xs:string
properties
content simple
annotation
documentation
The name (equal to the literal value) of the enumeration literal.
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>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy