complexType CaseClassInfo
diagram bds_all_diagrams/bds_all_p120.png
namespace http://api.bds.tibco.com
children name label attributeInfo appDetails
used by
elements CaseClassInfosForApp/caseClassInfo GetCaseClassInfoResponseType/caseClassInfo
annotation
documentation
Information about a case class: its name and attribute details
source <xs:complexType name="CaseClassInfo">
 
<xs:annotation>
   
<xs:documentation>Information about a case class: its name and attribute details</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="name" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>fully-qualified class name</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="label" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>label of the class, as defined in the BOM. Only included if includeLabels=true in the request and the application DAA was created in AMX-BPM 3.1 or later.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="attributeInfo" type="AttributeInfo" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Only included if includeAttributes=true (or omitted) in the request</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="appDetails" type="AppDetails" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Only included if includeAppDetails=true in the request</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element CaseClassInfo/name
diagram bds_all_diagrams/bds_all_p121.png
type xs:string
properties
content simple
annotation
documentation
fully-qualified class name
source <xs:element name="name" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>fully-qualified class name</xs:documentation>
 
</xs:annotation>
</xs:element>

element CaseClassInfo/label
diagram bds_all_diagrams/bds_all_p122.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
label of the class, as defined in the BOM. Only included if includeLabels=true in the request and the application DAA was created in AMX-BPM 3.1 or later.
source <xs:element name="label" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>label of the class, as defined in the BOM. Only included if includeLabels=true in the request and the application DAA was created in AMX-BPM 3.1 or later.</xs:documentation>
 
</xs:annotation>
</xs:element>

element CaseClassInfo/attributeInfo
diagram bds_all_diagrams/bds_all_p123.png
type AttributeInfo
properties
minOcc 0
maxOcc unbounded
content complex
children path label type enumLiteral
annotation
documentation
Only included if includeAttributes=true (or omitted) in the request
source <xs:element name="attributeInfo" type="AttributeInfo" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Only included if includeAttributes=true (or omitted) in the request</xs:documentation>
 
</xs:annotation>
</xs:element>

element CaseClassInfo/appDetails
diagram bds_all_diagrams/bds_all_p124.png
type AppDetails
properties
minOcc 0
maxOcc 1
content complex
children name majorVersion
annotation
documentation
Only included if includeAppDetails=true in the request
source <xs:element name="appDetails" type="AppDetails" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Only included if includeAppDetails=true in the request</xs:documentation>
 
</xs:annotation>
</xs:element>


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