complexType CaseObjectDetails
diagram bds_rest_all_diagrams/bds_rest_all_p184.png
namespace http://api.bds.tibco.com
children caseReference details
used by
element CaseObjectsByRole/caseObjectDetails
annotation
documentation
Case reference and optional summary
source <xs:complexType name="CaseObjectDetails">
 
<xs:annotation>
   
<xs:documentation>Case reference and optional summary</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="caseReference" type="xs:string"/>
   
<xs:element name="details" type="CaseSummaryDetailsType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Only included if includeSummary=true in request</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element CaseObjectDetails/caseReference
diagram bds_rest_all_diagrams/bds_rest_all_p185.png
type xs:string
properties
content simple
source <xs:element name="caseReference" type="xs:string"/>

element CaseObjectDetails/details
diagram bds_rest_all_diagrams/bds_rest_all_p186.png
type CaseSummaryDetailsType
properties
minOcc 0
maxOcc unbounded
content complex
children name label value type
attributes
Name  Type  Use  Default  Fixed  Annotation
isCaseIdentifier  xs:boolean        
documentation
True if the element is a case identifier (False if not set)
isCompositeCaseIdentifier  xs:boolean        
documentation
True if the element is a composite case identifier (False if not set)
isState  xs:boolean        
documentation
True if the element is a state (False if not set)
annotation
documentation
Only included if includeSummary=true in request
source <xs:element name="details" type="CaseSummaryDetailsType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Only included if includeSummary=true in request</xs:documentation>
 
</xs:annotation>
</xs:element>


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