complexType CaseSummaryDetailsType
diagram bds_rest_all_diagrams/bds_rest_all_p202.png
namespace http://api.bds.tibco.com
children name label value type
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: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>

attribute CaseSummaryDetailsType/@isCaseIdentifier
type xs:boolean
annotation
documentation
True if the element is a case identifier (False if not set)
source <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>

attribute CaseSummaryDetailsType/@isCompositeCaseIdentifier
type xs:boolean
annotation
documentation
True if the element is a composite case identifier (False if not set)
source <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>

attribute CaseSummaryDetailsType/@isState
type xs:boolean
annotation
documentation
True if the element is a state (False if not set)
source <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>

element CaseSummaryDetailsType/name
diagram bds_rest_all_diagrams/bds_rest_all_p203.png
type xs:string
properties
content simple
annotation
documentation
The name of the attribute
source <xs:element name="name" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>The name of the attribute </xs:documentation>
 
</xs:annotation>
</xs:element>

element CaseSummaryDetailsType/label
diagram bds_rest_all_diagrams/bds_rest_all_p204.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The label of the attribute
source <xs:element name="label" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The label of the attribute</xs:documentation>
 
</xs:annotation>
</xs:element>

element CaseSummaryDetailsType/value
diagram bds_rest_all_diagrams/bds_rest_all_p205.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The value of the attribute, if it has a value
source <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>

element CaseSummaryDetailsType/type
diagram bds_rest_all_diagrams/bds_rest_all_p206.png
type AttributeTypeEnum
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration ATTR_TEXT
enumeration ATTR_ID
enumeration ATTR_URI
enumeration ATTR_DATE
enumeration ATTR_TIME
enumeration ATTR_DATETIME
enumeration ATTR_DATETIMETZ
enumeration ATTR_DURATION
enumeration ATTR_INTEGER
enumeration ATTR_DECIMAL
enumeration ATTR_BOOLEAN
enumeration ATTR_ENUM
enumeration OBJECT
annotation
documentation
The type of the attribute
source <xs:element name="type" type="AttributeTypeEnum" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The type of the attribute</xs:documentation>
 
</xs:annotation>
</xs:element>


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