complexType CaseState
diagram bds_wsdl_diagrams/bds_wsdl_p38.png
namespace http://api.bds.tibco.com
children caseReference value allowedValue
used by
element GetCaseStateResponseType/result
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>

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