complexType NavigateCaseDetailedRequestType
diagram bds_wsdl_diagrams/bds_wsdl_p1219.png
namespace http://api.bds.tibco.com
children sourceCaseReference targetRoleName queryOptions
attributes
Name  Type  Use  Default  Fixed  Annotation
includeLabelAndType  xs:boolean    false    
documentation
If true, the response will include corresponding labels wherever names appear (default=false)
includeSummary  xs:boolean    false    
documentation
If true, the response will include case summary details in addition to case references (default=false)
annotation
documentation
Request type for navigateCaseDetailed
source <xs:complexType name="NavigateCaseDetailedRequestType">
 
<xs:annotation>
   
<xs:documentation>Request type for navigateCaseDetailed</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="sourceCaseReference" type="xs:string"/>
   
<xs:element name="targetRoleName" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Role name to navigated. If missing, results will be included for all role names.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="queryOptions" type="PaginationOptions" minOccurs="0"/>
 
</xs:sequence>
 
<xs:attribute name="includeLabelAndType" type="xs:boolean" default="false">
   
<xs:annotation>
     
<xs:documentation>If true, the response will include corresponding labels wherever names appear (default=false)</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="includeSummary" type="xs:boolean" default="false">
   
<xs:annotation>
     
<xs:documentation>If true, the response will include case summary details in addition to case references (default=false)</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute NavigateCaseDetailedRequestType/@includeLabelAndType
type xs:boolean
properties
default false
annotation
documentation
If true, the response will include corresponding labels wherever names appear (default=false)
source <xs:attribute name="includeLabelAndType" type="xs:boolean" default="false">
 
<xs:annotation>
   
<xs:documentation>If true, the response will include corresponding labels wherever names appear (default=false)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute NavigateCaseDetailedRequestType/@includeSummary
type xs:boolean
properties
default false
annotation
documentation
If true, the response will include case summary details in addition to case references (default=false)
source <xs:attribute name="includeSummary" type="xs:boolean" default="false">
 
<xs:annotation>
   
<xs:documentation>If true, the response will include case summary details in addition to case references (default=false)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element NavigateCaseDetailedRequestType/sourceCaseReference
diagram bds_wsdl_diagrams/bds_wsdl_p1220.png
type xs:string
properties
content simple
source <xs:element name="sourceCaseReference" type="xs:string"/>

element NavigateCaseDetailedRequestType/targetRoleName
diagram bds_wsdl_diagrams/bds_wsdl_p1221.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Role name to navigated. If missing, results will be included for all role names.
source <xs:element name="targetRoleName" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Role name to navigated. If missing, results will be included for all role names.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NavigateCaseDetailedRequestType/queryOptions
diagram bds_wsdl_diagrams/bds_wsdl_p1222.png
type PaginationOptions
properties
minOcc 0
maxOcc 1
content complex
children startPosition maxResults
source <xs:element name="queryOptions" type="PaginationOptions" minOccurs="0"/>

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