complexType CaseSummaryDetailsType
diagram bds_wsdl_diagrams/bds_wsdl_p40.png
namespace http://api.bds.tibco.com
children name label value type enumLabel
used by
elements CaseReferenceWithSummaryDetailsType/details CaseObjectDetails/details
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
Given set of details for a case summary
source <xs:complexType name="CaseSummaryDetailsType">
 
<xs:annotation>
   
<xs:documentation>Given set of details for a case summary</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="name" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>The name of the attribute </xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="label" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The label of the attribute</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="value" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The value of the attribute, if it has a value</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="type" type="AttributeTypeEnum" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The type of the attribute</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="enumLabel" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>If type=ATTR_ENUM and this attribute has a value, the label of the corresponding enumeration literal</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="isCaseIdentifier" type="xs:boolean">
   
<xs:annotation>
     
<xs:documentation>True if the element is a case identifier (False if not set)</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isCompositeCaseIdentifier" type="xs:boolean">
   
<xs:annotation>
     
<xs:documentation>True if the element is a composite case identifier (False if not set)</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isState" type="xs:boolean">
   
<xs:annotation>
     
<xs:documentation>True if the element is a state (False if not set)</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

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