diagram | |||
namespace | http://api.bds.tibco.com | ||
children | name label attributeInfo appDetails | ||
used by |
|
||
annotation |
|
||
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> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="name" type="xs:string"> <xs:annotation> <xs:documentation>fully-qualified class name</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
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> |
diagram | |||||||
type | AttributeInfo | ||||||
properties |
|
||||||
children | path label type enumLiteral | ||||||
annotation |
|
||||||
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> |
diagram | |||||||
type | AppDetails | ||||||
properties |
|
||||||
children | name majorVersion | ||||||
annotation |
|
||||||
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> |