complexType GetCaseStateRequestType
diagram bds_rest_all_diagrams/bds_rest_all_p258.png
namespace http://api.bds.tibco.com
children caseReference
used by
element GetCaseStateRequest
attributes
Name  Type  Use  Default  Fixed  Annotation
includeAllowedValues  xs:boolean    false    
documentation
If set true, the reponse will include all possible case state values for the case object, not just the current value.
annotation
documentation
Request type for getCaseState
source <xs:complexType name="GetCaseStateRequestType">
 
<xs:annotation>
   
<xs:documentation>Request type for getCaseState</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="caseReference" type="xs:string" maxOccurs="unbounded"/>
 
</xs:sequence>
 
<xs:attribute name="includeAllowedValues" type="xs:boolean" default="false">
   
<xs:annotation>
     
<xs:documentation>If set true, the reponse will include all possible case state values for the case object, not just the current value.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute GetCaseStateRequestType/@includeAllowedValues
type xs:boolean
properties
default false
annotation
documentation
If set true, the reponse will include all possible case state values for the case object, not just the current value.
source <xs:attribute name="includeAllowedValues" type="xs:boolean" default="false">
 
<xs:annotation>
   
<xs:documentation>If set true, the reponse will include all possible case state values for the case object, not just the current value.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element GetCaseStateRequestType/caseReference
diagram bds_rest_all_diagrams/bds_rest_all_p259.png
type xs:string
properties
minOcc 1
maxOcc unbounded
content simple
source <xs:element name="caseReference" type="xs:string" maxOccurs="unbounded"/>


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