complexType CaseState
diagram bds_wsdl_diagrams/bds_wsdl_p1120.png
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>

element CaseState/caseReference
diagram bds_wsdl_diagrams/bds_wsdl_p1121.png
type xs:string
properties
content simple
source <xs:element name="caseReference" type="xs:string"/>

element CaseState/value
diagram bds_wsdl_diagrams/bds_wsdl_p1122.png
type CaseStateValue
properties
minOcc 0
maxOcc 1
content complex
children label name
annotation
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.
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>

element CaseState/allowedValue
diagram bds_wsdl_diagrams/bds_wsdl_p1123.png
type CaseStateValue
properties
minOcc 0
maxOcc unbounded
content complex
children label name
annotation
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.
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>

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