complexType GetCaseSummaryRequestType
diagram bds_wsdl_diagrams/bds_wsdl_p1187.png
namespace http://api.bds.tibco.com
children caseReference
attributes
Name  Type  Use  Default  Fixed  Annotation
includeLabelAndType  xs:boolean        
documentation
If true, then also include details about the label and type for the attribute in the response. (Default = false - no label or type data returned)
annotation
documentation
Case Reference to get the summary information for
source <xs:complexType name="GetCaseSummaryRequestType">
 
<xs:annotation>
   
<xs:documentation>Case Reference to get the summary information for</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="caseReference" type="xs:string" maxOccurs="unbounded"/>
 
</xs:sequence>
 
<xs:attribute name="includeLabelAndType" type="xs:boolean">
   
<xs:annotation>
     
<xs:documentation>If true, then also include details about the label and type for the attribute in the response. (Default = false - no label or type data returned)</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute GetCaseSummaryRequestType/@includeLabelAndType
type xs:boolean
annotation
documentation
If true, then also include details about the label and type for the attribute in the response. (Default = false - no label or type data returned)
source <xs:attribute name="includeLabelAndType" type="xs:boolean">
 
<xs:annotation>
   
<xs:documentation>If true, then also include details about the label and type for the attribute in the response. (Default = false - no label or type data returned)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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

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